POST api/Roaming/GetRoamingLocation

Request Information

URI Parameters

None.

Body Parameters

RoamingLocation
NameDescriptionTypeAdditional information
SID

integer

None.

LV

integer

None.

Location

string

None.

TimeID

integer

None.

Photo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SID": 1,
  "LV": 2,
  "Location": "sample string 3",
  "TimeID": 4,
  "Photo": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of RoamingLocation
NameDescriptionTypeAdditional information
SID

integer

None.

LV

integer

None.

Location

string

None.

TimeID

integer

None.

Photo

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SID": 1,
    "LV": 2,
    "Location": "sample string 3",
    "TimeID": 4,
    "Photo": "sample string 5"
  },
  {
    "SID": 1,
    "LV": 2,
    "Location": "sample string 3",
    "TimeID": 4,
    "Photo": "sample string 5"
  }
]