POST api/v1/Customer/UploadOnboardingDocument
Request Information
URI Parameters
None.
Body Parameters
UploadOnboardingDocumentRequestName | Description | Type | Additional information |
---|---|---|---|
IdentificationCardTypeId | globally unique identifier |
None. |
|
OnboardingDocumentType | OnboardingDocumentType |
None. |
|
Content | string |
None. |
|
CustomerId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "IdentificationCardTypeId": "84bfb987-0c38-4367-83af-d6cf4090e13d", "OnboardingDocumentType": 1, "Content": "sample string 2", "CustomerId": "84465ac7-a8ee-41ef-bd3e-02039e68e518" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfGuidName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | globally unique identifier |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": "e15befe8-9a66-43b5-99c4-75b1432a2efa", "IsShowMessage": true, "IsShowRateAndReview": true }