| name | create_supplier |
| tier | 1 |
| task | T04 |
| description | This skill should be used when the task asks to "register a supplier", "create a supplier", "registrer leverandøren", "registrer ein leverandør", "créer un fournisseur", "criar um fornecedor", "Lieferant erstellen", "registrar un proveedor", or involves creating a supplier (leverandør) entity in Tripletex. |
Create Supplier
Exactly 1 API call.
Call 1: Create Supplier
Set BOTH email AND invoiceEmail. Also set isCustomer: true to register as both supplier and customer.
POST /supplier
{
"name": "Fjelltopp AS",
"organizationNumber": "801180736",
"email": "faktura@fjelltopp.no",
"invoiceEmail": "faktura@fjelltopp.no",
"isCustomer": true
}
Total: 1 call, 0 errors.
Gotchas
- Set BOTH
email AND invoiceEmail to the same value
- Set
isCustomer: true — scoring may check supplier is also registered as customer
- Use
/supplier endpoint, NOT /customer