DELETE api/Admin/GiftMessage?ID={ID}&OrderID={OrderID}&OnlineOrderID={OnlineOrderID}&Message={Message}&Sequence={Sequence}

Delete the specified gift message

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ID

integer

None.

OrderID

integer

None.

OnlineOrderID

integer

None.

Message

string

None.

Sequence

integer

None.

Body Parameters

None.

Response Information

Resource Description

IOperationResult
NameDescriptionTypeAdditional information
IsSuccessful

boolean

None.

ValidationErrors

Dictionary of string [key] and string [value]

None.

Value

Object

None.

Response Formats

application/xml, text/xml

Sample:
<OperationResult>
  <IsSuccessful>False</IsSuccessful>
  <ValidationErrors />
  <Value />
</OperationResult>

application/json, text/json

Sample:
{
  "IsSuccessful": false,
  "ValidationErrors": {}
}