Vendor
Create a new vendor
post/api/vendors
Request body
namestring required
The name to give the entity. Must be unique to all active vendors.
paymentTermsIdstring nullable
Payment terms key identifier. Please reference /api/payment-terms endpoint.
vendorCodestring nullable
Unique identifier for this vendor.
notesstring nullable
General notes associated to this vendor
currencyCodestring nullable
The currency of the vendor
externalReferencesobject nullable
Arbitrary key-value-pair like data that can be used to later on search for the vendor
Response
Vendor created
idstring required
The id of the created record