TAG LINE
SMALL TITLE
id | "id": 8 Type: Number |
accountId | "accountId": 15 Type: Number |
accountName | "accountName": "Hello World" Type: String |
invoiceItemId | "invoiceItemId": 16 Type: Number |
creditItemId | "creditItemId": 24 Type: Number |
creditNoteId | "creditNoteId": 15 Type: Number |
showOnCreditNote | "showOnCreditNote": true Type: Boolean |
showOnInvoice | "showOnInvoice": true Type: Boolean |
date | "date": "2005-04-11T14:56:24" Type: Date |
detail | "detail": "Hello World" Type: String |
amount | "amount": "Hello World" Type: String |
taxAmount | "taxAmount": "Hello World" Type: String |
totalAmount | "totalAmount": "Hello World" Type: String |
invoiceId | "invoiceId": 21 Type: Number |
isVoid | "isVoid": true Type: Boolean |
isVoiding | "isVoiding": true Type: Boolean |
GET | api/v1/CreditItem/View |
Retrieve all of the ViewCreditItem objects. |
GET | api/v1/CreditItem/View/Paged |
Retreive all of the ViewCreditItem objects in a paged fashion. |
GET | api/v1/CreditItem/View/{id:int} |
Retrieve an instance of the ViewCreditItem object by it's ID. | |
{id:int} | Unique identifier for the ViewCreditItem object. |