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_Code | 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:
[
{
"PL_Uid": "sample string 1",
"PL_Name": "sample string 2",
"PL_Code": "sample string 3",
"PL_Active": true,
"PL_CompanyUid": "sample string 4",
"PL_CreatedOn": "2025-12-31T08:20:58.4000521+05:30",
"PL_CreatedBy": "sample string 5",
"PL_ModifiedOn": "2025-12-31T08:20:58.4000521+05:30",
"PL_ModifiedBy": "sample string 6",
"Xenia_PriceListItems": [
{
"PLI_Uid": "sample string 1",
"PLI_PriceListUid": "sample string 2",
"PLI_ItemUid": "sample string 3",
"PLI_Price": 1.1
},
{
"PLI_Uid": "sample string 1",
"PLI_PriceListUid": "sample string 2",
"PLI_ItemUid": "sample string 3",
"PLI_Price": 1.1
}
]
},
{
"PL_Uid": "sample string 1",
"PL_Name": "sample string 2",
"PL_Code": "sample string 3",
"PL_Active": true,
"PL_CompanyUid": "sample string 4",
"PL_CreatedOn": "2025-12-31T08:20:58.4000521+05:30",
"PL_CreatedBy": "sample string 5",
"PL_ModifiedOn": "2025-12-31T08:20:58.4000521+05:30",
"PL_ModifiedBy": "sample string 6",
"Xenia_PriceListItems": [
{
"PLI_Uid": "sample string 1",
"PLI_PriceListUid": "sample string 2",
"PLI_ItemUid": "sample string 3",
"PLI_Price": 1.1
},
{
"PLI_Uid": "sample string 1",
"PLI_PriceListUid": "sample string 2",
"PLI_ItemUid": "sample string 3",
"PLI_Price": 1.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. |