SystemX->Frontu (Standartized Materials)
For the creation of the standardized material you need to use this API endpoint: https://developers.frontu.com/create-update-standartizedmaterial
In the standardized material you need to use material type guid, so you can create it in this endpoint: https://developers.frontu.com/create-update-materialtype
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/get-all-materialtypesand 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/create-update-materialtype
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: