POST api/Functions/SendScheduledEmailRequest
Request Information
URI Parameters
None.
Body Parameters
ScheduledEmail| Name | Description | Type | Additional information |
|---|---|---|---|
| orderId | globally unique identifier |
None. |
|
| orderNumber | string |
None. |
|
| pickupDate | date |
None. |
|
| deliveryDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"orderId": "e98bf01d-9eff-46d5-a3ee-64c5228cce44",
"orderNumber": "sample string 2",
"pickupDate": "2026-02-04T03:52:04.952046+00:00",
"deliveryDate": "2026-02-04T03:52:04.952046+00:00"
}
application/xml, text/xml
Sample:
<ScheduledEmail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PARS.Web.Common.Model.QueueMessages"> <DeliveryDate>2026-02-04T03:52:04.952046+00:00</DeliveryDate> <OrderId>e98bf01d-9eff-46d5-a3ee-64c5228cce44</OrderId> <OrderNumber>sample string 2</OrderNumber> <PickupDate>2026-02-04T03:52:04.952046+00:00</PickupDate> </ScheduledEmail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.