Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 726 Bytes

add-group-to-customer-response.md

File metadata and controls

31 lines (22 loc) · 726 Bytes

Add Group to Customer Response

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

Structure

AddGroupToCustomerResponse

Fields

Name Type Tags Description Getter Setter
errors ?(Error[]) Optional Any errors that occurred during the request. getErrors(): ?array setErrors(?array errors): void

Example (as JSON)

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