POST api/KID/DeleteStoreMessagingXref
Request Information
URI Parameters
None.
Body Parameters
DeleteMessageXref| Name | Description | Type | Additional information |
|---|---|---|---|
| DateValue | date |
None. |
|
| Message | string |
None. |
|
| StoreId | integer |
None. |
|
| RemovalType | MESSAGE_REMOVAL_TYPE |
None. |
Request Formats
application/json, text/json
Sample:
{
"DateValue": "2026-02-03T21:55:53.3105587-05: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>2026-02-03T21:55:53.3105587-05: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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.