GET v1/KeyInvoiceItems/{id}
Returns a single invoice KeyInvoiceItem.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Integer value of keyInvoiceItemCode |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns below in JSON format
KeyInvoiceItemViewModelName | Description | Type | Additional information |
---|---|---|---|
KeyInvoiceItemCode | integer |
None. |
|
ClientInvoiceItemCode | integer |
None. |
|
Description | string |
None. |
|
Cost | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "keyInvoiceItemCode": 1, "clientInvoiceItemCode": 2, "description": "sample string 3", "cost": 4.1 }