GET api/Orders/MarketingTryOrderItems?baseId={baseId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
baseId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TryOrderModel
NameDescriptionTypeAdditional 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.

TryOnCreateDate

date

None.

ClothingType

string

None.

ClothingCategory

string

None.

Response 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,
    "TryOnCreateDate": "2025-06-17T01:45:32.3706249-05:00",
    "ClothingType": "sample string 12",
    "ClothingCategory": "sample string 13"
  },
  {
    "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,
    "TryOnCreateDate": "2025-06-17T01:45:32.3706249-05:00",
    "ClothingType": "sample string 12",
    "ClothingCategory": "sample string 13"
  }
]

application/xml, text/xml

Sample:
<ArrayOfTryOrderModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model_z_webAPIService.Models">
  <TryOrderModel>
    <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 12</ClothingType>
    <OutfitID>sample string 9</OutfitID>
    <TryOnCreateDate>2025-06-17T01:45:32.3706249-05:00</TryOnCreateDate>
    <TryOrderID>1</TryOrderID>
    <UserID>sample string 2</UserID>
    <Visible>8</Visible>
  </TryOrderModel>
  <TryOrderModel>
    <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 12</ClothingType>
    <OutfitID>sample string 9</OutfitID>
    <TryOnCreateDate>2025-06-17T01:45:32.3706249-05:00</TryOnCreateDate>
    <TryOrderID>1</TryOrderID>
    <UserID>sample string 2</UserID>
    <Visible>8</Visible>
  </TryOrderModel>
</ArrayOfTryOrderModel>