POST api/Notify/DeliveryReceipt
Request Information
URI Parameters
None.
Body Parameters
DeliveryReceiptName | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
None. |
|
reference | string |
None. |
|
to | string |
None. |
|
status | string |
None. |
|
created_at | date |
None. |
|
completed_at | date |
None. |
|
sent_at | date |
None. |
|
notification_type | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "1109b1c0-4bad-4801-bf78-de97c6179808", "reference": "sample string 2", "to": "sample string 3", "status": "sample string 4", "created_at": "2024-11-22T22:43:51.0372087+00:00", "completed_at": "2024-11-22T22:43:51.0372087+00:00", "sent_at": "2024-11-22T22:43:51.0372087+00:00", "notification_type": "sample string 8" }
text/html
Sample:
{"id":"1109b1c0-4bad-4801-bf78-de97c6179808","reference":"sample string 2","to":"sample string 3","status":"sample string 4","created_at":"2024-11-22T22:43:51.0372087+00:00","completed_at":"2024-11-22T22:43:51.0372087+00:00","sent_at":"2024-11-22T22:43:51.0372087+00:00","notification_type":"sample string 8"}
application/xml, text/xml
Sample:
<DeliveryReceipt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <completed_at>2024-11-22T22:43:51.0372087+00:00</completed_at> <created_at>2024-11-22T22:43:51.0372087+00:00</created_at> <id>1109b1c0-4bad-4801-bf78-de97c6179808</id> <notification_type>sample string 8</notification_type> <reference>sample string 2</reference> <sent_at>2024-11-22T22:43:51.0372087+00:00</sent_at> <status>sample string 4</status> <to>sample string 3</to> </DeliveryReceipt>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.