GET api/v2/serviceareas/SynchronizeOffline
Request
URI Parameters
Response
Collection of ServiceAreaSynchronizeOfflineName | Description | Type | Additional information |
---|---|---|---|
Id | integer | ||
Identification | string | ||
Active | boolean | ||
ServiceCenterId | integer | ||
ExtraTime | integer | ||
ExternalServiceArea | boolean | ||
AvailableForWork | boolean |
Response Format
application/json, text/json
Sample:
[ { "Id": 1, "Identification": "sample string 2", "Active": true, "ServiceCenterId": 4, "ExtraTime": 1, "ExternalServiceArea": true, "AvailableForWork": true }, { "Id": 1, "Identification": "sample string 2", "Active": true, "ServiceCenterId": 4, "ExtraTime": 1, "ExternalServiceArea": true, "AvailableForWork": true } ]
text/html
Sample:
[{"Id":1,"Identification":"sample string 2","Active":true,"ServiceCenterId":4,"ExtraTime":1,"ExternalServiceArea":true,"AvailableForWork":true},{"Id":1,"Identification":"sample string 2","Active":true,"ServiceCenterId":4,"ExtraTime":1,"ExternalServiceArea":true,"AvailableForWork":true}]