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": "264c13cd-c887-4ca0-ace4-51646c20c1d7", "CorparateCentralRegistrySystemNo": "sample string 2", "DocumentTypeId": "19ab5ee1-63ea-43d1-b4b3-249e30a7ce98", "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": "72c6738f-563d-4800-b7c9-a8fa6b38a0fd" }, "IsShowMessage": true, "IsShowRateAndReview": true }