forked from Yara724/api
lookup of person role added + inquiry by unique identifier + put driver id in payload
This commit is contained in:
@@ -119,6 +119,10 @@ export class LookupsService {
|
||||
return await this.getClientRemoteLookup("vehicle-kinds");
|
||||
}
|
||||
|
||||
async getPersonRole(): Promise<any> {
|
||||
return await this.getClientRemoteLookup("person-role");
|
||||
}
|
||||
|
||||
async inquiryByVin(vin: string): Promise<unknown> {
|
||||
const clientKey = this.activeClientKey();
|
||||
return this.fanavaranLookupService.inquiryByVin(clientKey, vin);
|
||||
|
||||
Reference in New Issue
Block a user