cURL
curl --request POST \ --url https://api.example.com/v1/materials:batch-get \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "codes": [ "<string>" ] } '
{ "items": [ { "code": "<string>", "name": "<string>", "type": "<string>" } ] }
Batch get materials.
List of material codes to load.
The request has succeeded.
List of items.
Show child attributes