GET api/v2/BusinessUnits/{businessUnitId}/ServiceCenters
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| businessUnitId | integer |
Required |
Response
BusinessUnitServiceCenterBasic| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| BusinessUnitId | integer | ||
| BusinessUnit | BusinessUnitIdAndIdentification | ||
| ServiceCenterId | integer | ||
| ServiceCenter | ServiceCenterBasic |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"BusinessUnitId": 2,
"BusinessUnit": {
"Id": 1,
"Identification": "sample string 2"
},
"ServiceCenterId": 3,
"ServiceCenter": {
"Active": true,
"PriceList": {
"Active": true,
"Expire": "2026-02-02T21:11:06.7336408Z",
"ConsiderServiceCenterPriceListFromSampleOrWork": true,
"Id": 3,
"Identification": "sample string 4"
},
"Id": 2,
"Identification": "sample string 3"
}
}
text/html
Sample:
{"Id":1,"BusinessUnitId":2,"BusinessUnit":{"Id":1,"Identification":"sample string 2"},"ServiceCenterId":3,"ServiceCenter":{"Active":true,"PriceList":{"Active":true,"Expire":"2026-02-02T21:11:06.7336408Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"Id":2,"Identification":"sample string 3"}}