POST v{version}/applications/GenerateOutPutFiles
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
applicationTemplateModelName | Description | Type | Additional information |
---|---|---|---|
RecordID | string |
Required Matching regular expression pattern: ^[0-9]+$ |
|
TemplateIDs | string |
Required Matching regular expression pattern: ^([1-9][0-9]*,)*[1-9][0-9]*$ |
|
AccountID | integer |
None. |
|
UserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "RecordID": "sample string 1", "TemplateIDs": "sample string 2", "AccountID": 3, "UserID": 4 }
application/xml, text/xml
Sample:
<applicationTemplateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LoanBeam.API.V1.Models"> <AccountID xmlns="http://schemas.datacontract.org/2004/07/LoanBeam.Data.Model.V1">3</AccountID> <RecordID xmlns="http://schemas.datacontract.org/2004/07/LoanBeam.Data.Model.V1">sample string 1</RecordID> <TemplateIDs xmlns="http://schemas.datacontract.org/2004/07/LoanBeam.Data.Model.V1">sample string 2</TemplateIDs> <UserID xmlns="http://schemas.datacontract.org/2004/07/LoanBeam.Data.Model.V1">4</UserID> </applicationTemplateModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |