GET api/CdcApi/ListVendorContractContractObjectService/{vendorContractId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vendorContractId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ContractObjectService| Name | Description | Type | Additional information |
|---|---|---|---|
| vendorContractObjectId | integer |
None. |
|
| customerContractObjectId | integer |
None. |
|
| serviceId | integer |
None. |
|
| vendorNo | string |
None. |
|
| vendorName | string |
None. |
|
| serviceStart | date |
None. |
|
| serviceEnd | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"vendorContractObjectId": 1,
"customerContractObjectId": 2,
"serviceId": 3,
"vendorNo": "sample string 4",
"vendorName": "sample string 5",
"serviceStart": "2025-12-08T04:03:19.4828389Z",
"serviceEnd": "2025-12-08T04:03:19.4828389Z"
},
{
"vendorContractObjectId": 1,
"customerContractObjectId": 2,
"serviceId": 3,
"vendorNo": "sample string 4",
"vendorName": "sample string 5",
"serviceStart": "2025-12-08T04:03:19.4828389Z",
"serviceEnd": "2025-12-08T04:03:19.4828389Z"
}
]