POST api/appointments

Creates an appointment from the given .

Request Information

URI Parameters

None.

Body Parameters

AppointmentDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

CreationDate

date

None.

BookingDate

date

None.

StartDate

date

None.

EndDate

date

None.

Attended

boolean

None.

Purchased

boolean

None.

Notes

string

None.

InviteId

globally unique identifier

None.

AddressName

string

None.

AddressId

globally unique identifier

None.

InviteKeyKey

string

None.

PersonId

globally unique identifier

None.

Person

PersonDto

None.

PromotionalEventId

globally unique identifier

None.

SalesPersonId

globally unique identifier

None.

BookedById

globally unique identifier

None.

IsDeleted

boolean

None.

ProductSelections

Collection of globally unique identifier

None.

PurchasedProductId

globally unique identifier

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.