Invite customer

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

Path parameters

  • partnerId string(uuid) Required
  • customerId string(uuid) Required

Responses

  • 200
    Hide response attribute Show response attribute object
    • message string Required
  • 400
    Hide response attributes Show response attributes object
    • message object Required
    • data object Required
  • 401
    Hide response attributes Show response attributes object
    • message object Required
    • data object Required
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": {}
}