GET DocumentNumber/Get
Gets a List of Document Numbers.
Request Information
This method supports OData queries.
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
This collection is wrapped in a paging response object.
Paging response of Document Number| Name | Type | Additional information | Description |
|---|---|---|---|
| TotalResults | integer |
None. |
|
| ReturnedResults | integer |
None. |
|
| Results | Collection of Document Number |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalResults": 1,
"ReturnedResults": 2,
"Results": [
{
"ID": 1,
"DocumentTypeId": 2,
"NextDocumentNumber": "sample string 3"
},
{
"ID": 1,
"DocumentTypeId": 2,
"NextDocumentNumber": "sample string 3"
}
]
}