POST API/UpdateStatusService

Request Information

URI Parameters

None.

Body Parameters

UpdateStatusService
NameDescriptionTypeAdditional information
id

integer

None.

Comment

string

None.

StatusId

integer

None.

Letitude

string

None.

Longitude

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "Comment": "sample string 2",
  "StatusId": 3,
  "Letitude": "sample string 4",
  "Longitude": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.