POST api/UpdateObjection

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
applicationObjectionModels
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "APP_Id": 1,
  "UO_Remarks": "sample string 2",
  "UO_Verified": "sample string 3",
  "UO_Upload1": "sample string 4",
  "UO_Upload2": "sample string 5",
  "UO_Upload3": "sample string 6",
  "UO_Upload4": "sample string 7"
}

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 'ApplicationObjectionModels'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.