PUT api/salesperson/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

SalesPersonDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

UserId

globally unique identifier

None.

WorkingAddressId

globally unique identifier

None.

Forename

string

None.

Surname

string

None.

WorkingHours

Collection of WorkingHoursDto

None.

IsDeleted

boolean

None.

EmailAddress

string

None.

Appointments

Collection of AppointmentDto

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.