POST api/v1/IACode/UpdateIACode

Request Information

URI Parameters

None.

Body Parameters

IACode
NameDescriptionTypeAdditional information
_ACodesID

integer

None.

_CustomerID

integer

None.

_IsPartner

boolean

None.

_CreationDate

date

None.

_UpdatedDate

date

None.

_SysNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "_ACodesID": 1,
  "_CustomerID": 2,
  "_IsPartner": true,
  "_CreationDate": "2026-01-20T21:40:10.1501412+00:00",
  "_UpdatedDate": "2026-01-20T21:40:10.1501412+00:00",
  "_SysNumber": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.