POST api/Appointment/Post

Procède à la création d'un rendez-vous à l'aide du modèle spécifié

Informations sur la requête

Paramètres dans l'URI

Aucun

Paramètres du corps (body)

Modèle Appointment contenant les informations permettant de créer le rendez-vous.

Appointment
NameDescriptionTypeInformations additionnelles
Id

integer

Aucune

Recurrent

boolean

Aucune

Recurrence

Recurrence

Aucune

History

boolean

Aucune

Readonly

boolean

Aucune

DateAppointment

date

Aucune

StartTime

date

Aucune

EndTime

date

Aucune

Title

string

Aucune

ReferenceId

string

Aucune

ReferenceIsClosedCall

boolean

Aucune

ReferenceType

ReferenceTypes

Aucune

CustomerId

string

Aucune

Customer

Customer

Aucune

EmployeeCodeName

string

Aucune

Notes

string

Aucune

Color

integer

Aucune

ColorCode

integer

Aucune

Status

string

Aucune

ColorLocked

boolean

Aucune

ImageIndex

integer

Aucune

OtherContact

string

Aucune

OtherContactPhone

string

Aucune

Formats de la requête

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Informations sur la réponse

Description

PagedEnumerableOfAppointment
NameDescriptionTypeInformations additionnelles
Data

Collection of Appointment

Aucune

TotalRecordCount

integer

Aucune

PageRecordCount

integer

Aucune

Version

Version

Aucune

Formats de la réponse

application/json, text/json

Sample:

Sample not available.