GET api/SelectedMobileViewModels?locationId={locationId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
locationId

integer

Required

Body Parameters

None.

Response Information

Resource Description

SelectedMobileViewModel
NameDescriptionTypeAdditional 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
}