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": "c7aaf68d-d8b5-4ae2-a36a-b98255ead167", "ParentMissingOnboardingDocumentId": "53cad8bc-8cc2-4b17-889b-1836a4bb8658", "MobileBlockedUniqueSessionId": "a1966bc9-62af-43fc-abf1-1fe410cd4fb0", "IdentificationCardTypeId": "35c87373-de40-4ac6-9bcf-2ce9f8d4ca2f", "OnboardingDocumentType": 1, "Content": "sample string 3", "CustomerId": "343a2eac-8768-4271-ba8a-f1640f7c9e16", "BlockedReasonCode": "sample string 5", "CorporatedBlockedReasonId": "5179a6b6-bc87-46a1-90d6-bf313d06b867", "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": "ad9e67d0-3745-4e94-b09c-b98b5f593ca1", "IsShowMessage": true, "IsShowRateAndReview": true }