GET api/Invoices/InvoiceKeysToRemove/{LastUpdated}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LastUpdated

unsigned integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of InvoiceToRemove
NameDescriptionTypeAdditional 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"
  }
]