POST Public/SingleSend
Request Information
URI Parameters
None.
Body Parameters
PatientComms.API.Public.DTOs.Request.SingleSendRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| APIKey | globally unique identifier |
Required |
|
| Username | string |
Required |
|
| Destination | integer |
Required |
|
| Source | string |
Required String length: inclusive between 3 and 14 |
|
| Message | string |
Required String length: inclusive between 0 and 612 |
|
| CustomerSiteId | string |
String length: inclusive between 0 and 100 |
|
| ScheduleDateTime | date |
None. |
|
| UseTwoWay | boolean |
None. |
|
| RestrictSends | boolean |
None. |
|
| Date | date |
None. |
|
| Times | Collection of date |
None. |
Request Formats
application/json, text/json
Sample:
{
"APIKey": "50462116-15f1-4860-a7a0-c25faf6e36cd",
"Username": "sample string 2",
"Destination": 3,
"Source": "sample string 4",
"Message": "sample string 5",
"CustomerSiteId": "sample string 6",
"ScheduleDateTime": "2025-12-18T14:11:49.1960064+00:00",
"UseTwoWay": true,
"RestrictSends": true,
"Date": "2025-12-18T14:11:49.1960064+00:00",
"Times": [
"2025-12-18T14:11:49.1960064+00:00",
"2025-12-18T14:11:49.1960064+00:00"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.