PUT api/People/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Person| Name | Description | Type | Additional information |
|---|---|---|---|
| Patient | Patient |
None. |
|
| Id | integer |
None. |
|
| FirstName | string |
Required String length: inclusive between 0 and 50 |
|
| MiddleName | string |
String length: inclusive between 0 and 50 |
|
| LastName | string |
Required String length: inclusive between 0 and 50 |
|
| DateOfBirth | date |
Required |
|
| Gender | string |
Required String length: inclusive between 0 and 1 |
|
| EmailAddress | string |
String length: inclusive between 0 and 200 |
|
| ClientId | integer |
None. |
|
| ReceiveEmailMarketing | boolean |
None. |
|
| ReceiveTextMarketing | boolean |
None. |
|
| FirstAndLast | string |
String length: inclusive between 0 and 101 |
|
| Client | Client |
None. |
|
| ClientDiscountRules | Collection of ClientDiscountRule |
None. |
|
| OrderHeaders | Collection of OrderHeader |
None. |
|
| Patients | Collection of Patient |
None. |
|
| SunsDreamHistories | Collection of SunsDreamHistory |
None. |
|
| ReturnBoxes | Collection of ReturnBox |
None. |
|
| SubscriptionDelayHistories | Collection of SubscriptionDelayHistory |
None. |
|
| SubscriptionStatusHistories | Collection of SubscriptionStatusHistory |
None. |
|
| Doctors | Collection of Doctor |
None. |
|
| GfkOrderHeaders | Collection of GfkOrderHeader |
None. |
|
| InventoryTransactions | Collection of InventoryTransaction |
None. |
|
| BatchOrders | Collection of BatchOrder |
None. |
|
| OrderNotes | Collection of OrderNote |
None. |
|
| OrderStatusHistories | Collection of OrderStatusHistory |
None. |
|
| PersonAddresses | Collection of PersonAddress |
None. |
|
| PersonPhones | Collection of PersonPhone |
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.