Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 601 Bytes

File metadata and controls

31 lines (22 loc) · 601 Bytes

Delete Shift Response

The response to a request to delete a Shift. The response might contain a set of Error objects if the request resulted in errors.

Structure

Delete Shift Response

Fields

Name Type Tags Description
errors List Error Optional Any errors that occurred during the request.

Example (as JSON)

{
  "errors": [
    {
      "category": "MERCHANT_SUBSCRIPTION_ERROR",
      "code": "MAP_KEY_LENGTH_TOO_LONG",
      "detail": "detail6",
      "field": "field4"
    }
  ]
}