POST api/Customer/UpdateSMSOrder

Request Information

URI Parameters

None.

Body Parameters

FavoriteOrder
NameDescriptionTypeAdditional information
CustomerId

integer

None.

SmsNumber

string

None.

LunchcartId

integer

None.

Name

string

None.

Emoji

string

None.

EmojiName

string

None.

FavoriteOrderId

integer

None.

LunchboxId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "SmsNumber": "sample string 2",
  "LunchcartId": 3,
  "Name": "sample string 4",
  "Emoji": "sample string 5",
  "EmojiName": "sample string 6",
  "FavoriteOrderId": 7,
  "LunchboxId": 8
}

text/html

Sample:
{"CustomerId":1,"SmsNumber":"sample string 2","LunchcartId":3,"Name":"sample string 4","Emoji":"sample string 5","EmojiName":"sample string 6","FavoriteOrderId":7,"LunchboxId":8}

application/xml, text/xml

Sample:
<FavoriteOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Specialtys.DTO">
  <CustomerId>1</CustomerId>
  <Emoji>sample string 5</Emoji>
  <EmojiName>sample string 6</EmojiName>
  <FavoriteOrderId>7</FavoriteOrderId>
  <LunchboxId>8</LunchboxId>
  <LunchcartId>3</LunchcartId>
  <Name>sample string 4</Name>
  <SmsNumber>sample string 2</SmsNumber>
</FavoriteOrder>

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.