POST api/Functions
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": "4cbcf1b0-3639-4227-9406-57e574be2881",
"orderNumber": "sample string 2",
"pickupDate": "2026-02-04T03:43:56.3106256+00:00",
"deliveryDate": "2026-02-04T03:43:56.3106256+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:43:56.3106256+00:00</DeliveryDate> <OrderId>4cbcf1b0-3639-4227-9406-57e574be2881</OrderId> <OrderNumber>sample string 2</OrderNumber> <PickupDate>2026-02-04T03:43:56.3106256+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.