GET V3/odata/OverviewProjectInstallment
Gets OverviewProjectInstallment entities
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of QicsUnity.Api.Areas.V3.Models.OverviewProjectInstallment| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectInstallmentId |
Gets or sets ProjectInstallmentId |
integer |
64-bit signed integer |
| State |
Gets or sets state |
QicsUnity.Common.BusinessObjects.ProjectInstallmentState |
None. |
| InvoicingAgreementId |
Gets or sets Invoicing agreement ID |
integer |
64-bit signed integer |
| InvoicingAgreementName |
Gets or sets Invoicing agreement description |
string |
None. |
| InvoicingAgreementCode |
Gets or sets Invoicing agreement code |
string |
None. |
| ProjectId |
Gets or sets project ID |
integer |
64-bit signed integer |
| ProjectName |
Gets or sets project name |
string |
None. |
| ProjectCode |
Gets or sets project code |
string |
None. |
| ItemCompanyId |
Gets or sets item company ID |
integer |
64-bit signed integer |
| ItemId |
Gets or sets item ID |
integer |
64-bit signed integer |
| ItemName |
Gets or sets item name |
string |
None. |
| ItemCompanyCode |
Gets or sets item company code |
string |
None. |
| EmployeeCompanyId |
Gets or sets employee company ID |
integer |
64-bit signed integer Nullable |
| EmployeeId |
Gets or sets EmployeeCompany.EmployeeId |
integer |
64-bit signed integer Nullable |
| EmployeeName |
Gets or sets EmployeeCompany.Employee.Name |
string |
None. |
| Description |
Gets or sets description |
string |
None. |
| Date |
Gets or sets the date of the installment |
date |
date and time of day |
| Quantity |
Gets or sets quantity |
decimal number |
None. |
| Price |
Gets or sets price |
decimal number |
None. |
| Amount |
Gets or sets amount |
decimal number |
None. |
| RejectionReason |
Gets or sets rejection reason |
string |
None. |
| InvoiceHeaderId |
Gets or sets invoice header ID |
integer |
64-bit signed integer Nullable |
| SurchargePercentage |
Gets or sets surcharge percentage |
decimal number |
Nullable |
| InvoicingPeriod |
Gets or sets invoicing period |
integer |
64-bit signed integer |
| SurchargeItemCompanyId |
Gets or sets surcharge item company ID |
integer |
64-bit signed integer Nullable |
| SurchargeItemName |
Gets or sets surcharge item name |
string |
None. |
| SurchargeItemCompanyCode |
Gets or sets surcharge item company code |
string |
None. |
Response Formats
application/json, text/json, application/scim+json
[
{
"ProjectInstallmentId": "1",
"State": "New",
"InvoicingAgreementId": "2",
"InvoicingAgreementName": "sample 3",
"InvoicingAgreementCode": "sample 4",
"ProjectId": "5",
"ProjectName": "sample 6",
"ProjectCode": "sample 7",
"ItemCompanyId": "8",
"ItemId": "9",
"ItemName": "sample 10",
"ItemCompanyCode": "sample 11",
"EmployeeCompanyId": "1",
"EmployeeId": "1",
"EmployeeName": "sample 12",
"Description": "sample 13",
"Date": "2025-11-03T01:54:22.5946016+00:00",
"Quantity": "15",
"Price": "16",
"Amount": "17",
"RejectionReason": "sample 18",
"InvoiceHeaderId": "1",
"SurchargePercentage": "1",
"InvoicingPeriod": "19",
"SurchargeItemCompanyId": "1",
"SurchargeItemName": "sample 20",
"SurchargeItemCompanyCode": "sample 21"
},
{
"ProjectInstallmentId": "1",
"State": "New",
"InvoicingAgreementId": "2",
"InvoicingAgreementName": "sample 3",
"InvoicingAgreementCode": "sample 4",
"ProjectId": "5",
"ProjectName": "sample 6",
"ProjectCode": "sample 7",
"ItemCompanyId": "8",
"ItemId": "9",
"ItemName": "sample 10",
"ItemCompanyCode": "sample 11",
"EmployeeCompanyId": "1",
"EmployeeId": "1",
"EmployeeName": "sample 12",
"Description": "sample 13",
"Date": "2025-11-03T01:54:22.5946016+00:00",
"Quantity": "15",
"Price": "16",
"Amount": "17",
"RejectionReason": "sample 18",
"InvoiceHeaderId": "1",
"SurchargePercentage": "1",
"InvoicingPeriod": "19",
"SurchargeItemCompanyId": "1",
"SurchargeItemName": "sample 20",
"SurchargeItemCompanyCode": "sample 21"
}
]
application/xml, text/xml
<ArrayOfOverviewProjectInstallment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QicsUnity.Api.Areas.V3.Models">
<OverviewProjectInstallment>
<Amount>17</Amount>
<Date>2025-11-03T01:54:22.5946016+00:00</Date>
<Description>sample 13</Description>
<EmployeeCompanyId>1</EmployeeCompanyId>
<EmployeeId>1</EmployeeId>
<EmployeeName>sample 12</EmployeeName>
<InvoiceHeaderId>1</InvoiceHeaderId>
<InvoicingAgreementCode>sample 4</InvoicingAgreementCode>
<InvoicingAgreementId>2</InvoicingAgreementId>
<InvoicingAgreementName>sample 3</InvoicingAgreementName>
<InvoicingPeriod>19</InvoicingPeriod>
<ItemCompanyCode>sample 11</ItemCompanyCode>
<ItemCompanyId>8</ItemCompanyId>
<ItemId>9</ItemId>
<ItemName>sample 10</ItemName>
<Price>16</Price>
<ProjectCode>sample 7</ProjectCode>
<ProjectId>5</ProjectId>
<ProjectInstallmentId>1</ProjectInstallmentId>
<ProjectName>sample 6</ProjectName>
<Quantity>15</Quantity>
<RejectionReason>sample 18</RejectionReason>
<State>New</State>
<SurchargeItemCompanyCode>sample 21</SurchargeItemCompanyCode>
<SurchargeItemCompanyId>1</SurchargeItemCompanyId>
<SurchargeItemName>sample 20</SurchargeItemName>
<SurchargePercentage>1</SurchargePercentage>
</OverviewProjectInstallment>
<OverviewProjectInstallment>
<Amount>17</Amount>
<Date>2025-11-03T01:54:22.5946016+00:00</Date>
<Description>sample 13</Description>
<EmployeeCompanyId>1</EmployeeCompanyId>
<EmployeeId>1</EmployeeId>
<EmployeeName>sample 12</EmployeeName>
<InvoiceHeaderId>1</InvoiceHeaderId>
<InvoicingAgreementCode>sample 4</InvoicingAgreementCode>
<InvoicingAgreementId>2</InvoicingAgreementId>
<InvoicingAgreementName>sample 3</InvoicingAgreementName>
<InvoicingPeriod>19</InvoicingPeriod>
<ItemCompanyCode>sample 11</ItemCompanyCode>
<ItemCompanyId>8</ItemCompanyId>
<ItemId>9</ItemId>
<ItemName>sample 10</ItemName>
<Price>16</Price>
<ProjectCode>sample 7</ProjectCode>
<ProjectId>5</ProjectId>
<ProjectInstallmentId>1</ProjectInstallmentId>
<ProjectName>sample 6</ProjectName>
<Quantity>15</Quantity>
<RejectionReason>sample 18</RejectionReason>
<State>New</State>
<SurchargeItemCompanyCode>sample 21</SurchargeItemCompanyCode>
<SurchargeItemCompanyId>1</SurchargeItemCompanyId>
<SurchargeItemName>sample 20</SurchargeItemName>
<SurchargePercentage>1</SurchargePercentage>
</OverviewProjectInstallment>
</ArrayOfOverviewProjectInstallment>