Serviço exclusivo para processadora Dock.
Authorization: Bearer ********************
curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/agenda-lojista/agenda/geracao-agenda' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataFechamento": "2025-03-17T13:06:49.859Z",
"tipoAgenda": "SAQUE"
}'
{
"id": 1,
"dataProcessamento": "2025-03-17T13:06:49.860Z",
"valorTotal": 100,
"processamentoRepasse": {
"id": 1,
"totalFaturas": 10,
"valorTotal": 100,
"dataProcessamento": "2025-03-17T13:06:49.860Z",
"dataReferencia": "2025-03-17T13:06:49.860Z"
},
"pago": true,
"dataVencimento": "2025-03-17T13:06:49.860Z",
"tipoAgenda": "SAQUE"
}