POST api/KID/DeleteStoreMessagingXref

Request Information

URI Parameters

None.

Body Parameters

DeleteMessageXref
NameDescriptionTypeAdditional information
DateValue

date

None.

Message

string

None.

StoreId

integer

None.

RemovalType

MESSAGE_REMOVAL_TYPE

None.

Request Formats

application/json, text/json

Sample:
{
  "DateValue": "2024-09-19T09:21:41.564866-04:00",
  "Message": "sample string 2",
  "StoreId": 3,
  "RemovalType": 0
}

application/xml, text/xml

Sample:
<DeleteMessageXref xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Midwest.KID">
  <DateValue>2024-09-19T09:21:41.564866-04:00</DateValue>
  <Message>sample string 2</Message>
  <RemovalType>DELETE_MESSAGE</RemovalType>
  <StoreId>3</StoreId>
</DeleteMessageXref>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.