POST api/v2/architectural/savenew

Request Information

URI Parameters

None.

Body Parameters

ArchitecturalItem
NameDescriptionTypeAdditional information
ArcStepActions

Object

None.

ArchitecturalID

integer

None.

UnitID

integer

None.

UnitAccountID

integer

None.

Status

string

None.

PrimaryStatus

string

None.

StartDate

date

None.

Owner

string

None.

Address

string

None.

ApplicationNumber

string

None.

RequestType

string

None.

RequestTypeID

integer

None.

NextActionDate

date

None.

UserDefinedArcType

string

None.

Documents

Collection of ArcDocument

None.

Notes

Collection of Note

None.

UserActions

Collection of PendingArcStep

None.

RequiresBoardApproval

boolean

None.

RequiredNumberOfApprovers

integer

None.

ActualNumberOfApprovals

integer

None.

AlreadyApprovedByThisUser

boolean

None.

AlreadyRejectedByThisUser

boolean

None.

CanBeApprovedByThisUser

boolean

None.

ApprovalStepID

integer

None.

DocumentStepID

integer

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Error getting value from 'PrimaryStatus' on 'CaliberAPI.ArchitecturalItem'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Error getting value from 'PrimaryStatus' on 'CaliberAPI.ArchitecturalItem'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Conversion from string "sample string 5" to type 'Integer' is not valid.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Conversion from string "sample string 5" to type 'Integer' is not valid.

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

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.