PUT /RepeatingInvoices

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

xero-tenant-id String Yes

Xero identifier for Tenant

Idempotency-Key String No

This allows you to safely retry requests without the risk of duplicate processing. 128 character max.

Query parameters

Name Type Required Description
summarizeErrors Boolean No

If false return 200 OK and mix of successfully created objects and any with validation errors

Default value: false

Request body fields

Name Type Required Description
RepeatingInvoices[] Array No
RepeatingInvoices[].LineAmountTypes String No

Line amounts are exclusive of tax by default if you don’t specify this element. See Line Amount Types

Possible values:

  • "Inclusive"
  • "Exclusive"
  • "NoTax"
RepeatingInvoices[].MarkAsSent Boolean No

Boolean to indicate whether the invoice in the Xero app displays as "sent"

Default value: false

RepeatingInvoices[].Type String No

See Invoice Types

Possible values:

  • "ACCREC"
  • "ACCPAY"
RepeatingInvoices[].Total Number No

Total of Invoice tax inclusive (i.e. SubTotal + TotalTax)

RepeatingInvoices[].Schedule Object No
RepeatingInvoices[].Schedule.Unit String No

One of the following - WEEKLY or MONTHLY

Possible values:

  • "WEEKLY"
  • "MONTHLY"
RepeatingInvoices[].Schedule.DueDateType String No

the payment terms

Possible values:

  • "DAYSAFTERINVOICEDATE"
  • "DAYSAFTERBILLMONTH"
  • "DAYSAFTERINVOICEMONTH"
  • "OFCURRENTMONTH"
  • "DAYSAFTERBILLDATE"
  • "OFFOLLOWINGMONTH"
RepeatingInvoices[].Schedule.StartDate String No

Date the first invoice of the current version of the repeating schedule was generated (changes when repeating invoice is edited)

RepeatingInvoices[].Schedule.NextScheduledDate String No

The calendar date of the next invoice in the schedule to be generated

RepeatingInvoices[].Schedule.DueDate Integer No

Integer used with due date type e.g 20 (of following month), 31 (of current month)

RepeatingInvoices[].Schedule.EndDate String No

Invoice end date – only returned if the template has an end date set

RepeatingInvoices[].Schedule.Period Integer No

Integer used with the unit e.g. 1 (every 1 week), 2 (every 2 months)

RepeatingInvoices[].Reference String No

ACCREC only – additional reference number

RepeatingInvoices[].TotalTax Number No

Total tax on invoice

RepeatingInvoices[].RepeatingInvoiceID String No

Xero generated unique identifier for repeating invoice template

RepeatingInvoices[].LineItems[] Array No

See LineItems

RepeatingInvoices[].LineItems[].Quantity Number No

LineItem Quantity

RepeatingInvoices[].LineItems[].UnitAmount Number No

LineItem Unit Amount

RepeatingInvoices[].LineItems[].TaxAmount Number No

The tax amount is auto calculated as a percentage of the line amount (see below) based on the tax rate. This value can be overriden if the calculated is not correct.

RepeatingInvoices[].LineItems[].Item No
RepeatingInvoices[].LineItems[].AccountCode String No

See Accounts

RepeatingInvoices[].LineItems[].RepeatingInvoiceID String No

The Xero identifier for a Repeating Invoice

RepeatingInvoices[].LineItems[].LineItemID String No

LineItem unique ID

RepeatingInvoices[].LineItems[].Description String No

Description needs to be at least 1 char long. A line item with just a description (i.e no unit amount or quantity) can be created by specifying just a element that contains at least 1 character

RepeatingInvoices[].LineItems[].TaxType String No

The tax type from TaxRates

RepeatingInvoices[].LineItems[].Taxability String No

The type of taxability

Possible values:

  • "NOT_APPLICABLE"
  • "EXEMPT"
  • "PART_TAXABLE"
  • "TAXABLE"
  • "NON_TAXABLE"
RepeatingInvoices[].LineItems[].TaxBreakdown[] Array No

An array of tax components defined for this line item

RepeatingInvoices[].LineItems[].TaxBreakdown[].TaxComponentId String No

The unique ID number of this component

RepeatingInvoices[].LineItems[].TaxBreakdown[].Name String No

The name of the jurisdiction

RepeatingInvoices[].LineItems[].TaxBreakdown[].Type String No

The type of the jurisdiction

Possible values:

  • "SYSGST/USSPECIAL"
  • "SYSGST/USCOUNTRY"
  • "SYSGST/USCOUNTY"
  • "SYSGST/USSTATE"
  • "SYSGST/USCITY"
RepeatingInvoices[].LineItems[].TaxBreakdown[].TaxAmount Number No

The amount of the tax

RepeatingInvoices[].LineItems[].TaxBreakdown[].TaxableAmount Number No

The amount that is taxable

RepeatingInvoices[].LineItems[].TaxBreakdown[].NonTaxableAmount Number No

The amount that is not taxable

RepeatingInvoices[].LineItems[].TaxBreakdown[].TaxPercentage Number No

The percentage of the tax

RepeatingInvoices[].LineItems[].TaxBreakdown[].ExemptAmount Number No

The amount that is exempt

RepeatingInvoices[].LineItems[].TaxBreakdown[].StateAssignedNo String No

The state assigned number of the jurisdiction

RepeatingInvoices[].LineItems[].TaxBreakdown[].JurisdictionRegion String No

Name identifying the region within the country

RepeatingInvoices[].LineItems[].LineAmount Number No

If you wish to omit either the Quantity or UnitAmount you can provide a LineAmount and Xero will calculate the missing amount for you. The line amount reflects the discounted price if either a DiscountRate or DiscountAmount has been used i.e. LineAmount = Quantity * Unit Amount * ((100 - DiscountRate)/100) or LineAmount = (Quantity * UnitAmount) - DiscountAmount

RepeatingInvoices[].LineItems[].AccountID String No

The associated account ID related to this line item

RepeatingInvoices[].LineItems[].SalesTaxCodeId Number No

The ID of the sales tax code

RepeatingInvoices[].LineItems[].ItemCode String No

See Items

RepeatingInvoices[].LineItems[].Tracking[] Array No

Optional Tracking Category – see Tracking. Any LineItem can have a maximum of 2 elements.

RepeatingInvoices[].LineItems[].Tracking[].TrackingCategoryID String No

The Xero identifier for a tracking category

RepeatingInvoices[].LineItems[].Tracking[].Name String No

The name of the tracking category

RepeatingInvoices[].LineItems[].Tracking[].Option String No

See Tracking Options

RepeatingInvoices[].LineItems[].Tracking[].TrackingOptionID String No

The Xero identifier for a tracking category option

RepeatingInvoices[].LineItems[].DiscountAmount Number No

Discount amount being applied to a line item. Only supported on ACCREC invoices and quotes. ACCPAY invoices and credit notes in Xero do not support discounts.

RepeatingInvoices[].LineItems[].DiscountRate Number No

Percentage discount being applied to a line item (only supported on ACCREC invoices – ACC PAY invoices and credit notes in Xero do not support discounts

RepeatingInvoices[].SubTotal Number No

Total of invoice excluding taxes

RepeatingInvoices[].ID String No

Xero generated unique identifier for repeating invoice template

RepeatingInvoices[].BrandingThemeID String No

See BrandingThemes

RepeatingInvoices[].Status String No

One of the following - DRAFT or AUTHORISED – See Invoice Status Codes

Possible values:

  • "DELETED"
  • "AUTHORISED"
  • "DRAFT"
RepeatingInvoices[].Attachments[] Array No

Displays array of attachments from the API

RepeatingInvoices[].Attachments[].ContentLength Integer No

Length of the file content

RepeatingInvoices[].Attachments[].IncludeOnline Boolean No

Include the file with the online invoice

RepeatingInvoices[].Attachments[].AttachmentID String No

Unique ID for the file

RepeatingInvoices[].Attachments[].MimeType String No

Type of file

RepeatingInvoices[].Attachments[].Url String No

URL to the file on xero.com

RepeatingInvoices[].Attachments[].FileName String No

Name of the file

RepeatingInvoices[].Contact Object No
RepeatingInvoices[].Contact.BankAccountDetails String No

Bank account number of contact

RepeatingInvoices[].Contact.Website String No

Website address for contact (read only)

RepeatingInvoices[].Contact.Name String No

Full name of contact/organisation (max length = 255)

RepeatingInvoices[].Contact.SalesTrackingCategories[] Array No

The default sales tracking categories for contacts

RepeatingInvoices[].Contact.SalesTrackingCategories[].TrackingOptionName String No

The default purchase tracking category name for contacts

RepeatingInvoices[].Contact.SalesTrackingCategories[].TrackingCategoryName String No

The default sales tracking category name for contacts

RepeatingInvoices[].Contact.SalesDefaultLineAmountType String No

The default sales line amount type for a contact. Only available when summaryOnly parameter or paging is used, or when fetch by ContactId or ContactNumber.

Possible values:

  • "INCLUSIVE"
  • "NONE"
  • "EXCLUSIVE"
RepeatingInvoices[].Contact.TrackingCategoryOption String No

The name of the Tracking Option assigned to the contact under SalesTrackingCategories and PurchasesTrackingCategories

RepeatingInvoices[].Contact.TaxNumber String No

Tax number of contact – this is also known as the ABN (Australia), GST Number (New Zealand), VAT Number (UK) or Tax ID Number (US and global) in the Xero UI depending on which regionalized version of Xero you are using (max length = 50)

RepeatingInvoices[].Contact.TrackingCategoryName String No

The name of the Tracking Category assigned to the contact under SalesTrackingCategories and PurchasesTrackingCategories

RepeatingInvoices[].Contact.LastName String No

Last name of contact person (max length = 255)

RepeatingInvoices[].Contact.IsSupplier Boolean No

true or false – Boolean that describes if a contact that has any AP invoices entered against them. Cannot be set via PUT or POST – it is automatically set when an accounts payable invoice is generated against this contact.

RepeatingInvoices[].Contact.PurchasesTrackingCategories[] Array No

The default purchases tracking categories for contacts

RepeatingInvoices[].Contact.PurchasesTrackingCategories[].TrackingOptionName String No

The default purchase tracking category name for contacts

RepeatingInvoices[].Contact.PurchasesTrackingCategories[].TrackingCategoryName String No

The default sales tracking category name for contacts

RepeatingInvoices[].Contact.UpdatedDateUTC String No

UTC timestamp of last update to contact

RepeatingInvoices[].Contact.BrandingTheme Object No
RepeatingInvoices[].Contact.BrandingTheme.Name String No

Name of branding theme

RepeatingInvoices[].Contact.BrandingTheme.BrandingThemeID String No

Xero identifier

RepeatingInvoices[].Contact.BrandingTheme.Type String No

Always INVOICE

Possible values:

  • "INVOICE"
RepeatingInvoices[].Contact.BrandingTheme.LogoUrl String No

The location of the image file used as the logo on this branding theme

RepeatingInvoices[].Contact.BrandingTheme.SortOrder Integer No

Integer – ranked order of branding theme. The default branding theme has a value of 0

RepeatingInvoices[].Contact.BrandingTheme.CreatedDateUTC String No

UTC timestamp of creation date of branding theme

RepeatingInvoices[].Contact.IsCustomer Boolean No

true or false – Boolean that describes if a contact has any AR invoices entered against them. Cannot be set via PUT or POST – it is automatically set when an accounts receivable invoice is generated against this contact.

RepeatingInvoices[].Contact.PurchasesDefaultLineAmountType String No

The default purchases line amount type for a contact Only available when summaryOnly parameter or paging is used, or when fetch by ContactId or ContactNumber.

Possible values:

  • "INCLUSIVE"
  • "NONE"
  • "EXCLUSIVE"
RepeatingInvoices[].Contact.Attachments[] Array No

Displays array of attachments from the API

RepeatingInvoices[].Contact.Attachments[].ContentLength Integer No

Length of the file content

RepeatingInvoices[].Contact.Attachments[].IncludeOnline Boolean No

Include the file with the online invoice

RepeatingInvoices[].Contact.Attachments[].AttachmentID String No

Unique ID for the file

RepeatingInvoices[].Contact.Attachments[].MimeType String No

Type of file

RepeatingInvoices[].Contact.Attachments[].Url String No

URL to the file on xero.com

RepeatingInvoices[].Contact.Attachments[].FileName String No

Name of the file

RepeatingInvoices[].Contact.PurchasesDefaultAccountCode String No

The default purchases account code for contacts

RepeatingInvoices[].Contact.ContactID String No

Xero identifier

RepeatingInvoices[].Contact.AccountsPayableTaxType String No

The tax type from TaxRates

RepeatingInvoices[].Contact.ContactStatus String No

Current status of a contact – see contact status types

Possible values:

  • "ARCHIVED"
  • "ACTIVE"
  • "GDPRREQUEST"
RepeatingInvoices[].Contact.Addresses[] Array No

Store certain address types for a contact – see address types

RepeatingInvoices[].Contact.Addresses[].City String No

max length = 255

RepeatingInvoices[].Contact.Addresses[].AddressType String No

define the type of address

Possible values:

  • "STREET"
  • "POBOX"
RepeatingInvoices[].Contact.Addresses[].AttentionTo String No

max length = 255

RepeatingInvoices[].Contact.Addresses[].AddressLine2 String No

max length = 500

RepeatingInvoices[].Contact.Addresses[].Region String No

max length = 255

RepeatingInvoices[].Contact.Addresses[].Country String No

max length = 50, [A-Z], [a-z] only

RepeatingInvoices[].Contact.Addresses[].AddressLine1 String No

max length = 500

RepeatingInvoices[].Contact.Addresses[].AddressLine4 String No

max length = 500

RepeatingInvoices[].Contact.Addresses[].AddressLine3 String No

max length = 500

RepeatingInvoices[].Contact.Addresses[].PostalCode String No

max length = 50

RepeatingInvoices[].Contact.StatusAttributeString String No

Status of object

RepeatingInvoices[].Contact.CompanyNumber String No

Company registration number (max length = 50)

RepeatingInvoices[].Contact.Phones[] Array No

Store certain phone types for a contact – see phone types

RepeatingInvoices[].Contact.Phones[].PhoneType String No

Possible values:

  • "DEFAULT"
  • "OFFICE"
  • "DDI"
  • "MOBILE"
  • "FAX"
RepeatingInvoices[].Contact.Phones[].PhoneNumber String No

max length = 50

RepeatingInvoices[].Contact.Phones[].PhoneAreaCode String No

max length = 10

RepeatingInvoices[].Contact.Phones[].PhoneCountryCode String No

max length = 20

RepeatingInvoices[].Contact.BatchPayments No

Bank details for use on a batch payment stored with each contact

RepeatingInvoices[].Contact.FirstName String No

First name of contact person (max length = 255)

RepeatingInvoices[].Contact.SalesDefaultAccountCode String No

The default sales account code for contacts

RepeatingInvoices[].Contact.ContactNumber String No

This can be updated via the API only i.e. This field is read only on the Xero contact screen, used to identify contacts in external systems (max length = 50). If the Contact Number is used, this is displayed as Contact Code in the Contacts UI in Xero.

RepeatingInvoices[].Contact.AccountsReceivableTaxType String No

The tax type from TaxRates

RepeatingInvoices[].Contact.DefaultCurrency String No

3 letter alpha code for the currency – see list of currency codes

Possible values:

  • "ISK"
  • "JMD"
  • "LTL"
  • "SVC"
  • "SAR"
  • "EEK"
  • "TTD"
  • "SBD"
  • "SHP"
  • "GBP"
  • "TRY"
  • "MOP"
  • "INR"
  • "MAD"
  • "CUP"
  • "CLF"
  • "SRD"
  • "SZL"
  • "IRR"
  • "CHF"
  • "EUR"
  • "KZT"
  • "ALL"
  • "MZN"
  • "CDF"
  • "BZD"
  • "KES"
  • "AOA"
  • "NGN"
  • "SEK"
  • "BND"
  • "UYU"
  • "BRL"
  • "YER"
  • "ANG"
  • "BYR"
  • "MRO"
  • "DJF"
  • "LSL"
  • "BBD"
  • "MGA"
  • "VND"
  • "DOP"
  • "TJS"
  • "FJD"
  • "BGN"
  • "TWD"
  • "QAR"
  • "VES"
  • "CNY"
  • "AUD"
  • "ZMW"
  • "WST"
  • "MDL"
  • "KHR"
  • "NZD"
  • "AMD"
  • "AZN"
  • "TZS"
  • "GIP"
  • "AED"
  • "AFN"
  • "DZD"
  • "PKR"
  • "KYD"
  • "AWG"
  • "BSD"
  • "PEN"
  • "XAF"
  • "NAD"
  • "ZWD"
  • "BTN"
  • "KRW"
  • "NPR"
  • "FKP"
  • "TND"
  • "LVL"
  • "MWK"
  • "JOD"
  • "LRD"
  • "RSD"
  • "SCR"
  • "HUF"
  • "IDR"
  • "LAK"
  • "UAH"
  • "ZAR"
  • "OMR"
  • "PGK"
  • "SLL"
  • "MVR"
  • "USD"
  • "MXV"
  • "MKD"
  • "COP"
  • "CAD"
  • "KMF"
  • "MXN"
  • "PYG"
  • "XCD"
  • "STD"
  • "IQD"
  • "TOP"
  • "VEF"
  • "VUV"
  • "SOS"
  • "CVE"
  • "CUC"
  • "KGS"
  • "TMT"
  • "THB"
  • "BOB"
  • "UZS"
  • "BYN"
  • "SKK"
  • "ILS"
  • "PLN"
  • "RON"
  • "BHD"
  • "BIF"
  • "SLE"
  • "XPF"
  • "ARS"
  • "GTQ"
  • "RUB"
  • "HKD"
  • "ZMK"
  • "RWF"
  • "BDT"
  • "ETB"
  • "LYD"
  • "JPY"
  • "SGD"
  • "STN"
  • "MNT"
  • "NIO"
  • "GEL"
  • "MUR"
  • "NOK"
  • "ERN"
  • "SYP"
  • "MYR"
  • "DKK"
  • "HRK"
  • "CLP"
  • "GNF"
  • "GMD"
  • "BAM"
  • "HTG"
  • "LBP"
  • "PHP"
  • "EGP"
  • "SDG"
  • "CRC"
  • "CZK"
  • "KWD"
  • "KPW"
  • "GHS"
  • "GYD"
  • "LKR"
  • "BMD"
  • "BWP"
  • "MRU"
  • "PAB"
  • "UGX"
  • "MMK"
  • "XOF"
  • "HNL"
RepeatingInvoices[].Contact.HasValidationErrors Boolean No

A boolean to indicate if a contact has an validation errors

Default value: false

RepeatingInvoices[].Contact.AccountNumber String No

A user defined account number. This can be updated via the API and the Xero UI (max length = 50)

RepeatingInvoices[].Contact.Balances Object No

The raw AccountsReceivable(sales invoices) and AccountsPayable(bills) outstanding and overdue amounts, not converted to base currency (read only)

RepeatingInvoices[].Contact.Balances.AccountsReceivable Object No
RepeatingInvoices[].Contact.Balances.AccountsReceivable.Overdue Number No
RepeatingInvoices[].Contact.Balances.AccountsReceivable.Outstanding Number No
RepeatingInvoices[].Contact.Balances.AccountsPayable Object No
RepeatingInvoices[].Contact.Balances.AccountsPayable.Overdue Number No
RepeatingInvoices[].Contact.Balances.AccountsPayable.Outstanding Number No
RepeatingInvoices[].Contact.XeroNetworkKey String No

Store XeroNetworkKey for contacts.

RepeatingInvoices[].Contact.Discount Number No

The default discount rate for the contact (read only)

RepeatingInvoices[].Contact.MergedToContactID String No

ID for the destination of a merged contact. Only returned when using paging or when fetching a contact by ContactId or ContactNumber.

RepeatingInvoices[].Contact.ValidationErrors[] Array No

Displays validation errors returned from the API

RepeatingInvoices[].Contact.ValidationErrors[].Message String No

Validation error message

RepeatingInvoices[].Contact.EmailAddress String No

Email address of contact person (umlauts not supported) (max length = 255)

RepeatingInvoices[].Contact.HasAttachments Boolean No

A boolean to indicate if a contact has an attachment

Default value: false

RepeatingInvoices[].Contact.PaymentTerms Object No
RepeatingInvoices[].Contact.PaymentTerms.Bills Object No
RepeatingInvoices[].Contact.PaymentTerms.Bills.Day Integer No

Day of Month (0-31)

RepeatingInvoices[].Contact.PaymentTerms.Bills.Type String No

Possible values:

  • "DAYSAFTERBILLMONTH"
  • "OFCURRENTMONTH"
  • "DAYSAFTERBILLDATE"
  • "OFFOLLOWINGMONTH"
RepeatingInvoices[].Contact.PaymentTerms.Sales Object No
RepeatingInvoices[].Contact.PaymentTerms.Sales.Day Integer No

Day of Month (0-31)

RepeatingInvoices[].Contact.PaymentTerms.Sales.Type String No

Possible values:

  • "DAYSAFTERBILLMONTH"
  • "OFCURRENTMONTH"
  • "DAYSAFTERBILLDATE"
  • "OFFOLLOWINGMONTH"
RepeatingInvoices[].Contact.ContactGroups[] Array No

Displays which contact groups a contact is included in

RepeatingInvoices[].Contact.ContactGroups[].Name String No

The Name of the contact group. Required when creating a new contact group

RepeatingInvoices[].Contact.ContactGroups[].Status String No

The Status of a contact group. To delete a contact group update the status to DELETED. Only contact groups with a status of ACTIVE are returned on GETs.

Possible values:

  • "DELETED"
  • "ACTIVE"
RepeatingInvoices[].Contact.ContactGroups[].ContactGroupID String No

The Xero identifier for an contact group – specified as a string following the endpoint name. e.g. /297c2dc5-cc47-4afd-8ec8-74990b8761e9

RepeatingInvoices[].Contact.ContactGroups[].Contacts[] Array No

The ContactID and Name of Contacts in a contact group. Returned on GETs when the ContactGroupID is supplied in the URL.

RepeatingInvoices[].Contact.ContactPersons[] Array No

See contact persons

RepeatingInvoices[].Contact.ContactPersons[].IncludeInEmails Boolean No

boolean to indicate whether contact should be included on emails with invoices etc.

RepeatingInvoices[].Contact.ContactPersons[].EmailAddress String No

Email address of person

RepeatingInvoices[].Contact.ContactPersons[].LastName String No

Last name of person

RepeatingInvoices[].Contact.ContactPersons[].FirstName String No

First name of person

RepeatingInvoices[].IncludePDF Boolean No

Boolean to indicate whether to include PDF attachment

Default value: false

RepeatingInvoices[].HasAttachments Boolean No

Boolean to indicate if an invoice has an attachment

Default value: false

RepeatingInvoices[].CurrencyCode String No

3 letter alpha code for the currency – see list of currency codes

Possible values:

  • "ISK"
  • "JMD"
  • "LTL"
  • "SVC"
  • "SAR"
  • "EEK"
  • "TTD"
  • "SBD"
  • "SHP"
  • "GBP"
  • "TRY"
  • "MOP"
  • "INR"
  • "MAD"
  • "CUP"
  • "CLF"
  • "SRD"
  • "SZL"
  • "IRR"
  • "CHF"
  • "EUR"
  • "KZT"
  • "ALL"
  • "MZN"
  • "CDF"
  • "BZD"
  • "KES"
  • "AOA"
  • "NGN"
  • "SEK"
  • "BND"
  • "UYU"
  • "BRL"
  • "YER"
  • "ANG"
  • "BYR"
  • "MRO"
  • "DJF"
  • "LSL"
  • "BBD"
  • "MGA"
  • "VND"
  • "DOP"
  • "TJS"
  • "FJD"
  • "BGN"
  • "TWD"
  • "QAR"
  • "VES"
  • "CNY"
  • "AUD"
  • "ZMW"
  • "WST"
  • "MDL"
  • "KHR"
  • "NZD"
  • "AMD"
  • "AZN"
  • "TZS"
  • "GIP"
  • "AED"
  • "AFN"
  • "DZD"
  • "PKR"
  • "KYD"
  • "AWG"
  • "BSD"
  • "PEN"
  • "XAF"
  • "NAD"
  • "ZWD"
  • "BTN"
  • "KRW"
  • "NPR"
  • "FKP"
  • "TND"
  • "LVL"
  • "MWK"
  • "JOD"
  • "LRD"
  • "RSD"
  • "SCR"
  • "HUF"
  • "IDR"
  • "LAK"
  • "UAH"
  • "ZAR"
  • "OMR"
  • "PGK"
  • "SLL"
  • "MVR"
  • "USD"
  • "MXV"
  • "MKD"
  • "COP"
  • "CAD"
  • "KMF"
  • "MXN"
  • "PYG"
  • "XCD"
  • "STD"
  • "IQD"
  • "TOP"
  • "VEF"
  • "VUV"
  • "SOS"
  • "CVE"
  • "CUC"
  • "KGS"
  • "TMT"
  • "THB"
  • "BOB"
  • "UZS"
  • "BYN"
  • "SKK"
  • "ILS"
  • "PLN"
  • "RON"
  • "BHD"
  • "BIF"
  • "SLE"
  • "XPF"
  • "ARS"
  • "GTQ"
  • "RUB"
  • "HKD"
  • "ZMK"
  • "RWF"
  • "BDT"
  • "ETB"
  • "LYD"
  • "JPY"
  • "SGD"
  • "STN"
  • "MNT"
  • "NIO"
  • "GEL"
  • "MUR"
  • "NOK"
  • "ERN"
  • "SYP"
  • "MYR"
  • "DKK"
  • "HRK"
  • "CLP"
  • "GNF"
  • "GMD"
  • "BAM"
  • "HTG"
  • "LBP"
  • "PHP"
  • "EGP"
  • "SDG"
  • "CRC"
  • "CZK"
  • "KWD"
  • "KPW"
  • "GHS"
  • "GYD"
  • "LKR"
  • "BMD"
  • "BWP"
  • "MRU"
  • "PAB"
  • "UGX"
  • "MMK"
  • "XOF"
  • "HNL"
RepeatingInvoices[].ApprovedForSending Boolean No

Boolean to indicate whether the invoice has been approved for sending

Default value: false

RepeatingInvoices[].SendCopy Boolean No

Boolean to indicate whether a copy is sent to sender's email

Default value: false

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.