https://api.affiliates.iugu.com/events
Cria novos eventos
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
10
{
"events": [
{
"affiliate_id": "7iCCaotmWlRFig39trAXkB",
"event": "Boleto",
"amount": 100.0,
"idempotency_key": 23231233
}
]
}
Response
200 |
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Criação bem-sucedida
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"created": 12,
"errors": [
{
"event": {
"affiliate_id": "7iCCaotmWlRFig39trAXkB",
"event": "Boleto",
"amount": 100.0
},
"position": 1,
"message": "Validation error: The property '#/idempotency_key' of type null did not match the following type: string"
}
]
}
422 |
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Unprocessable Entity
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"created": 0,
"errors": [
{
"event": {
"affiliate_id": "7iCCaotmWlRFig39trAXkB",
"event": "Boleto",
"amount": 100.0
},
"position": 1,
"message": "Validation error: The property '#/idempotency_key' of type null did not match the following type: string"
}
]
}
500 |
||
---|---|---|
Internal Server Error
|
1
2
3
{
"errors": "Internal Server Error"
}