GET api/InvoiceStatuss/{LastUpdated}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LastUpdated | unsigned integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of InvoiceStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountKey | integer |
None. |
|
| InvoiceKey | integer |
None. |
|
| Status | string |
None. |
|
| RowVersion | unsigned integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"$type": "WebPortalRTFAPI.Models.InvoiceStatus, WebPortalRTFAPI",
"AccountKey": 1,
"InvoiceKey": 2,
"Status": "sample string 3",
"RowVersion": 4
},
{
"$ref": "2"
}
]