extend offer expiry date
POST/org/:orgId/offer/:offerId/extendExpiryDate
Only the offer with status = "PENDING_ACCEPTANCE", "EXPIRED" or "ACCEPTED" is allowed to extend expiry date.
Request
Path Parameters
orgId stringrequired
Organization ID
offerId stringrequired
Offer ID
Query Parameters
newExpiryDate stringrequired
new expiry date in YYYY-MM-DD format
Responses
- 200
- 400
- 404
- 500
Empty string if extension is successful
- application/json
- Schema
Schema
string
Bad request error
- application/json
- Schema
Schema
string
Not found
- application/json
- Schema
Schema
string
Internal error
- application/json
- Schema
Schema
string
Loading...