TAG LINE
SMALL TITLE
id | "id": 7 Type: Number |
accountId | "accountId": 6 Type: Number |
accountName | "accountName": "Hello World" Type: String |
packageId | "packageId": 6 Type: Number |
packageName | "packageName": "Hello World" Type: String |
serviceId | "serviceId": 26 Type: Number |
serviceName | "serviceName": "Hello World" Type: String |
amount | "amount": "Hello World" Type: String |
detail | "detail": "Hello World" Type: String |
periodStart | "periodStart": "2005-04-11T14:56:24" Type: Date |
periodEnd | "periodEnd": "2005-04-11T14:56:24" Type: Date |
prorated | "prorated": true Type: Boolean |
date | "date": "2005-04-11T14:56:24" Type: Date |
accountPackageId | "accountPackageId": "Hello World" Type: String |
accountPackageName | "accountPackageName": "Hello World" Type: String |
accountServiceId | "accountServiceId": "Hello World" Type: String |
accountServiceName | "accountServiceName": "Hello World" Type: String |
createdByUserId | "createdByUserId": 0 Type: Number |
createdByUserName | "createdByUserName": "Hello World" Type: String |
posting | "posting": "2005-04-11T14:56:24" Type: Date |
invoiceId | "invoiceId": 27 Type: Number |
invoiceName | "invoiceName": "Hello World" Type: String |
invoiceItemTypeId | "invoiceItemTypeId": 25 Type: Number |
invoiceItemTypeName | "invoiceItemTypeName": "Hello World" Type: String |
GET | api/v3/Invoice/Item/View |
Retrieve all of the ViewInvoiceItem objects. |
GET | api/v3/Invoice/Item/View/Paged |
Retreive all of the ViewInvoiceItem objects in a paged fashion. |
GET | api/v3/Invoice/Item/View/{id:int} |
Retrieve an instance of the ViewInvoiceItem object by it's ID. | |
{id:int} | Unique identifier for the ViewInvoiceItem object. |