POST api/AdvertisementManagement/uploadAdvertizeImage
Request Information
URI Parameters
None.
Body Parameters
ImageUpload| Name | Description | Type | Additional information |
|---|---|---|---|
| imagePath | string |
None. |
|
| imageName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"imagePath": "sample string 1",
"imageName": "sample string 2"
}
multipart/form-data, application/octet-stream
Sample:
{"imagePath":"sample string 1","imageName":"sample string 2"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | Object |
None. |
|
| Msg | Object |
None. |
|
| token | Object |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": {},
"msg": {},
"token": {},
"data": {}
}
multipart/form-data, application/octet-stream
Sample:
{"result":{},"msg":{},"token":{},"data":{}}