POST Course/InsertIApprovalRequest

Storing IApproval Data and Performing Accept or Deny .

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
Id

None.

RequestID

None.

ApproverPSNo

None.

Status

None.

Comments

None.

IS_DELEGATED

None.

DELEGATED_BY

None.

DELEGATED_TO

None.

DELEGATED_BY_NAME

None.

DELEGATED_TO_NAME

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RequestID": 2,
  "ApproverPSNo": 3,
  "Status": "sample string 4",
  "Comments": "sample string 5",
  "IS_DELEGATED": "sample string 6",
  "DELEGATED_BY": "sample string 7",
  "DELEGATED_TO": "sample string 8",
  "DELEGATED_BY_NAME": "sample string 9",
  "DELEGATED_TO_NAME": "sample string 10"
}

application/xml, text/xml

Sample:
<IApprovalCourseRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yorbit.Data.SQLServer.POCO">
  <ApproverPSNo>3</ApproverPSNo>
  <Comments>sample string 5</Comments>
  <DELEGATED_BY>sample string 7</DELEGATED_BY>
  <DELEGATED_BY_NAME>sample string 9</DELEGATED_BY_NAME>
  <DELEGATED_TO>sample string 8</DELEGATED_TO>
  <DELEGATED_TO_NAME>sample string 10</DELEGATED_TO_NAME>
  <IS_DELEGATED>sample string 6</IS_DELEGATED>
  <Id>1</Id>
  <RequestID>2</RequestID>
  <Status>sample string 4</Status>
</IApprovalCourseRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NameDescriptionTypeAdditional information
Version

None.

Content

None.

StatusCode

None.

ReasonPhrase

None.

Headers

None.

RequestMessage

None.

IsSuccessStatusCode

None.