POST api/ContractObject/AddContractObjectRelationList

Add to ContractObject Typed property List (example : ObjectInstruction, ObjectDocument, ...)

Request Information

URI Parameters

None.

Body Parameters

ContractObjectRelationList
NameDescriptionTypeAdditional information
ContractObjectRelationListId

integer

None.

ContractObjectId

integer

None.

RelationType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "contractObjectRelationListId": 1,
  "contractObjectId": 2,
  "relationType": 3
}

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

Response Information

Resource Description

None.