POST API/APPR/ValidateVerfikasi

Request Information

URI Parameters

None.

Body Parameters

APPRValidate
NameDescriptionTypeAdditional information
Ticket

string

None.

ApproveReject

string

None.

Remarks

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Ticket": "sample string 1",
  "ApproveReject": "sample string 2",
  "Remarks": "sample string 3"
}

text/xml

Sample:
<APPRValidate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebSerivce.Models">
  <ApproveReject>sample string 2</ApproveReject>
  <Remarks>sample string 3</Remarks>
  <Ticket>sample string 1</Ticket>
</APPRValidate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.