SystemX->Frontu (Standartized Material Remains)
For the creation of the standardized material remaisn you need to use this API endpoint: https://developers.frontu.com/docs/tasker-api-v2/b3A6MjA1ODY4MzI-create-update-standartized-material-remains
In the standardized material remais you need to use standartized material guid, so you can create it in this endpoint: https://developers.frontu.com/docs/tasker-api-v2/b3A6MzU4MjEwMA-create-update-standartized-material
Or get it from this endpoint: https://developers.frontu.com/docs/tasker-api-v2/b3A6MzU4MjA5OQ-get-standartized-material-list
Also in this endpoint you need to use workspace guid, so you can create it in this endpoint: https://developers.frontu.com/docs/tasker-api-v2/b3A6MzU4MjA5Nw-create-update-workspace
Or get it from this endpoint: https://developers.frontu.com/docs/tasker-api-v2/b3A6MzU4MjA5OA-get-workspace-detail-information
First of all, as I mentioned you need to get a standartized material and workspaces guid or create a new ones.
So for the get, you just use this endpoint for the standartized material https://developers.frontu.com/docs/tasker-api-v2/b3A6MzU4MjA5OQ-get-standartized-material-list , for the workspaces: https://developers.frontu.com/docs/tasker-api-v2/b3A6MzU4MjA5OA-get-workspace-detail-information and you will get all standartized materials or the workspaces from these endpoints.
If you want to create a new standartized material, please check this link : https://developers.frontu.com/docs/tasker-api-v2/ZG9jOjIwNDY1NTkw-system-x-frontu-standartized-materials
For the workspace creation this one : https://developers.frontu.com/docs/tasker-api-v2/b3A6MzU4MjA5Nw-create-update-workspace
After the workspace and standartized material creation you can create the standartized remains.
Make the POST method and fill in this information:
And then you will get a response:
For the GET endpoint and detail information please check this link : https://developers.frontu.com/docs/tasker-api-v2/b3A6MjA1ODY4MzM-get-detail-information-about-standartized-material-remains
IMPORTANT: Do not forget to use query params for the detail information
