GET api/partners/v1/unassignedappointments/{cuflid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cuflid

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PartnerUnassignedAppointment
NameDescriptionTypeAdditional information
CustomerFolderId

integer

None.

FolderAlias

string

None.

FolderProductId

integer

None.

FolderProductDescription

string

None.

FolderProductPayoutValue

decimal number

None.

FolderProductType

byte

None.

CustomerId

integer

None.

AppointmentId

integer

None.

TreatmentId

integer

None.

TreatmentDescription

string

None.

TreatmentDuration

integer

None.

TreatmentPrice

decimal number

None.

CustomerName

string

None.

CustomerSurname

string

None.

CustomerEmail

string

None.

CustomerPhone

string

None.

Notes

string

None.

EntryType

AppointmentTypes

None.

SessionId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CustomerFolderId": 1,
    "FolderAlias": "sample string 2",
    "FolderProductId": 3,
    "FolderProductDescription": "sample string 4",
    "FolderProductPayoutValue": 5.1,
    "FolderProductType": 64,
    "CustomerId": 7,
    "AppointmentId": 8,
    "TreatmentId": 9,
    "TreatmentDescription": "sample string 10",
    "TreatmentDuration": 11,
    "TreatmentPrice": 12.1,
    "CustomerName": "sample string 13",
    "CustomerSurname": "sample string 14",
    "CustomerEmail": "sample string 15",
    "CustomerPhone": "sample string 16",
    "Notes": "sample string 17",
    "EntryType": 0,
    "SessionId": 18
  },
  {
    "CustomerFolderId": 1,
    "FolderAlias": "sample string 2",
    "FolderProductId": 3,
    "FolderProductDescription": "sample string 4",
    "FolderProductPayoutValue": 5.1,
    "FolderProductType": 64,
    "CustomerId": 7,
    "AppointmentId": 8,
    "TreatmentId": 9,
    "TreatmentDescription": "sample string 10",
    "TreatmentDuration": 11,
    "TreatmentPrice": 12.1,
    "CustomerName": "sample string 13",
    "CustomerSurname": "sample string 14",
    "CustomerEmail": "sample string 15",
    "CustomerPhone": "sample string 16",
    "Notes": "sample string 17",
    "EntryType": 0,
    "SessionId": 18
  }
]

application/xml, text/xml

Sample:
<ArrayOfPartnerUnassignedAppointment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.Models">
  <PartnerUnassignedAppointment>
    <AppointmentId>8</AppointmentId>
    <CustomerEmail>sample string 15</CustomerEmail>
    <CustomerFolderId>1</CustomerFolderId>
    <CustomerId>7</CustomerId>
    <CustomerName>sample string 13</CustomerName>
    <CustomerPhone>sample string 16</CustomerPhone>
    <CustomerSurname>sample string 14</CustomerSurname>
    <EntryType>Single</EntryType>
    <FolderAlias>sample string 2</FolderAlias>
    <FolderProductDescription>sample string 4</FolderProductDescription>
    <FolderProductId>3</FolderProductId>
    <FolderProductPayoutValue>5.1</FolderProductPayoutValue>
    <FolderProductType>64</FolderProductType>
    <Notes>sample string 17</Notes>
    <SessionId>18</SessionId>
    <TreatmentDescription>sample string 10</TreatmentDescription>
    <TreatmentDuration>11</TreatmentDuration>
    <TreatmentId>9</TreatmentId>
    <TreatmentPrice>12.1</TreatmentPrice>
  </PartnerUnassignedAppointment>
  <PartnerUnassignedAppointment>
    <AppointmentId>8</AppointmentId>
    <CustomerEmail>sample string 15</CustomerEmail>
    <CustomerFolderId>1</CustomerFolderId>
    <CustomerId>7</CustomerId>
    <CustomerName>sample string 13</CustomerName>
    <CustomerPhone>sample string 16</CustomerPhone>
    <CustomerSurname>sample string 14</CustomerSurname>
    <EntryType>Single</EntryType>
    <FolderAlias>sample string 2</FolderAlias>
    <FolderProductDescription>sample string 4</FolderProductDescription>
    <FolderProductId>3</FolderProductId>
    <FolderProductPayoutValue>5.1</FolderProductPayoutValue>
    <FolderProductType>64</FolderProductType>
    <Notes>sample string 17</Notes>
    <SessionId>18</SessionId>
    <TreatmentDescription>sample string 10</TreatmentDescription>
    <TreatmentDuration>11</TreatmentDuration>
    <TreatmentId>9</TreatmentId>
    <TreatmentPrice>12.1</TreatmentPrice>
  </PartnerUnassignedAppointment>
</ArrayOfPartnerUnassignedAppointment>