Optional createA URL that specifies the endpoint where a new customer can be created.
Optional createA URL that specifies the endpoint where an invoices can be created.
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}
Optional exchangeA URL that specifies the endpoint where exchange rates can be queried.
A URL that specifies the endpoint where an invoice PDF can be retrieved.
A URL that specifies the endpoint where invoices can be retrieved.
Optional getA URL that specifies the endpoint where payment terms can be retrieved.
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}
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}
Optional searchA URL that specifies the endpoint where a customer search can be performed.
Optional searchA URL that specifies the endpoint where an invoice search can be performed.
Optional searchA URL that specifies the endpoint where a product search can be performed.
Optional searchA URL that specifies the endpoint where a tax search can be performed.
Optional searchStatic Readonly attributeStatic Readonly discriminatorStatic getGenerated using TypeDoc
The URL endpoints that HubSpot will send requests to an external accounting system for certain actions.