Znode

Build Version:

POST templates

No documentation available.

Request Information

» Parameters

Name Description Additional information
model No documentation available.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "TemplateId": 1,
  "AccountId": 2,
  "TemplateName": "sample string 3",
  "CreatedDate": "2025-04-28T02:12:02.4609537+00:00",
  "UpdatedDate": "2025-04-28T02:12:02.4609537+00:00",
  "ItemsCount": 4,
  "TemplateLineItem": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "TemplateLineItemId": 1,
        "TemplateId": 2,
        "ProductId": 3,
        "SKU": "sample string 4",
        "Quantity": 5.0,
        "AddOnValueIds": "sample string 6",
        "BundleItemsIds": "sample string 7",
        "CartAddOnDetails": "sample string 8",
        "ProductName": "sample string 9"
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "TemplateIds": "sample string 5"
}