POST api/App/CancelOrderEmail?orderId={orderId}&storeId={storeId}&reason={reason}&customerName={customerName}&customerEmail={customerEmail}&refundable={refundable}&partialRefund={partialRefund}&partialAmount={partialAmount}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orderId

integer

Required

storeId

string

Required

reason

string

Required

customerName

string

Required

customerEmail

string

Required

refundable

boolean

Required

partialRefund

boolean

Default value is False

partialAmount

string

Default value is 0.00

Body Parameters

None.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>