Retrieve Vendors by ID
Retrieve Vendors by ID
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
source-system-id
Response
This endpoint returns an object.
source_system_id
Vendor/Supplier value to designate uniqueness for upsert purposes, which will also be sent back in JE to the ERP system. This value will be used to match source data and perform upserts.
name
Vendor/Supplier name.
inactive
Determines if the Vendor/Supplier is active
created_by
Email of the user who created the object
last_modified_by
ID of the user who modified the object last.
email
Vendor/Supplier Email+
primary_subsidiary_id
The primary subsidiary associated with the Vendor/Supplier. This is the g_source_system_id of the Vendor/Supplier’s assigned subsidiary - if applicable. When leveraged, manual accrual entries will default to the subsidiary
currency_id
The primary currency id associated with this vendor/supplier. This is the g_source_system_id from source_coas.
cc_email
Vendor/Supplier cc emails (multiple emails semicolon separate)
Errors
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error