GET api/v2/BusinessUnits/{businessUnitId}/ServiceCenters
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
businessUnitId | integer |
Required |
Response
BusinessUnitServiceCenterBasicName | 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": "2025-08-04T18:39:48.2613503Z", "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":"2025-08-04T18:39:48.2613503Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"Id":2,"Identification":"sample string 3"}}