POST api/ConsumerBorrower/v1/UploadApplicationDocument
Uploads attachment document to loan application. Attach the file as a form-data of type file in the body parameter and following information as URI parameters: ApplicationId = Unique identifier of loan application returned by InsertConsumerLoanApplication. (Use this or combination ChannelCode, BrandCode, ExternalApplicationNumber.) ChannelCode = Code identifying the sender organization. Code to use provided by FF, BrandCode = Brand code of loan: FF, FP, LA, FS ..., ExtarnalApplicationNumber=Sender's unique identifier for loan application given as parameter of InsertConsumerLoanApplication.
Request Information
URI Parameters
None.
Body Parameters
None.
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. |