GET api/v2/PriceListServiceCenters/{priceListId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| priceListId | integer |
Required |
Response
PriceListServiceCentersBasic| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| PriceListId | integer | ||
| PriceList | PriceListBasic | ||
| ServiceCenterId | integer | ||
| ServiceCenter | ServiceCenterBasic |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"PriceListId": 2,
"PriceList": {
"Active": true,
"Expire": "2026-03-16T18:18:04.7558037Z",
"ConsiderServiceCenterPriceListFromSampleOrWork": true,
"Id": 3,
"Identification": "sample string 4"
},
"ServiceCenterId": 3,
"ServiceCenter": {
"Active": true,
"PriceList": {
"Active": true,
"Expire": "2026-03-16T18:18:04.7558037Z",
"ConsiderServiceCenterPriceListFromSampleOrWork": true,
"Id": 3,
"Identification": "sample string 4"
},
"Id": 2,
"Identification": "sample string 3"
}
}
text/html
Sample:
{"Id":1,"PriceListId":2,"PriceList":{"Active":true,"Expire":"2026-03-16T18:18:04.7558037Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"ServiceCenterId":3,"ServiceCenter":{"Active":true,"PriceList":{"Active":true,"Expire":"2026-03-16T18:18:04.7558037Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"Id":2,"Identification":"sample string 3"}}