POST api/Functions
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": "16fee9be-a0b6-4162-8827-9ce0b52a76ec", "orderNumber": "sample string 2", "pickupDate": "2025-08-29T21:44:27.4073913+00:00", "deliveryDate": "2025-08-29T21:44:27.4073913+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:27.4073913+00:00</DeliveryDate> <OrderId>16fee9be-a0b6-4162-8827-9ce0b52a76ec</OrderId> <OrderNumber>sample string 2</OrderNumber> <PickupDate>2025-08-29T21:44:27.4073913+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.