POST api/{apiVersion}/Customer/UploadMissingOnBoardingMultipleDocumentAsync
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
UploadMissingOnboardingDocumentRequestName | Description | Type | Additional information |
---|---|---|---|
RootMissingOnboardingDocumentId | globally unique identifier |
None. |
|
ParentMissingOnboardingDocumentId | globally unique identifier |
None. |
|
MobileBlockedUniqueSessionId | globally unique identifier |
None. |
|
IdentificationCardTypeId | globally unique identifier |
None. |
|
OnboardingDocumentType | OnboardingDocumentType |
None. |
|
Content | string |
None. |
|
CustomerId | globally unique identifier |
None. |
|
BlockedReasonCode | string |
None. |
|
CorporatedBlockedReasonId | globally unique identifier |
None. |
|
IsDomestic | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "RootMissingOnboardingDocumentId": "1f96e88f-144f-459d-a19f-3da7d3d0630c", "ParentMissingOnboardingDocumentId": "616c48cf-90fb-42ff-a6d3-7a7bb9a17966", "MobileBlockedUniqueSessionId": "10d39355-e8c1-4b8e-8bd2-20e274ddde21", "IdentificationCardTypeId": "275de2d4-b41d-4a50-8da1-1869950c85e3", "OnboardingDocumentType": 1, "Content": "sample string 3", "CustomerId": "dc5a81e4-b8c8-4591-879b-c4866ada2fc2", "BlockedReasonCode": "sample string 5", "CorporatedBlockedReasonId": "6cd86dbb-4a4b-42f1-9303-9eeb71178576", "IsDomestic": true }
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": "8cd43177-bc5e-4dcd-84f8-965338b79425", "IsShowMessage": true, "IsShowRateAndReview": true }