Bills and invoices are also organized at Shoeboxed. Due to the great variety of formats that bills may come in, we do not offer as many specific human-verified data fields for the Bill object, compared to receipts or business cards.
<Bill
id="123884"
envelopeCode=""
note=""
createDate="02/04/2011"
modifyDate="02/04/2011"
name="Power Bill"
documentCurrency="USD"
accountCurrency="USD"
conversionRate="1"
documentTotal="125.89"
convertedTotal="125.89"
formattedDocumentTotal="$125.89"
formattedConvertedTotal="$125.89"
>
<Images count="2">
<Image imgurl="https://app.shoeboxed.com/api/document/jpg/bill/123884/194ae40d7dfd8b2a4b3089991d1939e3/1" index="1"/>
<Image imgurl="https://app.shoeboxed.com/api/document/jpg/bill/123884/194ae40d7dfd8b2a4b3089991d1939e3/2" index="2"/>
</Images>
</Bill>
| Parameter | Description |
|---|---|
| id | Unique ID of the bill. |
| envelopeCode | If the bill was mailed in, the code of the envelope in came in. |
| note | An optional user’s note. |
| createDate | The date the bill was entered into Shoeboxed. |
| modifyDate | The date the bill was modified last by the user. |
| name | The name on the bill. |
| documentCurrency | The currency shown on the bill. |
| accountCurrency | The user’s preferred currency. |
| documentTotal | The total amount on the bill. |
| conversionRate | The ratio of the document currency and the account currency (accountCurrency / documentCurrency). |
| convertedTotal | The total amount converted to the user’s preferred currency. |
| formattedDocumentTotal | The total amount on the bill, shown with the currency symbol (for example, $ for USD). |
| formattedConvertedTotal | The total amount on the bill converted to the user’s preferred currency, shown with the currency symbol (for example, € for the euro). |
Images
Refer to the Image object.



