fanavaran car body and third_party lookup codings applied

This commit is contained in:
2026-09-06 10:45:40 +03:30
parent 5f714e1456
commit 02edd0b2ca
5 changed files with 160 additions and 2 deletions

View File

@@ -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(