POST api/XMPP
Request Information
URI Parameters
None.
Body Parameters
MessageName | 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": "2024-09-13T15:59:25.430557-07: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>2024-09-13T15:59:25.430557-07: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.