POST api/v2/architectural/boardapprove

Request Information

URI Parameters

None.

Body Parameters

ArcBoardApproval
NameDescriptionTypeAdditional information
ApprovalID

integer

None.

ApprovalType

ApprovalTypes

None.

ArcItemID

integer

None.

CContactID

integer

None.

ApprovalUserName

string

None.

StageID

integer

None.

StepID

integer

None.

ApprovalDate

date

None.

IsDeleted

boolean

None.

RejectionReason

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ApprovalID": 1,
  "ApprovalType": 0,
  "ArcItemID": 2,
  "CContactID": 3,
  "ApprovalUserName": "sample string 4",
  "StageID": 5,
  "StepID": 6,
  "ApprovalDate": "2025-05-20T11:12:59.8955758-07:00",
  "IsDeleted": true,
  "RejectionReason": "sample string 9"
}

application/xml, text/xml

Sample:
<ArcBoardApproval xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CaliberAPI">
  <ApprovalDate>2025-05-20T11:12:59.8955758-07:00</ApprovalDate>
  <ApprovalID>1</ApprovalID>
  <ApprovalType>Approved</ApprovalType>
  <ApprovalUserName>sample string 4</ApprovalUserName>
  <ArcItemID>2</ArcItemID>
  <CContactID>3</CContactID>
  <IsDeleted>true</IsDeleted>
  <RejectionReason>sample string 9</RejectionReason>
  <StageID>5</StageID>
  <StepID>6</StepID>
</ArcBoardApproval>

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

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.