Optional
configuration: Configurationsummary Upload image
Optional
image: FileOptional
options: RawAxiosRequestConfig = {}Override http request option.
summary Create a new Tip Link
Optional
tipLinkCreateDeets: TipLinkCreateDeetsOptional
options: RawAxiosRequestConfig = {}Override http request option.
summary Get data for a single Tip Link by id
The id of the record you wish to retrieve
Optional
userId: stringThe user id to operate on their behalf (tenants only)
Optional
options: RawAxiosRequestConfig = {}Override http request option.
summary Get data for all Tip Links
Optional
limit: numberA limit of the number of objects to be returned for the next page, between 1 and 100. The default is 25
Optional
page: number1-based page index for paginated results
Optional
userId: stringThe user id to operate on their behalf (tenants only)
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Search tip links based on contract id Returns a list of TipLink.
summary Search tip linksOptional
contractId: stringThe search for contract Id
Optional
limit: numberA limit of the number of objects to be returned for the next page, between 1 and 100. The default is 25
Optional
page: number1-based page index for paginated results
Optional
userId: stringThe user id to operate on their behalf (tenants only)
Optional
options: RawAxiosRequestConfig = {}Override http request option.
summary Make changes to an existing Tip Link
Optional
tipLinkUpdateDeets: TipLinkUpdateDeetsOptional
options: RawAxiosRequestConfig = {}Override http request option.
TipLinksApi - axios parameter creator export