ROSE Developers - Web API Reference

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:

All Resources

This service uses the following resources:

GET Operations

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:

GET /taxesCore/getATInvoices/getAtInvoices/{companyId}

Resources


AtHeader

The following elements are optional:

success (bool) Success.
message (string) Message.
processedDate (DateTimeOffset) Processed Date.
numOfElements (int) Num Of Elements.
totalElements (int) Total Elements.