POST api/GenerateDocument?iDocId={iDocId}&kwId={kwId}&kwName={kwName}&kwValue={kwValue}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iDocId | integer |
Required |
|
| kwId | integer |
Required |
|
| kwName | string |
Required |
|
| kwValue | string |
Required |
Body Parameters
None.
Response Information
Resource Description
OnboardingOnbaseCheckDoc| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| found | boolean |
None. |
|
| code | integer |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"found": true,
"code": 3,
"error": "sample string 4"
}
text/html
Sample:
{"success":true,"found":true,"code":3,"error":"sample string 4"}
application/xml, text/xml
Sample:
<OnboardingOnbaseCheckDoc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiOnboarding.Models"> <code>3</code> <error>sample string 4</error> <found>true</found> <success>true</success> </OnboardingOnbaseCheckDoc>