WORK.VALIDITY.POST

Submit relinquishment for a work.

Use this api to submit validity end for a work.

You have to submit a payload with your unique work identifier used in the work ingestion phase, together with the validity end.

Please note that you are responsible for transmitting only trustworthy and verified data.


Parameters

Request body, in JSON format, must conform to this structure:

{
  "data": {
    "identifier": "CUSTOMERID100", // (REQUIRED) Your Work’s unique identifier  used in the work ingestion phase
      "validity_end": "2023-01-20",           // (REQUIRED) End of deal, in YYYY-MM-DD format.
  }
}