PUT api/TaxItemCodes/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| taxItemCode | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1,
"enterpriseId": 1,
"codeType": "sample string 2",
"parentCode": "sample string 3",
"itemCode": "sample string 4",
"codeName": "sample string 5",
"codeNameAr": "sample string 6",
"activeFrom": "2025-12-10T14:49:20.9061051-08:00",
"activeTo": "2025-12-10T14:49:20.9061051-08:00",
"description": "sample string 7",
"descriptionAr": "sample string 8",
"requestReason": "sample string 9",
"linkedCode": "sample string 10"
}
application/x-www-form-urlencoded
Sample:
Sample not available.