GET V2/odata/OverviewCustomer

Gets OverviewCustomer entities

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of QicsUnity.Api.Areas.V2.Models.OverviewCustomer
NameDescriptionTypeAdditional information
CustomerCompanyId

Gets or sets CustomerCompanyId

integer

64-bit signed integer

CompanyId

Gets or sets CustomerCompany.CompanyId

integer

64-bit signed integer

CompanyName

Gets or sets CustomerCompany.Company.Name

string

None.

CompanyCode

Gets or sets CustomerCompany.Company.Code

string

None.

CustomerId

Gets or sets the CustomerId

integer

64-bit signed integer

Name

Gets or sets the name

string

None.

CustomerCode

Gets or sets the customer code

string

None.

IsActive

Gets or sets a value indicating whether this customer is active

boolean

None.

CustomerType

Gets or sets CustomerType

QicsUnity.Api.Areas.V2.Models.CustomerType

None.

CostCenterId

Gets or sets CostCenterId

integer

64-bit signed integer

Nullable

CostCenterName

Gets or sets CostCenter.Name

string

None.

CategoryId

Gets or sets Customer.CategoryId

integer

64-bit signed integer

Nullable

CategoryName

Gets or sets Customer.Category.Name

string

None.

ManagerResourceCompanyId

Gets or sets ManagerResourceCompanyId

integer

64-bit signed integer

Nullable

ManagerName

Gets or sets Customer.Manager.Name

string

None.

VisitAddressAddress1

Gets or sets VisitAddress.Address1

string

None.

VisitAddressAddress2

Gets or sets VisitAddress.Address2

string

None.

VisitAddressAddress3

Gets or sets VisitAddress.Address3

string

None.

SendInvoiceMethod

Gets or sets SendInvoiceMethod

QicsUnity.Api.Areas.V2.Models.InvoiceSendMethodType

None.

InvoiceLayoutId

Gets or sets InvoiceLayoutId

integer

64-bit signed integer

Nullable

InvoiceLayoutName

Gets or sets InvoiceLayout.Name

string

None.

InvoiceCustomerCompanyId

Gets or sets InvoiceCustomerCompanyId

integer

64-bit signed integer

Nullable

InvoiceCustomerName

Gets or sets InvoiceCustomer.Name

string

None.

PaymentConditionId

Gets or sets PaymentConditionId

integer

64-bit signed integer

Nullable

PaymentConditionName

Gets or sets PaymentCondition.Name

string

None.

PaymentConditionCode

Gets or sets PaymentCondition.Code

string

None.

EntityStateDataSourceKey

Gets or sets EntityState.DataSourceKey

string

None.

EntityStateDataSourceDate

Gets or sets EntityState.DataSourceDate

date

date and time of day, relative to Coordinated Universal Time (UTC)

Nullable

EntityStateIsError

Gets or sets EntityState.IsError

boolean

Nullable

EntityStateAttemptsCount

Gets or sets EntityState.AttemptsCount

integer

Nullable

EntityStateFirstAttemptOn

Gets or sets EntityState.FirstAttemptOn

date

date and time of day, relative to Coordinated Universal Time (UTC)

Nullable

CreatedOn

Gets or sets CreatedOn

date

date and time of day, relative to Coordinated Universal Time (UTC)

CreatedBy

Gets or sets CreatedBy

string

None.

ModifiedOn

Gets or sets ModifiedOn

date

date and time of day, relative to Coordinated Universal Time (UTC)

ModifiedBy

Gets or sets ModifiedBy

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CustomerCompanyId": "1",
    "CompanyId": "2",
    "CompanyName": "sample 3",
    "CompanyCode": "sample 4",
    "CustomerId": "5",
    "Name": "sample 6",
    "CustomerCode": "sample 7",
    "IsActive": true,
    "CustomerType": "Customer",
    "CostCenterId": "1",
    "CostCenterName": "sample 9",
    "CategoryId": "1",
    "CategoryName": "sample 10",
    "ManagerResourceCompanyId": "1",
    "ManagerName": "sample 11",
    "VisitAddressAddress1": "sample 12",
    "VisitAddressAddress2": "sample 13",
    "VisitAddressAddress3": "sample 14",
    "SendInvoiceMethod": "Manual",
    "InvoiceLayoutId": "1",
    "InvoiceLayoutName": "sample 15",
    "InvoiceCustomerCompanyId": "1",
    "InvoiceCustomerName": "sample 16",
    "PaymentConditionId": "1",
    "PaymentConditionName": "sample 17",
    "PaymentConditionCode": "sample 18",
    "EntityStateDataSourceKey": "sample 19",
    "EntityStateDataSourceDate": "2024-03-29T09:03:19.8705152+00:00",
    "EntityStateIsError": true,
    "EntityStateAttemptsCount": "1",
    "EntityStateFirstAttemptOn": "2024-03-29T09:03:19.8705152+00:00",
    "CreatedOn": "2024-03-29T09:03:19.8705152+00:00",
    "CreatedBy": "sample 21",
    "ModifiedOn": "2024-03-29T09:03:19.8705152+00:00",
    "ModifiedBy": "sample 23"
  },
  {
    "CustomerCompanyId": "1",
    "CompanyId": "2",
    "CompanyName": "sample 3",
    "CompanyCode": "sample 4",
    "CustomerId": "5",
    "Name": "sample 6",
    "CustomerCode": "sample 7",
    "IsActive": true,
    "CustomerType": "Customer",
    "CostCenterId": "1",
    "CostCenterName": "sample 9",
    "CategoryId": "1",
    "CategoryName": "sample 10",
    "ManagerResourceCompanyId": "1",
    "ManagerName": "sample 11",
    "VisitAddressAddress1": "sample 12",
    "VisitAddressAddress2": "sample 13",
    "VisitAddressAddress3": "sample 14",
    "SendInvoiceMethod": "Manual",
    "InvoiceLayoutId": "1",
    "InvoiceLayoutName": "sample 15",
    "InvoiceCustomerCompanyId": "1",
    "InvoiceCustomerName": "sample 16",
    "PaymentConditionId": "1",
    "PaymentConditionName": "sample 17",
    "PaymentConditionCode": "sample 18",
    "EntityStateDataSourceKey": "sample 19",
    "EntityStateDataSourceDate": "2024-03-29T09:03:19.8705152+00:00",
    "EntityStateIsError": true,
    "EntityStateAttemptsCount": "1",
    "EntityStateFirstAttemptOn": "2024-03-29T09:03:19.8705152+00:00",
    "CreatedOn": "2024-03-29T09:03:19.8705152+00:00",
    "CreatedBy": "sample 21",
    "ModifiedOn": "2024-03-29T09:03:19.8705152+00:00",
    "ModifiedBy": "sample 23"
  }
]

application/xml, text/xml

Sample:
<ArrayOfOverviewCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QicsUnity.Api.Areas.V2.Models">
  <OverviewCustomer>
    <CategoryId>1</CategoryId>
    <CategoryName>sample 10</CategoryName>
    <CompanyCode>sample 4</CompanyCode>
    <CompanyId>2</CompanyId>
    <CompanyName>sample 3</CompanyName>
    <CostCenterId>1</CostCenterId>
    <CostCenterName>sample 9</CostCenterName>
    <CreatedBy>sample 21</CreatedBy>
    <CreatedOn xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-03-29T09:03:19.8705152Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreatedOn>
    <CustomerCode>sample 7</CustomerCode>
    <CustomerCompanyId>1</CustomerCompanyId>
    <CustomerId>5</CustomerId>
    <CustomerType>Customer</CustomerType>
    <EntityStateAttemptsCount>1</EntityStateAttemptsCount>
    <EntityStateDataSourceDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-03-29T09:03:19.8705152Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </EntityStateDataSourceDate>
    <EntityStateDataSourceKey>sample 19</EntityStateDataSourceKey>
    <EntityStateFirstAttemptOn xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-03-29T09:03:19.8705152Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </EntityStateFirstAttemptOn>
    <EntityStateIsError>true</EntityStateIsError>
    <InvoiceCustomerCompanyId>1</InvoiceCustomerCompanyId>
    <InvoiceCustomerName>sample 16</InvoiceCustomerName>
    <InvoiceLayoutId>1</InvoiceLayoutId>
    <InvoiceLayoutName>sample 15</InvoiceLayoutName>
    <IsActive>true</IsActive>
    <ManagerName>sample 11</ManagerName>
    <ManagerResourceCompanyId>1</ManagerResourceCompanyId>
    <ModifiedBy>sample 23</ModifiedBy>
    <ModifiedOn xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-03-29T09:03:19.8705152Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ModifiedOn>
    <Name>sample 6</Name>
    <PaymentConditionCode>sample 18</PaymentConditionCode>
    <PaymentConditionId>1</PaymentConditionId>
    <PaymentConditionName>sample 17</PaymentConditionName>
    <SendInvoiceMethod>Manual</SendInvoiceMethod>
    <VisitAddressAddress1>sample 12</VisitAddressAddress1>
    <VisitAddressAddress2>sample 13</VisitAddressAddress2>
    <VisitAddressAddress3>sample 14</VisitAddressAddress3>
  </OverviewCustomer>
  <OverviewCustomer>
    <CategoryId>1</CategoryId>
    <CategoryName>sample 10</CategoryName>
    <CompanyCode>sample 4</CompanyCode>
    <CompanyId>2</CompanyId>
    <CompanyName>sample 3</CompanyName>
    <CostCenterId>1</CostCenterId>
    <CostCenterName>sample 9</CostCenterName>
    <CreatedBy>sample 21</CreatedBy>
    <CreatedOn xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-03-29T09:03:19.8705152Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreatedOn>
    <CustomerCode>sample 7</CustomerCode>
    <CustomerCompanyId>1</CustomerCompanyId>
    <CustomerId>5</CustomerId>
    <CustomerType>Customer</CustomerType>
    <EntityStateAttemptsCount>1</EntityStateAttemptsCount>
    <EntityStateDataSourceDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-03-29T09:03:19.8705152Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </EntityStateDataSourceDate>
    <EntityStateDataSourceKey>sample 19</EntityStateDataSourceKey>
    <EntityStateFirstAttemptOn xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-03-29T09:03:19.8705152Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </EntityStateFirstAttemptOn>
    <EntityStateIsError>true</EntityStateIsError>
    <InvoiceCustomerCompanyId>1</InvoiceCustomerCompanyId>
    <InvoiceCustomerName>sample 16</InvoiceCustomerName>
    <InvoiceLayoutId>1</InvoiceLayoutId>
    <InvoiceLayoutName>sample 15</InvoiceLayoutName>
    <IsActive>true</IsActive>
    <ManagerName>sample 11</ManagerName>
    <ManagerResourceCompanyId>1</ManagerResourceCompanyId>
    <ModifiedBy>sample 23</ModifiedBy>
    <ModifiedOn xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-03-29T09:03:19.8705152Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ModifiedOn>
    <Name>sample 6</Name>
    <PaymentConditionCode>sample 18</PaymentConditionCode>
    <PaymentConditionId>1</PaymentConditionId>
    <PaymentConditionName>sample 17</PaymentConditionName>
    <SendInvoiceMethod>Manual</SendInvoiceMethod>
    <VisitAddressAddress1>sample 12</VisitAddressAddress1>
    <VisitAddressAddress2>sample 13</VisitAddressAddress2>
    <VisitAddressAddress3>sample 14</VisitAddressAddress3>
  </OverviewCustomer>
</ArrayOfOverviewCustomer>