POST api/{apiVersion}/Customer/UploadMissingOnBoardingDocument
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": "1b9e4bd4-be63-464d-a048-a1fd8b23804e", "ParentMissingOnboardingDocumentId": "1edcde40-44a9-4b29-9d35-d9e163e75ab6", "MobileBlockedUniqueSessionId": "6f6942a7-22cf-496e-9926-e8336e45831b", "IdentificationCardTypeId": "29a1dab4-2ec4-44fc-9681-089209368c97", "OnboardingDocumentType": 1, "Content": "sample string 3", "CustomerId": "686e37d4-c6f8-4303-ab0e-3e56b1012505", "BlockedReasonCode": "sample string 5", "CorporatedBlockedReasonId": "a21506e5-d224-4113-9c9e-600803392fb2", "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": "a9689d88-85d2-4d64-ba74-2334ac2718d7", "IsShowMessage": true, "IsShowRateAndReview": true }