POST api/Courier/GetServiceWorkersBySourceId
Request Information
URI Parameters
None.
Body Parameters
stringRequest Formats
application/json, text/json, text/html
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EmployeeDeviceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SourceId | string |
None. |
|
| FullName | string |
None. |
|
| ServiceProviderId | integer |
None. |
|
| StatusId | byte |
None. |
|
| IsDeleted | boolean |
None. |
|
| DeviceId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"SourceId": "sample string 2",
"FullName": "sample string 3",
"ServiceProviderId": 4,
"StatusId": 64,
"IsDeleted": true,
"DeviceId": 7
}
text/html
Sample:
{"Id":1,"SourceId":"sample string 2","FullName":"sample string 3","ServiceProviderId":4,"StatusId":64,"IsDeleted":true,"DeviceId":7}
application/xml, text/xml
Sample:
<EmployeeDeviceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mediahuis.Models.Employee"> <DeviceId>7</DeviceId> <FullName>sample string 3</FullName> <Id>1</Id> <IsDeleted>true</IsDeleted> <ServiceProviderId>4</ServiceProviderId> <SourceId>sample string 2</SourceId> <StatusId>64</StatusId> </EmployeeDeviceModel>