Appearance
Create supplierclient ​
POST
/v1/suppliers/supplierclient
Create a new supplierclient and send an email to create a password
Authorizations​
api_key
Type
API Key (header: X-Api-Key)
Request Body​
application/json
JSON"supplier_id": "string","email": "string"
{
 Â
 Â
}
Responses​
Created
application/json
JSON"supplierclient_id": "string","supplier_id": "string","email": "string","client_status": "string","roles": ["string"],"label": "string","created": null,"updated": null,"deleted": null
{
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
}