POST ActionApproversAPI/UpdateActionApprover

Request Information

URI Parameters

None.

Body Parameters

ActionApprovers
NameDescriptionTypeAdditional information
ActionApproverID

integer

None.

Active

boolean

None.

ApproverType

string

None.

Department

string

None.

PeopleID

integer

None.

FullName

string

None.

Email

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ActionApproverID": 1,
  "Active": true,
  "ApproverType": "sample string 3",
  "Department": "sample string 4",
  "PeopleID": 5,
  "FullName": "sample string 6",
  "Email": "sample string 7"
}

application/xml, text/xml

Sample:
<ActionApprovers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QMA2020.Models">
  <ActionApproverID>1</ActionApproverID>
  <Active>true</Active>
  <ApproverType>sample string 3</ApproverType>
  <Department>sample string 4</Department>
  <Email>sample string 7</Email>
  <FullName>sample string 6</FullName>
  <PeopleID>5</PeopleID>
</ActionApprovers>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>