POST api/customer-applications/update-app-status

Request Information

URI Parameters

None.

Body Parameters

UpdateAppStatusDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Status

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "ac7236a4-d281-46f2-ad00-9e97e42a631c",
  "Status": 2
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateAppStatusDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.