Skip to content

Get Template Selections

Retrieve a set template selections belonging to an Organization.

Verb POST
Endpoint {base-url}/template-selections/
Max Page Size 50

Request body

{
  "requestFilter": {
    "organizationsId": [1]
  },
  "routeFilter": {
    "templateIds": [1, 2, 3],
    "templateSelectionIds": [1]
  }
}

Filters Honored

Returns

On Success

The requested set of set template selections.

Response body

[
  {
    "id": 0,
    "variantId": null,
    "templateId": 408,
    "selectionNumber": 1,
    "productId": 44787,
    "price": 0.1,
    "invoicePrice": 0.0,
    "par": 10,
    "depth": 0,
    "commission": 0.0,
    "tax": 0.0,
    "customData1": null,
    "customData2": null,
    "customData3": null,
    "customData4": null,
    "customData5": null
  }
]