Skip to main content

Get Receipts for an Expense

To get a collection of Expense Receipts you have to send a request as described here.

The endpoint is GET /sistema-ts/expenses/{ExpenseId}/receipt/{ProtocolId}.

If everything is fine you will get a list of Expense Receipts.

{
[
"protocol": <Protocol number>,
"outcome": <Operation outcome>,
"operation_type": <Operation type>,
"date": <Date>,
"url": <Recipt URL>
]
}

here are the references to the SistemaTS documentation