GET DocumentNumber/Get/{id}
Gets the specified Document Number based on the identifier.
Request Information
URI Parameters
| Name | Type | Additional information | Description |
|---|---|---|---|
| id | integer |
Required |
The identifier. |
Body Parameters
None.
Response Information
Resource Description
Document Number| Name | Type | Additional information | Description |
|---|---|---|---|
| ID | integer |
None. |
|
| DocumentTypeId | integer |
None. |
|
| NextDocumentNumber | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"DocumentTypeId": 2,
"NextDocumentNumber": "sample string 3"
}