POST api/MobileApp/UploadPromtionImage/{imageType}/{clientImageId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
imageType | string |
Required |
|
clientImageId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
UploadPromoImageResponseName | Description | Type | Additional information |
---|---|---|---|
ResponseCode | string |
None. |
|
ResponseMessage | string |
None. |
|
ImagePath | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ResponseCode": "sample string 1", "ResponseMessage": "sample string 2", "ImagePath": "sample string 3" }
application/xml, text/xml
Sample:
<UploadPromoImageResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Raza.Web.Api.Models.MobileApp"> <ImagePath>sample string 3</ImagePath> <ResponseCode>sample string 1</ResponseCode> <ResponseMessage>sample string 2</ResponseMessage> </UploadPromoImageResponse>