Class ByProjectKeyQuoteRequestsRequestBuilder Constructorsconstructor Parameters args : { baseUri ?: string ; executeRequest : executeRequest ; pathArgs : { projectKey : string } ; } PropertiesProtected
Readonly
args args : { baseUri ?: string ; executeRequest : executeRequest ; pathArgs : { projectKey : string } ; } Methodsget get ( 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 ; } ; } , ) : ApiRequest < QuoteRequestPagedQueryResponse > 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 ; } ; } head head ( methodArgs ?: { headers ?: { [ key : string ]: string | string [] } ; queryArgs ?: { where ?: string | string [] ; [ key : string ]: QueryParam } ; } , ) : ApiRequest < void > Parameters Optional
methodArgs : { headers ?: { [ key : string ]: string | string [] } ; queryArgs ?: { where ?: string | string [] ; [ key : string ]: QueryParam } ; } post Parameters methodArgs : { body : QuoteRequestDraft ; headers ?: { [ key : string ]: string | string [] } ; queryArgs ?: { expand ?: string | string [] ; [ key : string ]: QueryParam } ; } with Id Parameters childPathArgs : { ID : string } with Key Parameters childPathArgs : { key : string }
Checks if a QuoteRequest exists for a given Query Predicate. Returns a
200 OK
status if any QuoteRequests match the Query Predicate or a404 Not Found
otherwise.