This endpoint will update some data which is related to a single session.

PUT /sessions/SESSION_ID/

Payload Specification

Param NameRequiredTypeNotes
payment_dateNoISO Date StringIn UTC
fulfillment_dateNoISO Date StringIn UTC
delivery_dateNoISO Date StringIn UTC
metadataNoJSON ObjectSimple String key/value pairs
{
  "payment_date": "2019-01-01T12:32:04.012Z",
  "fulfillment_date": "2019-01-01T12:32:04.012Z",
  "delivery_date": "2019-01-01T12:32:04.012Z",
  "metadata": {
    "custom key": "customer value",
    "another key": "another value"
  }
}