GET
api/v1/get-doc-num-by-id?clientId={clientId}&docEntryId={docEntryId}&docType={docType}&isBaseDoc={isBaseDoc}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | integer |
Required |
|
docEntryId | integer |
Required |
|
docType | string |
Required |
|
isBaseDoc | boolean |
Required |
Response Information
Description:
Return type: string
Response Formats
application/json, text/json, text/html
"sample string 1"
application/xml, text/xml
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>