POST api/dental/patterson/cancel-appointment

Request Information

URI Parameters

None.

Body Parameters

CancelAppointmentRequest
NameDescriptionTypeAdditional information
ItdUserId

integer

None.

Appointments

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "itdUserId": 1,
  "appointments": [
    1,
    2
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of DentalConfigurationResponse
NameDescriptionTypeAdditional information
Id

integer

None.

Server

string

None.

Username

string

None.

Password

string

None.

ItdUserId

integer

None.

TransactionFrecuency

integer

None.

Database

string

None.

MacAddress

string

None.

EaglePattersonCode

string

None.

ConfigurationFile

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "server": "sample string 2",
    "username": "sample string 3",
    "password": "sample string 4",
    "itdUserId": 5,
    "transactionFrecuency": 6,
    "database": "sample string 7",
    "macAddress": "sample string 8",
    "eaglePattersonCode": "sample string 9",
    "configurationFile": "sample string 10"
  },
  {
    "id": 1,
    "server": "sample string 2",
    "username": "sample string 3",
    "password": "sample string 4",
    "itdUserId": 5,
    "transactionFrecuency": 6,
    "database": "sample string 7",
    "macAddress": "sample string 8",
    "eaglePattersonCode": "sample string 9",
    "configurationFile": "sample string 10"
  }
]