GET api/Account/SmartSales

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SmartSalesAdminDTO
NameDescriptionTypeAdditional information
Id

integer

None.

FirstName

string

None.

LastName

string

None.

Email

string

None.

MobilePhone

string

None.

LastLogonDate

date

None.

CreatedDate

date

None.

DisabledDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "Email": "sample string 4",
    "MobilePhone": "sample string 5",
    "LastLogonDate": "2025-08-29T01:11:16.7256693+00:00",
    "CreatedDate": "2025-08-29T01:11:16.7256693+00:00",
    "DisabledDate": "2025-08-29T01:11:16.7256693+00:00"
  },
  {
    "Id": 1,
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "Email": "sample string 4",
    "MobilePhone": "sample string 5",
    "LastLogonDate": "2025-08-29T01:11:16.7256693+00:00",
    "CreatedDate": "2025-08-29T01:11:16.7256693+00:00",
    "DisabledDate": "2025-08-29T01:11:16.7256693+00:00"
  }
]

text/html, multipart/form-data, application/zip

Sample:
[{"Id":1,"FirstName":"sample string 2","LastName":"sample string 3","Email":"sample string 4","MobilePhone":"sample string 5","LastLogonDate":"2025-08-29T01:11:16.7256693+00:00","CreatedDate":"2025-08-29T01:11:16.7256693+00:00","DisabledDate":"2025-08-29T01:11:16.7256693+00:00"},{"Id":1,"FirstName":"sample string 2","LastName":"sample string 3","Email":"sample string 4","MobilePhone":"sample string 5","LastLogonDate":"2025-08-29T01:11:16.7256693+00:00","CreatedDate":"2025-08-29T01:11:16.7256693+00:00","DisabledDate":"2025-08-29T01:11:16.7256693+00:00"}]

application/xml, text/xml

Sample:
<ArrayOfSmartSalesAdminDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DentaCad.DTO">
  <SmartSalesAdminDTO>
    <CreatedDate>2025-08-29T01:11:16.7256693+00:00</CreatedDate>
    <DisabledDate>2025-08-29T01:11:16.7256693+00:00</DisabledDate>
    <Email>sample string 4</Email>
    <FirstName>sample string 2</FirstName>
    <Id>1</Id>
    <LastLogonDate>2025-08-29T01:11:16.7256693+00:00</LastLogonDate>
    <LastName>sample string 3</LastName>
    <MobilePhone>sample string 5</MobilePhone>
  </SmartSalesAdminDTO>
  <SmartSalesAdminDTO>
    <CreatedDate>2025-08-29T01:11:16.7256693+00:00</CreatedDate>
    <DisabledDate>2025-08-29T01:11:16.7256693+00:00</DisabledDate>
    <Email>sample string 4</Email>
    <FirstName>sample string 2</FirstName>
    <Id>1</Id>
    <LastLogonDate>2025-08-29T01:11:16.7256693+00:00</LastLogonDate>
    <LastName>sample string 3</LastName>
    <MobilePhone>sample string 5</MobilePhone>
  </SmartSalesAdminDTO>
</ArrayOfSmartSalesAdminDTO>