https://api.affiliates.iugu.com/affiliates/{id}
Atualiza um afiliado
Sem ações implementadas definidas
Request
|
Path variables |
|
|---|---|
|
id
Required Type: string ID do afiliado Ex: 5EufttluGZIPaQKN5PF4X4 |
|
|
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": "5N8wqsUjlwlxtx1tIqoP1a"
}
}
Response
|
200 |
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
OK
|
||||||||||||||||||||||||||||
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\"]"
}
|
404 |
||
|---|---|---|
|
Not Found
|
||
1
2
3
{
"message": "Registro não encontrado."
}
|
500 |
||||||
|---|---|---|---|---|---|---|
|
Internal Server Error
|
||||||
1
2
3
4
5
{
"status": "500",
"title": "Internal Server Error",
"detail": "Internal Error, try again later"
}