POST api/{apiVersion}/Customer/UploadOnboardingDocument
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
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": "01f7fd40-3449-4c17-bb81-ec3e7d1ea70d", "OnboardingDocumentType": 1, "Content": "sample string 2", "CustomerId": "bd0aaa24-72c0-49be-b0cd-5c0c2af755e8" }
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": "edaaf890-ec2d-4015-8573-df42b20d56e6", "IsShowMessage": true, "IsShowRateAndReview": true }