POST v1/companies-web/loans/applications/sign/tupas/start
Request Information
URI Parameters
None.
Body Parameters
StartExternalApplicationSigningTupasRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"SessionId": "cc123926-4a11-4fd8-a764-119dffbb46fd"
}
application/xml, text/xml
Sample:
<StartExternalApplicationSigningTupasRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FfMobileApi.Models.Loans"> <SessionId>cc123926-4a11-4fd8-a764-119dffbb46fd</SessionId> </StartExternalApplicationSigningTupasRequest>
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.