POST api/Cosmetics/UserCosmetics

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
app_ExpressRecord
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "Vipid": "sample string 2",
  "UserId": "sample string 3",
  "Consignee": "sample string 4",
  "ConsigneePhone": "sample string 5",
  "ConsigneeAddress": "sample string 6",
  "ZipCode": "sample string 7",
  "ExpressOrder": "sample string 8",
  "DeliveryTime": "2026-07-24T17:58:15.1992006+08:00",
  "ExpressCompany": "sample string 9",
  "CreateDate": "2026-07-24T17:58:15.1992006+08:00",
  "UserAppId": "sample string 10"
}

application/xml, text/xml

Sample:
<App_ExpressRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Anda.Entity">
  <Consignee>sample string 4</Consignee>
  <ConsigneeAddress>sample string 6</ConsigneeAddress>
  <ConsigneePhone>sample string 5</ConsigneePhone>
  <CreateDate>2026-07-24T17:58:15.1992006+08:00</CreateDate>
  <DeliveryTime>2026-07-24T17:58:15.1992006+08:00</DeliveryTime>
  <ExpressCompany>sample string 9</ExpressCompany>
  <ExpressOrder>sample string 8</ExpressOrder>
  <UserAppId>sample string 10</UserAppId>
  <UserId>sample string 3</UserId>
  <Vipid>sample string 2</Vipid>
  <ZipCode>sample string 7</ZipCode>
  <id>sample string 1</id>
</App_ExpressRecord>

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 'App_ExpressRecord'.