POST api/Customer/PreCorporateDocumentUpload
Request Information
URI Parameters
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": "16e3eb01-9801-4ee7-87d0-40655ef7a931", "CorparateCentralRegistrySystemNo": "sample string 2", "DocumentTypeId": "99b10651-2b7a-4693-98d2-daaaf2b736f7", "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": "b82a6a46-ef78-4ab1-ab85-66f027a80031" }, "IsShowMessage": true, "IsShowRateAndReview": true }