GET api/ContractObject/ListAllContractObjectPACustomerKeyReq
List All Contract Object PA Customer Keq Req
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ContractObjectPACustomerKeyReqView| Name | Description | Type | Additional information |
|---|---|---|---|
| ContractObjectPACustomerKeyReqId | integer |
None. |
|
| ContractObjectId | integer |
None. |
|
| Name | string |
None. |
|
| SortOrder | integer |
None. |
|
| OBJ_NEV | string |
None. |
|
| ContractName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"contractObjectPACustomerKeyReqId": 1,
"contractObjectId": 2,
"name": "sample string 3",
"sortOrder": 4,
"obJ_NEV": "sample string 5",
"contractName": "sample string 6"
},
{
"contractObjectPACustomerKeyReqId": 1,
"contractObjectId": 2,
"name": "sample string 3",
"sortOrder": 4,
"obJ_NEV": "sample string 5",
"contractName": "sample string 6"
}
]