User Guide

Invoicing Service API Guide May 2012 31
CreateInvoice API Operation
CreateInvoiceRequest Message
3
InvoiceItemListType Fields
InvoiceItemType Fields
line1 xs:string
(Required) First line of the address.
line2 xs:string
(Optional) Second line of the street address.
postalCode xs:string
(Optional) Postal code of the address.
state xs:string
(Optional) State for the address.
type xs:string
(Optional) Type of address.
Field Description
item inv:InvoiceItemType
(Required) Invoice item.
Field Description
name xs:string
(Required) SKU or name of the item.
Character length and limitations: 30 characters maximum
description xs:string,
(Optional) Item description.
date xs:dateTime
(Optional) Date on which the product or service was provided.
quantity xs:decimal
(Required) Item count. Valid values are 0 to 10.000.
unitPrice xs:decimal
(Required) Price of the item, in the currency specified by the invoice.
taxName xs:string
(Optional) Name of the applicable tax.
taxRate xs:decimal
(Optional) Rate of the applicable tax.
Field Description