You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET api/admin/billing/getInvoices
It calls api/admin/billing/getChargeableStudents#2 and uses the Fake AFIP API to generate the invoices one by one and then return them. Errors must be handled and retry the request.
The Course prices are multiplied by 100, the AFIP API expects them to be floats.
Fake AFIP API
Request
route: api/afip
method: POST
body:
{nomYAp: String,dir: String,importe: Number}
Response
{data: {id: Number}}
Get /admin/billing/getInvoices
Response expected:
{data: [{BillingNumber: String// id from api/afipFirstAndLastName: String,Address: String,price: String}]}
The text was updated successfully, but these errors were encountered:
GET api/admin/billing/getInvoices
It calls
api/admin/billing/getChargeableStudents
#2 and uses the Fake AFIP API to generate the invoices one by one and then return them. Errors must be handled and retry the request.Fake AFIP API
Request
route:
api/afip
method: POST
body:
Response
Get /admin/billing/getInvoices
Response expected:
The text was updated successfully, but these errors were encountered: