Mexico
β Create a new invoice
In order to create a new mexican invoice, you need to use the /documents endpoint with the proper parameters.
Mexican invoices can be type I, E or T. To define which type to use, please check the document_type_id field proper values.
Endpoint: https://api.userow.com/billing/V1/documents
- Method: POST
- Required headers:
- Content-Type: application/json
- Authorization: Bearer <token>
- Accept: */*