POST api/v1/applicationfroms/sendotp
Request Information
URI Parameters
None.
Body Parameters
CustomerApplicationForm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ApplicationFormId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| StatusId | integer |
None. |
|
| DateCreated | date |
None. |
|
| DateUpdated | date |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Token | string |
None. |
|
| TokenExpired | date |
None. |
|
| RequiredWeight | boolean |
None. |
|
| Weight | decimal number |
None. |
|
| IsAssigned | boolean |
None. |
|
| Skip | integer |
None. |
|
| Take | integer |
None. |
|
| SendNotifications | boolean |
None. |
|
| Otp | string |
None. |
|
| ExpirationDate | date |
None. |
|
| ApplicationForm | ApplicationForm |
None. |
|
| Customer | Customer |
None. |
|
| CustomerApplicationFormStatus | GeneralStatus |
None. |
|
| CustomerApplicationFormTypes | GeneralStatus |
None. |
|
| CustomerApplicationFormSection | Collection of CustomerApplicationFormSection |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseModelOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | boolean |
None. |
|
| Pagination | Pagination |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.