https://api.affiliates.iugu.com/api/affiliates
Cria um novo afiliado
Sem ações implementadas definidas
Request
Headers |
|
---|---|
workspace_id
Required Type: string Identificador do workspace Ex: 4fHECmQtLdROI4fDLWMiLd |
Body Required Content Type: application/json |
||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1
2
3
4
5
6
7
8
9
{
"affiliate": {
"name": "Influencer instagram",
"document": "38235467828",
"email": "[email protected]",
"phone_number": "11942424545",
"parent_affiliate_id": "0XNFWtBURoI7O5vinlYjS2"
}
}
Response
201 |
||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Created
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"id": "5N8wqsUjlwlxtx1tIqoP1a",
"name": "Primo Rico",
"workspace_id": "6AaVMPZBMTMweShgqdA7nR",
"email": "[email protected]",
"phone_number": "11942424545",
"document": "50949740098",
"created_at": "2023-12-20T17:46:49.461Z",
"updated_at": "2023-12-22T19:06:50.487Z",
"parent_affiliate": {
"id": "0XNFWtBURoI7O5vinlYjS2",
"name": "Primo Rico",
"email": "[email protected]",
"document": "50949740098"
}
}
422 |
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Unprocessable Entity
|
1
2
3
4
5
{
"name": "[não pode ficar em branco]",
"document": "[não pode ficar em branco]",
"email": "[não pode ficar em branco,não é válido]"
}
401 |
||||||
---|---|---|---|---|---|---|
Unauthorized
|
1
2
3
4
5
{
"status": "401",
"title": "JWT VALIDATION ERROR",
"detail": "Signature has expired"
}
500 |
||||||
---|---|---|---|---|---|---|
Internal Server Error
|
1
2
3
4
5
{
"status": "500",
"title": "Internal Server Error",
"detail": "Internal Error, try again later"
}