Update Template Selections
Updates the specified template selection(s).
Verb | PATCH |
---|---|
Endpoint | {base-url}/template-selections/ |
Max Page Size | N/A |
Request body
{
"body": [
{
"id": 11242,
"templateId": 2,
"selectionNumber": 0,
"productId": 0,
"price": 6.9,
"invoicePrice": 0.0,
"par": 0,
"depth": 0,
"comission": null,
"tax": null,
"customData1": null,
"customData2": null,
"customData3": null,
"customData4": null,
"customData5": null
}
]
}
Returns
On Success
The updated template selections.
Response body
// the updated template selections
[
{
"id": 11242,
"templateId": 2,
"selectionNumber": 0,
"productId": 0,
"price": 6.9,
"invoicePrice": 0.0,
"par": 0,
"depth": 0,
"comission": null,
"tax": null,
"customData1": null,
"customData2": null,
"customData3": null,
"customData4": null,
"customData5": null
}
]