GET api/v2/ResourceServiceCenters/{resourceId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| resourceId | integer |
Required |
Response
ResourceServiceCentersBasic| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| ResourceId | integer | ||
| Resource | ResourcesBasic | ||
| ServiceCenterId | integer | ||
| ServiceCenter | ServiceCenterBasic |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"ResourceId": 2,
"Resource": {
"Id": 1,
"Identification": "sample string 2",
"Active": true,
"ResourceType": {
"Id": 1,
"Identification": "sample string 2"
}
},
"ServiceCenterId": 3,
"ServiceCenter": {
"Active": true,
"PriceList": {
"Active": true,
"Expire": "2026-04-29T20:09:42.6895485Z",
"ConsiderServiceCenterPriceListFromSampleOrWork": true,
"Id": 3,
"Identification": "sample string 4"
},
"Id": 2,
"Identification": "sample string 3"
}
}
text/html
Sample:
{"Id":1,"ResourceId":2,"Resource":{"Id":1,"Identification":"sample string 2","Active":true,"ResourceType":{"Id":1,"Identification":"sample string 2"}},"ServiceCenterId":3,"ServiceCenter":{"Active":true,"PriceList":{"Active":true,"Expire":"2026-04-29T20:09:42.6895485Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"Id":2,"Identification":"sample string 3"}}