POST
/
businesses
/
customers
/
{customerID}
/
bulk
/
process
curl --request POST \
  --url https://api.joinworth.com/case/api/v1/businesses/customers/{customerID}/bulk/process \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "name": "State Road Liquors",
    "phone": "508-599-8119",
    "address_line_1": "123 State Road",
    "address_postal_code": "02790",
    "address_city": "Westport",
    "address_state": "MA",
    "external_id": "7"
  }
]'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerID
string
required
Example:

"01a0dbb2-acfb-43bc-872a-83905b123b3f"

Body

application/json · object[]
name
string
required
phone
string
required
address_line_1
string
required
address_postal_code
string
required
address_city
string
required
address_state
string
required
external_id
string
required