POST api/users/customer/SendCheckoutOrderEmail?CustomerDID={CustomerDID}&EmailTo={EmailTo}&AdditionalUserInput={AdditionalUserInput}&OnlineOrderID={OnlineOrderID}

Allows sending an AutoResponder that will allow the customer to go directly to cart checkout

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerDID

string

None.

emailTo

string

None.

additionalUserInput

string

None.

onlineOrderID

integer

None.

Body Parameters

None.

Response Information

Resource Description

ApiResult
NameDescriptionTypeAdditional information
IsSuccessful

Whether the action was successful

boolean

None.

MessageTranslationKey

A translation key for any message that is returned. It will be the first of the messages if more than one exists.

string

None.

Message

Any message that needs to be conveyed related to the request. It will be the first of the messages if more than one exists.

string

None.

Messages

Any message that needs to be conveyed related to the request.

Collection of ApiResultMessage

None.

Response Formats

application/xml, text/xml, application/json, text/json

Sample:

Sample not available.