PUT api/v1/Shipments/{ShipmentID}/ExtendExpiry
Extending RFQ date with reason
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ShipmentID |
Define this parameter in the request URI. |
|
| extendExpiryDTO |
Define this parameter in the request body. |
Request body formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"ExtendToDate": "2025-10-27T06:56:35.4401497Z",
"ExtendReason": "sample string 2"
}
application/xml, text/xml
Sample:
<ExtendExpiryDTO> <ExtendToDate>2025-10-27T06:56:35.4401497+00:00</ExtendToDate> <ExtendReason>sample string 2</ExtendReason> </ExtendExpiryDTO>
Response Information
Response body formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean>true</boolean>