The URL endpoints that HubSpot will send requests to an external accounting system for certain actions.

Hierarchy

  • AccountingAppUrls

Constructors

Properties

createCustomerUrl?: string

A URL that specifies the endpoint where a new customer can be created.

createInvoiceUrl?: string

A URL that specifies the endpoint where an invoices can be created.

customerUrlTemplate: string

A template URL that indicates the endpoint where a customer can be fetched by ID. Note that ${CUSTOMER_ID} in this URL will be replaced by the actual customer ID. For example: https://myapp.com/api/customers/${CUSTOMER_ID}

exchangeRateUrl?: string

A URL that specifies the endpoint where exchange rates can be queried.

getInvoicePdfUrl: string

A URL that specifies the endpoint where an invoice PDF can be retrieved.

getInvoiceUrl: string

A URL that specifies the endpoint where invoices can be retrieved.

getTermsUrl?: string

A URL that specifies the endpoint where payment terms can be retrieved.

invoiceUrlTemplate: string

A template URL that indicates the endpoint where an invoice can be fetched by ID. Note that ${INVOICE_ID} in this URL will be replaced by the actual invoice ID. For example: https://myapp.com/api/invoices/${INVOICE_ID}

productUrlTemplate: string

A template URL that indicates the endpoint where a product can be fetched by ID. Note that ${PRODUCT_ID} in this URL will be replaced by the actual product ID. For example: https://myapp.com/api/products/${PRODUCT_ID}

searchCountUrl?: string
searchCustomerUrl: string

A URL that specifies the endpoint where a customer search can be performed.

searchInvoiceUrl?: string

A URL that specifies the endpoint where an invoice search can be performed.

searchProductUrl?: string

A URL that specifies the endpoint where a product search can be performed.

searchTaxUrl?: string

A URL that specifies the endpoint where a tax search can be performed.

searchUrl?: string
attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

Generated using TypeDoc