POST api/Functions/SendScheduledEmailRequest
Request Information
URI Parameters
None.
Body Parameters
ScheduledEmailName | 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": "d61f0cd0-a7bf-4e9d-8106-1aed72b1a513", "orderNumber": "sample string 2", "pickupDate": "2025-08-29T21:44:26.907389+00:00", "deliveryDate": "2025-08-29T21:44:26.907389+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>2025-08-29T21:44:26.907389+00:00</DeliveryDate> <OrderId>d61f0cd0-a7bf-4e9d-8106-1aed72b1a513</OrderId> <OrderNumber>sample string 2</OrderNumber> <PickupDate>2025-08-29T21:44:26.907389+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.