POST api/ContractObject/ContractObjectPAOther

Add to ContractObject PA Other

Request Information

URI Parameters

None.

Body Parameters

ContractObjectPAOther
NameDescriptionTypeAdditional information
ContractObjectPAOtherId

integer

None.

ContractObjectId

integer

None.

Name

string

None.

SortOrder

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "contractObjectPAOtherId": 1,
  "contractObjectId": 1,
  "name": "sample string 2",
  "sortOrder": 1
}

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

Response Information

Resource Description

None.