Projeto do Agent Contas ORACLE

This commit is contained in:
2026-08-19 09:35:50 -03:00
commit 950a2bcd33
1366 changed files with 177217 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"billingProfile": {
"paymentTypeId": 2,
"customer": {
"id": "MOCK-CUSTOMER-0001",
"customerId": "MOCK-CUSTOMER-0001",
"document": "12345678909",
"name": "Cliente Mock"
}
},
"paymentItems": [
{
"invoiceId": "3000131180",
"invoiceStatus": "fechada",
"status": "fechada",
"barCode": "34191790010104351004791020150008291070026000",
"dueDate": "2026-04-15",
"customerId": "MOCK-CUSTOMER-0001",
"customer": {
"id": "MOCK-CUSTOMER-0001",
"customerId": "MOCK-CUSTOMER-0001"
}
}
]
}