Was this helpful?
#227:
Change request updated 3 months ago
Create a template for a product.
/v1/products/{productId}/templates
OrderProcessing
OrderQuerying
OrderCompleted
RequestProcessing
curl -L \ --request POST \ --url 'https://api.platform.softwareone.com/public/v1/products/{productId}/templates' \ --header 'Content-Type: application/json' \ --data '{"name":"text","content":"text","type":"OrderProcessing"}'
{ "id": "text", "audit": {}, "$meta": {}, "href": "text", "name": "text", "content": "text", "default": true, "product": {}, "type": "OrderProcessing" }