vendors_get_by_id
Retrieve vendor details by specifying the vendor ID and tenant ID, enabling access to external data via application GUID or key-value pairs for precise lookups.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
externalDataApplicationGuid | No | Format - guid. If this guid is provided, external data corresponding to this application guid will be returned. | |
externalDataKey | No | Performs lookup by external data key, 'externalDataValues' must also be provided. | |
externalDataValues | No | Performs lookup by external data values (maximum 50), 'externalDataKey' must also be provided. | |
id | Yes | Format - int64. | |
tenant | Yes | Format - int64. Tenant ID |