POST api/TransportationProfiles/UploadTransportationImage?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
PostTransportationProfileImageBindingModelName | Description | Type | Additional information |
---|---|---|---|
ImageContent | string |
None. |
|
ImageName | string |
None. |
|
TransportationProfileId | integer |
None. |
|
IsPrimaryImage | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "ImageContent": "sample string 1", "ImageName": "sample string 2", "TransportationProfileId": 3, "IsPrimaryImage": true }
application/xml, text/xml
Sample:
<PostTransportationProfileImageBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TripPlannerAPI.Models.DTO"> <ImageContent>sample string 1</ImageContent> <ImageName>sample string 2</ImageName> <IsPrimaryImage>true</IsPrimaryImage> <TransportationProfileId>3</TransportationProfileId> </PostTransportationProfileImageBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.