POST DocumentNumber/Save
Updates existing Document Number.
Request Information
URI Parameters
None.
Body Parameters
Document NumberName | Type | Additional information | Description |
---|---|---|---|
ID | integer |
None. |
|
DocumentTypeId | integer |
None. |
|
NextDocumentNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "DocumentTypeId": 2, "NextDocumentNumber": "sample string 3" }
Response Information
Resource Description
Document NumberName | 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" }