PUT api/v1/Shipments/{ShipmentID}/ExtendExpiry

Extending RFQ date with reason

Request Information

Parameters

NameDescriptionAdditional 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-04-24T12:58:54.3459172Z",
  "ExtendReason": "sample string 2"
}

application/xml, text/xml

Sample:
<ExtendExpiryDTO>
  <ExtendToDate>2025-04-24T12:58:54.3459172+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>