GET V2/odata/OverviewItem
Gets OverviewItem entities
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of QicsUnity.Api.Areas.V2.Models.OverviewItemName | Description | Type | Additional information |
---|---|---|---|
ItemCompanyId |
Gets or sets ItemCompany.ItemCompanyId |
integer |
64-bit signed integer |
ItemId |
Gets or sets Item.ItemId |
integer |
64-bit signed integer |
ItemCode |
Gets or sets Item.Code |
string |
None. |
ItemName |
Gets or sets Item.Name |
string |
None. |
ItemType |
Gets or sets item type |
QicsUnity.Api.Areas.V2.Models.ItemType |
None. |
IsActive |
Gets or sets a value indicating whether this item is active |
boolean |
None. |
CompanyId |
Gets or sets the Id of Company of this Item |
integer |
64-bit signed integer |
CompanyName |
Gets or sets the name of Company of this Item |
string |
None. |
CompanyCode |
Gets or sets the code of Company of this Item |
string |
None. |
ItemGroupId |
Gets or sets a reference to item group where this item belongs |
integer |
64-bit signed integer |
ItemGroupName |
Gets or sets a name of the item group where this item belongs |
string |
None. |
WillBeInvoiced |
Gets or sets a value indicating whether the item will be invoiced |
boolean |
None. |
UseItemCustomers |
Gets or sets a value indicating whether all or only linked customers should be used |
boolean |
None. |
Response Formats
application/json, text/json
[ { "ItemCompanyId": "1", "ItemId": "2", "ItemCode": "sample 3", "ItemName": "sample 4", "ItemType": "Hours", "IsActive": true, "CompanyId": "6", "CompanyName": "sample 7", "CompanyCode": "sample 8", "ItemGroupId": "9", "ItemGroupName": "sample 10", "WillBeInvoiced": true, "UseItemCustomers": true }, { "ItemCompanyId": "1", "ItemId": "2", "ItemCode": "sample 3", "ItemName": "sample 4", "ItemType": "Hours", "IsActive": true, "CompanyId": "6", "CompanyName": "sample 7", "CompanyCode": "sample 8", "ItemGroupId": "9", "ItemGroupName": "sample 10", "WillBeInvoiced": true, "UseItemCustomers": true } ]
application/xml, text/xml
<ArrayOfOverviewItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QicsUnity.Api.Areas.V2.Models"> <OverviewItem> <CompanyCode>sample 8</CompanyCode> <CompanyId>6</CompanyId> <CompanyName>sample 7</CompanyName> <IsActive>true</IsActive> <ItemCode>sample 3</ItemCode> <ItemCompanyId>1</ItemCompanyId> <ItemGroupId>9</ItemGroupId> <ItemGroupName>sample 10</ItemGroupName> <ItemId>2</ItemId> <ItemName>sample 4</ItemName> <ItemType>Hours</ItemType> <UseItemCustomers>true</UseItemCustomers> <WillBeInvoiced>true</WillBeInvoiced> </OverviewItem> <OverviewItem> <CompanyCode>sample 8</CompanyCode> <CompanyId>6</CompanyId> <CompanyName>sample 7</CompanyName> <IsActive>true</IsActive> <ItemCode>sample 3</ItemCode> <ItemCompanyId>1</ItemCompanyId> <ItemGroupId>9</ItemGroupId> <ItemGroupName>sample 10</ItemGroupName> <ItemId>2</ItemId> <ItemName>sample 4</ItemName> <ItemType>Hours</ItemType> <UseItemCustomers>true</UseItemCustomers> <WillBeInvoiced>true</WillBeInvoiced> </OverviewItem> </ArrayOfOverviewItem>