SystemX->Frontu (Standartized Materials)

5min

Standartized Materials

Endpoints to use for the 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

Or get it from this endpoint: https://developers.frontu.com/get-all-materialtypes

Real-world data mapping examples of most common cases

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:

JSON


IMPORTANT: title is required for this POST method

And then you will get a response:

JSON


Then you can create the standardized material, fill in information like:

JSON


IMPORTANT: title, materialType and the price is required for this POST method

And then you will get a response:

JSON