POST api/KID/AddMessageToStoreMessagingXref
Request Information
URI Parameters
None.
Body Parameters
MessagingXref| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | STORE_MESSAGING_XREF_DBITEM |
None. |
Request Formats
application/json, text/json
Sample:
{
"Message": {
"theUserName": null,
"theMessage": null,
"theDate": "0001-01-01T00:00:00",
"AuthoredByHyko": false,
"theStoreID": 0,
"isEnabled": false,
"theExpirationDate": "0001-01-01T00:00:00",
"theStoreName": null
}
}
application/xml, text/xml
Sample:
<MessagingXref xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Midwest.KID">
<Message xmlns:d2p1="http://schemas.datacontract.org/2004/07/Midwest.KID.Structures">
<d2p1:AuthoredByHyko>false</d2p1:AuthoredByHyko>
<d2p1:isEnabled>false</d2p1:isEnabled>
<d2p1:theDate>0001-01-01T00:00:00</d2p1:theDate>
<d2p1:theExpirationDate>0001-01-01T00:00:00</d2p1:theExpirationDate>
<d2p1:theMessage i:nil="true" />
<d2p1:theStoreID>0</d2p1:theStoreID>
<d2p1:theStoreName i:nil="true" />
<d2p1:theUserName i:nil="true" />
</Message>
</MessagingXref>
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.