POST api/PriceList/Sync
Request Information
URI Parameters
None.
Body Parameters
Collection of Xenia_PriceList| Name | Description | Type | Additional information |
|---|---|---|---|
| PL_Uid | string |
String length: inclusive between 0 and 255 |
|
| PL_Name | string |
String length: inclusive between 0 and 255 |
|
| PL_Active | boolean |
None. |
|
| PL_CompanyUid | string |
String length: inclusive between 0 and 255 |
|
| PL_CreatedOn | date |
None. |
|
| PL_CreatedBy | string |
String length: inclusive between 0 and 255 |
|
| PL_ModifiedOn | date |
None. |
|
| PL_ModifiedBy | string |
String length: inclusive between 0 and 255 |
|
| Xenia_PriceListItems | Collection of Xenia_PriceListItem |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"PL_Uid": "sample string 1",
"PL_Name": "sample string 2",
"PL_Active": true,
"PL_CompanyUid": "sample string 3",
"PL_CreatedOn": "2025-12-06T09:19:07.1508258+05:30",
"PL_CreatedBy": "sample string 4",
"PL_ModifiedOn": "2025-12-06T09:19:07.1508258+05:30",
"PL_ModifiedBy": "sample string 5",
"Xenia_PriceListItems": [
{
"$id": "2",
"PLI_Uid": "sample string 1",
"PLI_PriceListUid": "sample string 2",
"PLI_ItemUid": "sample string 3",
"PLI_Price": 1.1,
"Xenia_PriceList": {
"$ref": "1"
}
},
{
"$ref": "2"
}
]
},
{
"$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. |