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": "7a7b38fd-b7bf-4188-8ce6-a956f48607b8", "ParentMissingOnboardingDocumentId": "d2943ac6-1940-4ece-a57f-66df2f82808c", "MobileBlockedUniqueSessionId": "f427343d-b2c6-4ded-9d53-d8138c65f27d", "IdentificationCardTypeId": "2a5aa44f-cf6b-4387-a7cd-3a573005808a", "OnboardingDocumentType": 1, "Content": "sample string 3", "CustomerId": "bb06743f-984c-4e19-a725-35eea5704e6b", "BlockedReasonCode": "sample string 5", "CorporatedBlockedReasonId": "eb93275f-582a-4239-972a-922f214e0db5", "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": "fb2f7f12-d3d6-40ec-aa22-ecced770f354", "IsShowMessage": true, "IsShowRateAndReview": true }