POST api/customer-applications/update-app-status
Request Information
URI Parameters
None.
Body Parameters
UpdateAppStatusDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "7c4df2b9-46a8-42ab-a3d0-ab253ba5562f",
"Status": 2
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.