TAG LINE
SMALL TITLE
id | "id": 7 Type: Number |
accountId | "accountId": 20 Type: Number |
accountName | "accountName": "Hello World" Type: String |
accountCurrencyCode | "accountCurrencyCode": "Hello World" Type: String |
invoicerAccountId | "invoicerAccountId": 5 Type: Number |
invoicerAccountName | "invoicerAccountName": "Hello World" Type: String |
invoicerAccountCurrencyCode | "invoicerAccountCurrencyCode": "Hello World" Type: String |
invoiceId | "invoiceId": 17 Type: Number |
invoiceName | "invoiceName": "Hello World" Type: String |
invoiceItemTypeId | "invoiceItemTypeId": 9 Type: Number |
invoiceItemTypeName | "invoiceItemTypeName": "Hello World" Type: String |
date | "date": "2005-04-11T14:56:24" Type: Date |
posting | "posting": "2005-04-11T14:56:24" Type: Date |
amount | "amount": "Hello World" Type: String |
invoiceAmount | "invoiceAmount": "Hello World" Type: String |
taxInvoiceAmount | "taxInvoiceAmount": "Hello World" Type: String |
taxAmount | "taxAmount": "Hello World" Type: String |
creditDisbursementInvoiceAmount | "creditDisbursementInvoiceAmount": "Hello World" Type: String |
creditDisbursementAmount | "creditDisbursementAmount": "Hello World" Type: String |
GET | api/v2/Invoice/Item/Credit/View |
Retrieve all of the ViewCreditInvoiceItemInvoicer objects. |
GET | api/v2/Invoice/Item/Credit/View/Paged |
Retreive all of the ViewCreditInvoiceItemInvoicer objects in a paged fashion. |
GET | api/v2/Invoice/Item/Credit/View/{accountId:int}/Paged |
Retreive all of the ViewCreditInvoiceItemInvoicer objects in a paged fashion. |
GET | api/v2/Invoice/Item/Credit/View/{id:int} |
Retrieve an instance of the ViewCreditInvoiceItemInvoicer object by it's ID. | |
{id:int} | Unique identifier for the ViewCreditInvoiceItemInvoicer object. |