GET api/InvoiceStatuss/{LastUpdated}/{AccountKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LastUpdated

unsigned integer

Required

AccountKey

string

None.

Body Parameters

None.

Response Information

Resource Description

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