POST api/Customer/PreCorporateDocumentUpload

Request Information

URI Parameters

None.

Body Parameters

PreCorporateDocumentRequest
NameDescriptionTypeAdditional information
PreCorporateId

globally unique identifier

None.

CorparateCentralRegistrySystemNo

string

None.

DocumentTypeId

globally unique identifier

None.

DocumentContent

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PreCorporateId": "dd3e2900-53a2-4115-91b5-eedfa59d2850",
  "CorparateCentralRegistrySystemNo": "sample string 2",
  "DocumentTypeId": "cd0a609f-4f5f-4347-aaf7-83199bac7640",
  "DocumentContent": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfPreCorporateDocumentResponse
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

PreCorporateDocumentResponse

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": {
    "DocumentId": "9f999f0e-ec8e-4701-871d-a4f032a7dd5e"
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}