PUT request/contract/{id}/bespoke/detail/{detailid}
Update bespoke contract start date
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
detailid | integer |
Required |
|
id | integer |
Required |
Body Parameters
ContractStartDateName | Description | Type | Additional information |
---|---|---|---|
StartDate | date |
None. |
|
Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "startDate": "2025-06-29T02:59:14.2551214+00:00", "type": "sample string 2" }
text/html
Sample:
{"startDate":"2025-06-29T02:59:14.2551214+00:00","type":"sample string 2"}
application/xml, text/xml
Sample:
<ContractStartDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCSCommercialAPI.Models.CustomerUpdate"> <StartDate>2025-06-29T02:59:14.2551214+00:00</StartDate> <Type>sample string 2</Type> </ContractStartDate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>