GET api/OperaAccount

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Account
NameDescriptionTypeAdditional information
OperaAccount

string

None.

Name

string

None.

Active

boolean

None.

ActiveServiceContract

boolean

None.

LastUpdatedOnDate

date

None.

SendOverdueInspectionEmail

boolean

None.

CashSalesAccount

boolean

None.

PriceList

string

None.

OnStop

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "OperaAccount": "sample string 1",
    "Name": "sample string 2",
    "Active": true,
    "ActiveServiceContract": true,
    "LastUpdatedOnDate": "2025-12-06T01:58:47.6532148+00:00",
    "SendOverdueInspectionEmail": true,
    "CashSalesAccount": true,
    "PriceList": "sample string 7",
    "OnStop": true
  },
  {
    "OperaAccount": "sample string 1",
    "Name": "sample string 2",
    "Active": true,
    "ActiveServiceContract": true,
    "LastUpdatedOnDate": "2025-12-06T01:58:47.6532148+00:00",
    "SendOverdueInspectionEmail": true,
    "CashSalesAccount": true,
    "PriceList": "sample string 7",
    "OnStop": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DMHEntities">
  <Account>
    <Active>true</Active>
    <ActiveServiceContract>true</ActiveServiceContract>
    <CashSalesAccount>true</CashSalesAccount>
    <LastUpdatedOnDate>2025-12-06T01:58:47.6532148+00:00</LastUpdatedOnDate>
    <Name>sample string 2</Name>
    <OnStop>true</OnStop>
    <OperaAccount>sample string 1</OperaAccount>
    <PriceList>sample string 7</PriceList>
    <SendOverdueInspectionEmail>true</SendOverdueInspectionEmail>
  </Account>
  <Account>
    <Active>true</Active>
    <ActiveServiceContract>true</ActiveServiceContract>
    <CashSalesAccount>true</CashSalesAccount>
    <LastUpdatedOnDate>2025-12-06T01:58:47.6532148+00:00</LastUpdatedOnDate>
    <Name>sample string 2</Name>
    <OnStop>true</OnStop>
    <OperaAccount>sample string 1</OperaAccount>
    <PriceList>sample string 7</PriceList>
    <SendOverdueInspectionEmail>true</SendOverdueInspectionEmail>
  </Account>
</ArrayOfAccount>