POST api/BarnChat/DeleteBarnChat

Request Information

URI Parameters

None.

Body Parameters

BarnChat
NameDescriptionTypeAdditional information
BarnChatID

integer

None.

AuthorID

integer

None.

LastMessagedPersonID

integer

None.

DateModified

date

None.

DateCreated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "BarnChatID": 1,
  "AuthorID": 2,
  "LastMessagedPersonID": 3,
  "DateModified": "2025-07-28T13:39:04.5971554-07:00",
  "DateCreated": "2025-07-28T13:39:04.5971554-07:00"
}

application/xml, text/xml

Sample:
<BarnChat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Equestrian.Entities">
  <DateCreated>2025-07-28T13:39:04.5971554-07:00</DateCreated>
  <DateModified>2025-07-28T13:39:04.5971554-07:00</DateModified>
  <AuthorID>2</AuthorID>
  <BarnChatID>1</BarnChatID>
  <LastMessagedPersonID>3</LastMessagedPersonID>
</BarnChat>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.