POST api/SalesPerson
Request Information
URI Parameters
None.
Body Parameters
SalesPersonDto| Name | Description | Type | Additional 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.