Class ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuotesRequestBuilder
Properties
Protected
Readonly
args
args: { baseUri?: string; executeRequest: executeRequest; pathArgs: { associateId: string; businessUnitKey: string; projectKey: string; }; } Type declaration
Optional
baseUri?: string
pathArgs: {
associateId: string;
businessUnitKey: string;
projectKey: string;
}
associateId: string
businessUnitKey: string
projectKey: string
Methods
get
- get(methodArgs?): ApiRequest<QuotePagedQueryResponse>
Parameters
Optional
methodArgs: {
headers?: {
[key: string]: string | string[];
};
queryArgs?: {
expand?: string | string[];
limit?: number;
offset?: number;
sort?: string | string[];
where?: string | string[];
withTotal?: boolean;
[key: string]: QueryParam;
};
}Optional
headers?: {
[key: string]: string | string[];
}
[key: string]: string | string[]
Optional
queryArgs?: {
expand?: string | string[];
limit?: number;
offset?: number;
sort?: string | string[];
where?: string | string[];
withTotal?: boolean;
[key: string]: QueryParam;
}
Optional
expand?: string | string[]
Optional
limit?: number
Optional
offset?: number
Optional
sort?: string | string[]
Optional
where?: string | string[]
Optional
withTotal?: boolean
head
- head(methodArgs?): ApiRequest<void>
Parameters
Optional
methodArgs: {
headers?: {
[key: string]: string | string[];
};
queryArgs?: {
where?: string | string[];
[key: string]: QueryParam;
};
}Optional
headers?: {
[key: string]: string | string[];
}
[key: string]: string | string[]
Optional
queryArgs?: {
where?: string | string[];
[key: string]: QueryParam;
}
Optional
where?: string | string[]
Returns ApiRequest<void>
Checks if a Quote exists for a given Query Predicate. Returns a
200 OK
status if any Quotes match the Query Predicate or a404 Not Found
otherwise.