@tillhub/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Consignment
Notes
constructor
endpoint
http
options
uri
Helper
base
Endpoint
get
All
meta
pdf
Uri
Consignment
Notes
Fetch
Failed
Consignment
Notes
Meta
Failed
Consignment
Note
Consignment
Notes
Meta
Query
Consignment
Notes
Options
Consignment
Notes
Pdf
Response
Consignment
Notes
Query
Consignment
Notes
Response
Hierarchy
ThBaseHandler
ConsignmentNotes
Index
Constructors
constructor
Properties
endpoint
http
options
uri
Helper
base
Endpoint
Methods
get
All
meta
pdf
Uri
Constructors
constructor
new
Consignment
Notes
(
options
:
ConsignmentNotesOptions
, http
:
Client
)
:
ConsignmentNotes
Parameters
options:
ConsignmentNotesOptions
http:
Client
Returns
ConsignmentNotes
Properties
endpoint
endpoint
:
string
http
http
:
Client
options
options
:
ConsignmentNotesOptions
uri
Helper
uri
Helper
:
UriHelper
Static
base
Endpoint
base
Endpoint
:
string
= '/api/v0/consignment-notes'
Methods
get
All
get
All
(
options
?:
ConsignmentNotesOptions
)
:
Promise
<
ConsignmentNotesResponse
>
Parameters
Optional
options:
ConsignmentNotesOptions
Returns
Promise
<
ConsignmentNotesResponse
>
meta
meta
(
q
?:
ConsignmentNotesMetaQuery
)
:
Promise
<
ConsignmentNotesResponse
>
Parameters
Optional
q:
ConsignmentNotesMetaQuery
Returns
Promise
<
ConsignmentNotesResponse
>
pdf
Uri
pdf
Uri
(
consignmentNoteId
:
string
)
:
Promise
<
ConsignmentNotesPdfResponse
>
Parameters
consignmentNoteId:
string
Returns
Promise
<
ConsignmentNotesPdfResponse
>
Generated using
TypeDoc