Taxes | Get AT Invoice
The Get AT invoices endpoint is used to ge external invoices from Portuguese Tax Authority (AT) servers. (RESERVED FOR INTERNAL USE.).
Overview
URL | api/{tenantKey}/{orgKey}/taxesCore/getATInvoices |
Methods Supported | GET |
All Operations
This service includes the following operations:
- GET:
All Resources
This service uses the following resources:
GET Get At Invoices
Get the communicable Invoices.
The following elements are required:
companyId | (Guid) The Company Id. |
startDate | (DateTime?) The Date From. |
endDate | (DateTime?) The Date To. |
Response:
When successful, the response body contains a resource of type 'AtHeader'. See AtHeader. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
api/{tenantKey}/{orgKey}/taxesCore/getATInvoices/getAtInvoices/{companyId}
GET /taxesCore/getATInvoices/getAtInvoices/{companyId}