Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 427 Bytes

customer-response.md

File metadata and controls

27 lines (19 loc) · 427 Bytes

Customer Response

Structure

CustomerResponse

Fields

Name Type Tags Description
Customer models.Customer Required -

Example (as JSON)

{
  "customer": {
    "first_name": "first_name0",
    "last_name": "last_name8",
    "email": "email6",
    "cc_emails": "cc_emails0",
    "organization": "organization6"
  }
}