Invite customer

POST /partners/{partnerId}/customers/{customerId}/invite

Path parameters

Responses

  • Hide response attribute Show response attribute object
  • Hide response attributes Show response attributes object
  • Hide response attributes Show response attributes object
POST /partners/{partnerId}/customers/{customerId}/invite
curl \
 -X POST https://open-api.hml.soupi.com.br/partners/{partnerId}/customers/{customerId}/invite \
 -H "Authorization: $API_KEY"
Response examples (200)
{
  "message": "string"
}
Response examples (200)
{
  "message": "string"
}
Response examples (400)
{
  "message": {},
  "data": {}
}
Response examples (400)
{
  "message": {},
  "data": {}
}
Response examples (401)
{
  "message": {},
  "data": {}
}
Response examples (401)
{
  "message": {},
  "data": {}
}