Skip to main content

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

Empty string if extension is successful

Schema

    string

Loading...