forked from Yara724/api
fanavaran car body and third_party lookup codings applied
This commit is contained in:
@@ -291,9 +291,10 @@ export class FanavaranLookupService {
|
||||
async customerById(
|
||||
clientKey: FanavaranClientKey,
|
||||
customerId: number,
|
||||
options?: { contractIdOverride?: string },
|
||||
): Promise<unknown> {
|
||||
const url = `${FANAVARAN_LOOKUP_BASE_URL}/common/customers/${customerId}`;
|
||||
return this.fetchFromFanavaran(clientKey, url);
|
||||
return this.fetchFromFanavaran(clientKey, url, options);
|
||||
}
|
||||
|
||||
async inquiryByUniqueIdentifier(
|
||||
|
||||
Reference in New Issue
Block a user