POST api/{apiVersion}/Customer/PreCorporateDocumentUpload
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
PreCorporateDocumentRequestName | Description | Type | Additional 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": "f93fd422-968a-48cf-b401-cb904443d7b1", "CorparateCentralRegistrySystemNo": "sample string 2", "DocumentTypeId": "ac18efd8-ecd4-4ed3-b493-4ee7cca03501", "DocumentContent": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfPreCorporateDocumentResponseName | Description | Type | Additional 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": "5437f93f-8bac-4c7b-811c-fdec9eff7188" }, "IsShowMessage": true, "IsShowRateAndReview": true }