SystemX->Frontu (Standartized Materials)
For the creation of the standardized material you need to use this API endpoint: https://developers.frontu.com/docs/tasker-api-v2/tasker_swagger.json/paths/~1client~1api~1v2~1standartized_materials/post
In the standardized material you need to use material type guid, so you can create it in this endpoint: https://developers.frontu.com/docs/tasker-api-v2/tasker_swagger.json/paths/~1client~1api~1v2~1material_types/post
Or get it from this endpoint: https://developers.frontu.com/docs/tasker-api-v2/tasker_swagger.json/paths/~1client~1api~1v2~1material_types/get
First of all, as I mentioned you need to get a material type guid or create a new one.
So for the get, you just use this endpoint https://developers.frontu.com/docs/tasker-api-v2/tasker_swagger.json/paths/~1client~1api~1v2~1material_types/get and you will get all possible material types data.
If you want to create a new one, you need to use this endpoint: https://developers.frontu.com/docs/tasker-api-v2/tasker_swagger.json/paths/~1client~1api~1v2~1material_types/post
Make the POST method and fill in this information:
IMPORTANT: title is required for this POST method
And then you will get a response:
Then you can create the standardized material, fill in information like:
IMPORTANT: title, materialType and the price is required for this POST method
And then you will get a response:
