POST api/ProductUnit/Sync
Request Information
URI Parameters
None.
Body Parameters
Collection of Xenia_ProductUnit| Name | Description | Type | Additional information |
|---|---|---|---|
| PRU_Uid | string |
String length: inclusive between 0 and 255 |
|
| UnitID | string |
String length: inclusive between 0 and 255 |
|
| UnitName | string |
String length: inclusive between 0 and 255 |
|
| ItemID | string |
String length: inclusive between 0 and 255 |
|
| Convfactor | decimal number |
None. |
|
| PRU_CompanyUid | string |
String length: inclusive between 0 and 255 |
|
| PRU_CreatedBy | string |
String length: inclusive between 0 and 255 |
|
| PRU_CreatedOn | date |
None. |
|
| PRU_ModifiedBy | string |
String length: inclusive between 0 and 255 |
|
| PRU_ModifiedOn | date |
None. |
|
| Prate | decimal number |
None. |
|
| Srate | decimal number |
None. |
|
| Mrp | decimal number |
None. |
|
| Deactive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"PRU_Uid": "sample string 1",
"UnitID": "sample string 2",
"UnitName": "sample string 3",
"ItemID": "sample string 4",
"Convfactor": 1.1,
"PRU_CompanyUid": "sample string 5",
"PRU_CreatedBy": "sample string 6",
"PRU_CreatedOn": "2025-12-06T09:21:21.1447219+05:30",
"PRU_ModifiedBy": "sample string 7",
"PRU_ModifiedOn": "2025-12-06T09:21:21.1447219+05:30",
"Prate": 1.1,
"Srate": 1.1,
"Mrp": 1.1,
"Deactive": true
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |