Class ByProjectKeyInStoreKeyByStoreKeyQuotesRequestBuilder   Constructorsconstructor Parameters args : {      baseUri ?:  string ;      executeRequest :  executeRequest ;      pathArgs :  {  projectKey :  string ;  storeKey :  string  } ; }   PropertiesProtected Readonlyargs args :  {     baseUri ?:  string ;     executeRequest :  executeRequest ;     pathArgs :  {  projectKey :  string ;  storeKey :  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 < QuotePagedQueryResponse > Parameters OptionalmethodArgs : {      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 OptionalmethodArgs : {      headers ?:  {  [ key :  string ]:  string  |  string []  } ;      queryArgs ?:  {  where ?:  string  |  string [] ;  [ key :  string ]:  QueryParam  } ; } post post (     methodArgs :  {         body :  QuoteDraft ;         headers ?:  {  [ key :  string ]:  string  |  string []  } ;         queryArgs ?:  {  expand ?:  string  |  string [] ;  [ key :  string ]:  QueryParam  } ;     } , ) :  ApiRequest < Quote > Parameters methodArgs : {      body :  QuoteDraft ;      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 Quote exists for a given Query Predicate. Returns a
200 OKstatus if any Quotes match the Query Predicate or a ResourceNotFound error otherwise.