POST v1/companies-web/loans/applications/sign/login/start
Request Information
URI Parameters
None.
Body Parameters
StartLoginFromSignatureFlowRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"SessionId": "2e2dcac6-599b-4a98-b6a7-6f8e844723ef"
}
application/xml, text/xml
Sample:
<StartLoginFromSignatureFlowRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FfMobileApi.Models.Loans"> <SessionId>2e2dcac6-599b-4a98-b6a7-6f8e844723ef</SessionId> </StartLoginFromSignatureFlowRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.