GET api/ContractObject/ListContractObjectPAOther?id={id}

List Contract Object PA Other

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ContractObjectPAOther
NameDescriptionTypeAdditional information
ContractObjectPAOtherId

integer

None.

ContractObjectId

integer

None.

Name

string

None.

SortOrder

integer

None.

Response Formats

application/json, text/json

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