GET api/Invoices/InvoiceKeysToRemove/{LastUpdated}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LastUpdated | unsigned integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of InvoiceToRemove| Name | Description | Type | Additional information |
|---|---|---|---|
| ArVKey | integer |
None. |
|
| RowVersion | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"$type": "WebPortalRTFAPI.Models.InvoiceToRemove, WebPortalRTFAPI",
"ArVKey": 1,
"RowVersion": 2
},
{
"$ref": "2"
}
]