POST api/Orders/PostToTryPics

Request Information

URI Parameters

None.

Body Parameters

TRYORDER_PICS
NameDescriptionTypeAdditional information
TryOrderPicID

integer

None.

UserID

string

None.

BaseID

integer

None.

ClothingID

integer

None.

OutfitID

string

None.

OutfitName

string

None.

Visible

integer

None.

ImagePicUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TryOrderPicID": 1,
  "UserID": "sample string 2",
  "BaseID": 3,
  "ClothingID": 4,
  "OutfitID": "sample string 5",
  "OutfitName": "sample string 6",
  "Visible": 7,
  "ImagePicUrl": "sample string 8"
}

application/xml, text/xml

Sample:
<TRYORDER_PICS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JDataAccess">
  <BaseID>3</BaseID>
  <ClothingID>4</ClothingID>
  <ImagePicUrl>sample string 8</ImagePicUrl>
  <OutfitID>sample string 5</OutfitID>
  <OutfitName>sample string 6</OutfitName>
  <TryOrderPicID>1</TryOrderPicID>
  <UserID>sample string 2</UserID>
  <Visible>7</Visible>
</TRYORDER_PICS>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TRYORDER_PICS'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.