Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 837 Bytes

delete-loyalty-reward-response.md

File metadata and controls

42 lines (33 loc) · 837 Bytes

Delete Loyalty Reward Response

A response returned by the API call.

Structure

Delete Loyalty Reward Response

Fields

Name Type Tags Description
errors Array<Error Hash> 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"
    },
    {
      "category": "MERCHANT_SUBSCRIPTION_ERROR",
      "code": "MAP_KEY_LENGTH_TOO_LONG",
      "detail": "detail6",
      "field": "field4"
    },
    {
      "category": "MERCHANT_SUBSCRIPTION_ERROR",
      "code": "MAP_KEY_LENGTH_TOO_LONG",
      "detail": "detail6",
      "field": "field4"
    }
  ]
}