POST v1/ss_application/Approval

Request Information

URI Parameters

None.

Body Parameters

ApprovalReq
NameDescriptionTypeAdditional information
Userid

integer

None.

Processid

integer

None.

Type

integer

None.

remark

string

None.

Approver_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Userid": 1,
  "Processid": 2,
  "Type": 3,
  "remark": "sample string 4",
  "Approver_id": 5
}

application/xml, text/xml

Sample:
<ApprovalReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qy.api.Models.Request">
  <Approver_id>5</Approver_id>
  <Processid>2</Processid>
  <Type>3</Type>
  <Userid>1</Userid>
  <remark>sample string 4</remark>
</ApprovalReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.