POST api/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": "46af5b0e-d54c-44f1-9aee-02312c0f8214", "OnboardingDocumentType": 1, "Content": "sample string 2", "CustomerId": "09127d39-e57a-4241-92f5-6ad61bcd537c" }
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": "d1202593-fd60-4da3-acdf-b0166a453f8c", "IsShowMessage": true, "IsShowRateAndReview": true }