POST api/Integration?styleNo={styleNo}&fileNameExtension={fileNameExtension}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
styleNo | string |
Required |
|
fileNameExtension | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ImageUploadResponseName | Description | Type | Additional information |
---|---|---|---|
StyleNo | string |
None. |
|
Status | boolean |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "styleNo": "sample string 1", "status": true, "message": "sample string 3" }