Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 644 Bytes

add-group-to-customer-response.md

File metadata and controls

31 lines (22 loc) · 644 Bytes

Add Group to Customer Response

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

Structure

Add Group to 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"
    }
  ]
}