DELETE /api/sales/financials/{id} HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
Financial removed successfully
{ "id": "text" }
""
0
25
asc
GET /api/sales/financials HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
OK
{ "currentPage": 1, "perPage": 1, "total": 1, "items": [ { "id": "text", "partner_id": "text", "partner_name": "text", "value": 1, "paying_off_value": 1, "paying_off_date": "2025-05-18T09:46:03.534Z", "due_date": "2025-05-18T09:46:03.534Z", "status": "text", "order_id": "text", "type": "text" } ] }
GET /api/sales/financials/{id} HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
{ "id": "text", "partner_id": "text", "partner_name": "text", "order_id": "text", "value": 1, "paying_off_value": 1, "paying_off_date": "2025-05-18T09:46:03.534Z", "due_date": "2025-05-18T09:46:03.534Z", "status": "text", "type": "text", "payment_billet": { "resource_file_id": "123e4567-e89b-12d3-a456-426614174000", "resource_file_name": "text", "bar_code": "text", "qr_code": "text" }, "attachments": [ { "id": "text", "is_payment_billet": true, "payment_billet_bar_code": "text", "payment_billet_qr_code": "text", "resource_files": [ { "id": "text", "fileName": "text" } ] } ] }
PUT /api/sales/financials/{id} HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 350 { "partner_id": "text", "value": 1, "paying_off_value": 1, "paying_off_date": "2025-05-18T09:46:03.534Z", "due_date": "2025-05-18T09:46:03.534Z", "status": "text", "payment_billet": { "resource_file_id": "123e4567-e89b-12d3-a456-426614174000", "bar_code": "text", "qr_code": "text" }, "attachments": [ "123e4567-e89b-12d3-a456-426614174000" ], "order_id": "text", "type": "text" }
Financial updated successfully
{ "id": "text", "partner_id": "text", "partner_name": "text", "value": 1, "paying_off_value": 1, "paying_off_date": "2025-05-18T09:46:03.534Z", "due_date": "2025-05-18T09:46:03.534Z", "status": "text", "order_id": "text", "type": "text", "payment_billet": { "resource_file_id": "123e4567-e89b-12d3-a456-426614174000", "bar_code": "text", "qr_code": "text" }, "attachments": [ "123e4567-e89b-12d3-a456-426614174000" ] }
POST /api/sales/financials HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 362 { "id": "text", "partner_id": "text", "value": 1, "paying_off_value": 1, "paying_off_date": "2025-05-18T09:46:03.534Z", "due_date": "2025-05-18T09:46:03.534Z", "status": "text", "payment_billet": { "resource_file_id": "123e4567-e89b-12d3-a456-426614174000", "bar_code": "text", "qr_code": "text" }, "attachments": [ "123e4567-e89b-12d3-a456-426614174000" ], "order_id": "text", "type": "text" }
Financial created successfully