POST api/Contract/AddContractRelationList

Add to Contract Typed property List (example : FeeIncreaseCondition, CustomerByDevice, CIVILByDevice, CustomerByTraining, CIVILByTraining, CustomerByRestrictedCheck)

Request Information

URI Parameters

None.

Body Parameters

ContractRelationList
NameDescriptionTypeAdditional information
ContractRelationListId

integer

None.

ContractId

integer

None.

RelationType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "contractRelationListId": 1,
  "contractId": 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 'ContractRelationList'.

Response Information

Resource Description

None.