Serviço exclusivo para processadora Cards.
curl --location --request GET 'https://horizon-api-sb.app.rpe.tech/api/v1/cartoes/no-name/lotes?dataCriacaoInicial&dataCriacaoFinal&responsavel&statusLote&idLojaRecebimento&idNoNameLote&page&size&sort' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw ''
{
"content": [
{
"idNoNameLote": 2001,
"quantidadeTotal": 100,
"responsavel": "RESPONSAVEL MOCK",
"nomePlastico": "NOME PLASTICO",
"idProduto": 1,
"idBin": 16,
"bloqueado": true,
"status": "ATIVO",
"quantidadeEmbossado": 0,
"quantidadeAguardandoEmbossing": 1,
"quantidadeVinculadoConta": 0,
"quantidadeDestruido": 0,
"dataCriacao": "2024-07-12T11:19:50.700373"
}
],
"totalElements": 1,
"totalPages": 1,
"size": 25,
"number": 0,
"sort": {
"empty": true,
"unsorted": true,
"sorted": false
},
"first": true,
"last": true,
"numberOfElements": 1,
"pageable": {
"offset": 0,
"sort": {
"empty": true,
"unsorted": true,
"sorted": false
},
"paged": true,
"unpaged": false,
"pageNumber": 0,
"pageSize": 25
},
"empty": false
}