GET api/CdcApi/ListContractObjectPAOther/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ContractObjectPAOther| Name | Description | Type | Additional 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
}
]