GET api/SelectedMobileViewModels?locationId={locationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SelectedMobileViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | integer |
None. |
|
| ServerId | integer |
None. |
|
| DeliveryTo | string |
None. |
|
| DocumentJobId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"locationId": 1,
"serverId": 2,
"deliveryTo": "sample string 3",
"documentJobId": 4
}