GET api/AppoimentSchedule/Approach/Notification

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AppoimentSchedule_InformationModel
NameDescriptionTypeAdditional information
Id

integer

None.

Title

string

None.

DateStart

date

None.

Address

string

None.

CustomerName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "title": "sample string 2",
    "dateStart": "2025-12-06T12:26:45.5890593+07:00",
    "address": "sample string 4",
    "customerName": "sample string 5"
  },
  {
    "id": 1,
    "title": "sample string 2",
    "dateStart": "2025-12-06T12:26:45.5890593+07:00",
    "address": "sample string 4",
    "customerName": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAppoimentSchedule_InformationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.AppoimentSchedule">
  <AppoimentSchedule_InformationModel>
    <Address>sample string 4</Address>
    <CustomerName>sample string 5</CustomerName>
    <DateStart>2025-12-06T12:26:45.5890593+07:00</DateStart>
    <Id>1</Id>
    <Title>sample string 2</Title>
  </AppoimentSchedule_InformationModel>
  <AppoimentSchedule_InformationModel>
    <Address>sample string 4</Address>
    <CustomerName>sample string 5</CustomerName>
    <DateStart>2025-12-06T12:26:45.5890593+07:00</DateStart>
    <Id>1</Id>
    <Title>sample string 2</Title>
  </AppoimentSchedule_InformationModel>
</ArrayOfAppoimentSchedule_InformationModel>