POST api/Customer/UploadOnboardingDocument

Request Information

URI Parameters

None.

Body Parameters

UploadOnboardingDocumentRequest
NameDescriptionTypeAdditional 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": "9dcb2524-593d-4b7f-80f7-ec27d845e5f8",
  "OnboardingDocumentType": 1,
  "Content": "sample string 2",
  "CustomerId": "38ff03a4-dd12-42da-b33f-7b1bcc04db0c"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfGuid
NameDescriptionTypeAdditional 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": "0d82c569-c36c-4037-b47d-19818c6212e0",
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}