POST api/Cart?PurchaseTranactionID={PurchaseTranactionID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseTranactionID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
KlaviyoReciptEmailInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| body | string |
None. |
|
| subject | string |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"body": "sample string 1",
"subject": "sample string 2",
"message": "sample string 3"
}