POST api/v1/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": "65e918e7-935c-4347-a9de-d14c090857bc",
  "CorparateCentralRegistrySystemNo": "sample string 2",
  "DocumentTypeId": "2bd1e984-93b3-4f74-8507-88be69cadc26",
  "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": "58a88b28-c7b1-4001-9622-9e2d7862b495"
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}