POST /apiv2/trackingPageTemplates/publish
Servers
- /
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
companyId |
Integer | No |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
id |
Integer | No | |
publishedOrderPageConfigJson |
String | No | |
hasUnpublishedChanges |
Boolean | No | |
publishedAt |
String | No | |
publishedByUserId |
Integer | No | |
orderPageConfigJson |
String | No | |
companyId |
Integer | No | |
trackingPageConfigJson |
String | No | |
publishedTrackingPageConfigJson |
String | No | |
orderPageToken |
String | No |
Base64-encoded token used to identify this template's order page. Embedded in the public order page URL (/order/:token). Generated on first save and stable for the lifetime of the template. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.