POST api/XMPP
Request Information
URI Parameters
None.
Body Parameters
Message| Name | Description | Type | Additional information |
|---|---|---|---|
| OtherJid | string |
None. |
|
| Name | string |
None. |
|
| Sent | boolean |
None. |
|
| Text | string |
None. |
|
| DateStamp | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"otherJid": "sample string 1",
"name": "sample string 2",
"sent": true,
"text": "sample string 4",
"dateStamp": "2025-11-08T10:13:56.1014948-08:00"
}
application/xml, text/xml
Sample:
<Message xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TScunts.Models.API.XMPP"> <DateStamp>2025-11-08T10:13:56.1014948-08:00</DateStamp> <Name>sample string 2</Name> <OtherJid>sample string 1</OtherJid> <Sent>true</Sent> <Text>sample string 4</Text> </Message>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.