POST api/BarnChat/DeleteBarnChatMessage
Request Information
URI Parameters
None.
Body Parameters
BarnChatMessageName | Description | Type | Additional information |
---|---|---|---|
BarnChatID | integer |
None. |
|
BarnChatMessageID | integer |
None. |
|
PersonID | integer |
None. |
|
Message | string |
None. |
|
PersonName | string |
None. |
|
AuthorID | integer |
None. |
|
DateModified | date |
None. |
|
DateCreated | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "BarnChatID": 1, "BarnChatMessageID": 2, "PersonID": 3, "Message": "sample string 4", "PersonName": "sample string 5", "AuthorID": 6, "DateModified": "2025-07-28T13:37:00.7777107-07:00", "DateCreated": "2025-07-28T13:37:00.7777107-07:00" }
application/xml, text/xml
Sample:
<BarnChatMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Equestrian.Entities"> <DateCreated>2025-07-28T13:37:00.7777107-07:00</DateCreated> <DateModified>2025-07-28T13:37:00.7777107-07:00</DateModified> <AuthorID>6</AuthorID> <BarnChatID>1</BarnChatID> <BarnChatMessageID>2</BarnChatMessageID> <Message>sample string 4</Message> <PersonID>3</PersonID> <PersonName>sample string 5</PersonName> </BarnChatMessage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.