PUT api/Orders/PutToUpdateTryOn?orderId={orderId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
orderId | integer |
Required |
Body Parameters
TRYORDERS_DETAILName | Description | Type | Additional information |
---|---|---|---|
TryOrderID | integer |
None. |
|
UserID | string |
None. |
|
ClothingID | integer |
None. |
|
ClothingName | string |
None. |
|
ClothingSPrice | decimal number |
None. |
|
ClothingSize | string |
None. |
|
ClothingThumbnail | string |
None. |
|
Visible | integer |
None. |
|
OutfitID | string |
None. |
|
ClothingLevel | integer |
None. |
|
ClothingType | string |
None. |
|
TryOnCreateDate | date |
None. |
|
ClothingCategory | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TryOrderID": 1, "UserID": "sample string 2", "ClothingID": 3, "ClothingName": "sample string 4", "ClothingSPrice": 5.0, "ClothingSize": "sample string 6", "ClothingThumbnail": "sample string 7", "Visible": 8, "OutfitID": "sample string 9", "ClothingLevel": 10, "ClothingType": "sample string 11", "TryOnCreateDate": "2025-06-16T23:09:54.3078092-05:00", "ClothingCategory": "sample string 13" }
application/xml, text/xml
Sample:
<TRYORDERS_DETAIL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JDataAccess"> <ClothingCategory>sample string 13</ClothingCategory> <ClothingID>3</ClothingID> <ClothingLevel>10</ClothingLevel> <ClothingName>sample string 4</ClothingName> <ClothingSPrice>5</ClothingSPrice> <ClothingSize>sample string 6</ClothingSize> <ClothingThumbnail>sample string 7</ClothingThumbnail> <ClothingType>sample string 11</ClothingType> <OutfitID>sample string 9</OutfitID> <TryOnCreateDate>2025-06-16T23:09:54.3078092-05:00</TryOnCreateDate> <TryOrderID>1</TryOrderID> <UserID>sample string 2</UserID> <Visible>8</Visible> </TRYORDERS_DETAIL>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |