Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 818 Bytes

remove-group-from-customer-response.md

File metadata and controls

38 lines (29 loc) · 818 Bytes

Remove Group From Customer Response

Defines the fields that are included in the response body of a request to the RemoveGroupFromCustomer endpoint.

Structure

Remove Group From Customer 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"
    },
    {
      "category": "MERCHANT_SUBSCRIPTION_ERROR",
      "code": "MAP_KEY_LENGTH_TOO_LONG",
      "detail": "detail6",
      "field": "field4"
    }
  ]
}