GET V3/odata/OverviewTimeExpenseEntryInvoicingAgreement

Gets OverviewTimeExpenseEntryInvoicingAgreement entities

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of QicsUnity.Api.Areas.V3.Models.OverviewTimeExpenseEntryInvoicingAgreement
NameDescriptionTypeAdditional information
InvoicingAgreementId

Gets or sets InvoicingAgreementId

integer

Required

64-bit signed integer

Code

Gets or sets Code

string

Required

Name

Gets or sets Name

string

Required

InvoicingMethod

Gets or sets InvoicingMethod

QicsUnity.Api.Areas.V3.Models.InvoicingMethod

Required

ProjectId

Gets or sets ProjectId

integer

Required

64-bit signed integer

ProjectName

Gets or sets ProjectName

string

Required

ProjectCode

Gets or sets ProjectCode

string

Required

CustomerCompanyId

Gets or sets CustomerCompanyId

integer

Required

64-bit signed integer

CustomerName

Gets or sets CustomerName

string

Required

CustomerCode

Gets or sets CustomerCode

string

Required

InvoiceCustomerCompanyId

Gets or sets InvoiceCustomerCompanyId

integer

Required

64-bit signed integer

InvoiceCustomerName

Gets or sets InvoiceCustomerName

string

Required

InvoiceCustomerCode

Gets or sets InvoiceCustomerCode

string

Required

CurrencyId

Gets or sets CurrencyId

integer

Required

64-bit signed integer

CurrencyCode

Gets or sets CurrencyCode

string

Required

CurrencySymbol

Gets or sets CurrencySymbol

string

Required

CurrencyName

Gets or sets CurrencyName

string

Required

ItemCompanies

Gets or sets ItemCompanies

Collection of QicsUnity.Api.Areas.V3.Models.TimeExpenseEntryItemCompany

Required

Response Formats

application/json, text/json

Sample:
[
  {
    "InvoicingAgreementId": "1",
    "Code": "sample 2",
    "Name": "sample 3",
    "InvoicingMethod": "NoInvoicing",
    "ProjectId": "4",
    "ProjectName": "sample 5",
    "ProjectCode": "sample 6",
    "CustomerCompanyId": "7",
    "CustomerName": "sample 8",
    "CustomerCode": "sample 9",
    "InvoiceCustomerCompanyId": "10",
    "InvoiceCustomerName": "sample 11",
    "InvoiceCustomerCode": "sample 12",
    "CurrencyId": "13",
    "CurrencyCode": "sample 14",
    "CurrencySymbol": "sample 15",
    "CurrencyName": "sample 16",
    "ItemCompanies": [
      {
        "ItemCompanyId": "1",
        "ItemId": "2",
        "ItemCode": "sample 3",
        "ItemName": "sample 4"
      },
      {
        "ItemCompanyId": "1",
        "ItemId": "2",
        "ItemCode": "sample 3",
        "ItemName": "sample 4"
      }
    ]
  },
  {
    "InvoicingAgreementId": "1",
    "Code": "sample 2",
    "Name": "sample 3",
    "InvoicingMethod": "NoInvoicing",
    "ProjectId": "4",
    "ProjectName": "sample 5",
    "ProjectCode": "sample 6",
    "CustomerCompanyId": "7",
    "CustomerName": "sample 8",
    "CustomerCode": "sample 9",
    "InvoiceCustomerCompanyId": "10",
    "InvoiceCustomerName": "sample 11",
    "InvoiceCustomerCode": "sample 12",
    "CurrencyId": "13",
    "CurrencyCode": "sample 14",
    "CurrencySymbol": "sample 15",
    "CurrencyName": "sample 16",
    "ItemCompanies": [
      {
        "ItemCompanyId": "1",
        "ItemId": "2",
        "ItemCode": "sample 3",
        "ItemName": "sample 4"
      },
      {
        "ItemCompanyId": "1",
        "ItemId": "2",
        "ItemCode": "sample 3",
        "ItemName": "sample 4"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfOverviewTimeExpenseEntryInvoicingAgreement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QicsUnity.Api.Areas.V3.Models">
  <OverviewTimeExpenseEntryInvoicingAgreement>
    <Code>sample 2</Code>
    <CurrencyCode>sample 14</CurrencyCode>
    <CurrencyId>13</CurrencyId>
    <CurrencyName>sample 16</CurrencyName>
    <CurrencySymbol>sample 15</CurrencySymbol>
    <CustomerCode>sample 9</CustomerCode>
    <CustomerCompanyId>7</CustomerCompanyId>
    <CustomerName>sample 8</CustomerName>
    <InvoiceCustomerCode>sample 12</InvoiceCustomerCode>
    <InvoiceCustomerCompanyId>10</InvoiceCustomerCompanyId>
    <InvoiceCustomerName>sample 11</InvoiceCustomerName>
    <InvoicingAgreementId>1</InvoicingAgreementId>
    <InvoicingMethod>NoInvoicing</InvoicingMethod>
    <ItemCompanies>
      <TimeExpenseEntryItemCompany>
        <ItemCode>sample 3</ItemCode>
        <ItemCompanyId>1</ItemCompanyId>
        <ItemId>2</ItemId>
        <ItemName>sample 4</ItemName>
      </TimeExpenseEntryItemCompany>
      <TimeExpenseEntryItemCompany>
        <ItemCode>sample 3</ItemCode>
        <ItemCompanyId>1</ItemCompanyId>
        <ItemId>2</ItemId>
        <ItemName>sample 4</ItemName>
      </TimeExpenseEntryItemCompany>
    </ItemCompanies>
    <Name>sample 3</Name>
    <ProjectCode>sample 6</ProjectCode>
    <ProjectId>4</ProjectId>
    <ProjectName>sample 5</ProjectName>
  </OverviewTimeExpenseEntryInvoicingAgreement>
  <OverviewTimeExpenseEntryInvoicingAgreement>
    <Code>sample 2</Code>
    <CurrencyCode>sample 14</CurrencyCode>
    <CurrencyId>13</CurrencyId>
    <CurrencyName>sample 16</CurrencyName>
    <CurrencySymbol>sample 15</CurrencySymbol>
    <CustomerCode>sample 9</CustomerCode>
    <CustomerCompanyId>7</CustomerCompanyId>
    <CustomerName>sample 8</CustomerName>
    <InvoiceCustomerCode>sample 12</InvoiceCustomerCode>
    <InvoiceCustomerCompanyId>10</InvoiceCustomerCompanyId>
    <InvoiceCustomerName>sample 11</InvoiceCustomerName>
    <InvoicingAgreementId>1</InvoicingAgreementId>
    <InvoicingMethod>NoInvoicing</InvoicingMethod>
    <ItemCompanies>
      <TimeExpenseEntryItemCompany>
        <ItemCode>sample 3</ItemCode>
        <ItemCompanyId>1</ItemCompanyId>
        <ItemId>2</ItemId>
        <ItemName>sample 4</ItemName>
      </TimeExpenseEntryItemCompany>
      <TimeExpenseEntryItemCompany>
        <ItemCode>sample 3</ItemCode>
        <ItemCompanyId>1</ItemCompanyId>
        <ItemId>2</ItemId>
        <ItemName>sample 4</ItemName>
      </TimeExpenseEntryItemCompany>
    </ItemCompanies>
    <Name>sample 3</Name>
    <ProjectCode>sample 6</ProjectCode>
    <ProjectId>4</ProjectId>
    <ProjectName>sample 5</ProjectName>
  </OverviewTimeExpenseEntryInvoicingAgreement>
</ArrayOfOverviewTimeExpenseEntryInvoicingAgreement>