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/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 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 materialtypes https //developers frontu com/get all materialtypes 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 { "title" "kilogram", "systemid" "materialtype1", "delted"\ false } important title is required for this post method and then you will get a response { "version" 1623147256, "title" "kilogram", "guid" "839f7481 f647 c8bb 7a89 ee4b2c136c33", "created" "2021 06 08t10 14 16+0000", "updated" "2021 06 08t10 14 16+0000", "deleted" false, "systemid" "materialtype1" } then you can create the standardized material, fill in information like { "title" "standartized material", "materialtype" "materialtype1", "serialnumber" 83728347892374892, "price" 99 99, "systemid" "standartizedmaterial1" } important title, materialtype and the price is required for this post method and then you will get a response { "version" 1623147552, "title" "standartized material", "serialnumber" "83728347892374892", "hashtag" null, "materialtype" { "title" "kilogram", "guid" "d8ca96bd b727 ad93 da21 d7786a11f9c9", "systemid" "materialtype1", }, "guid" "2c92b3c9 ed65 7426 37a7 d5e66dce0a90", "created" "2021 06 08t10 19 12+0000", "updated" "2021 06 08t10 19 12+0000", "deleted" false, "systemid" "standartizedmaterial1", "customvalues" null }