cURL
curl --request POST \ --url https://api.maalbar.dk/suppliers \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "name": "<string>" } '
{ "publicId": "<string>", "name": "<string>" }
Create a supplier for the current customer
1 - 255
Successful response