PUT Clients/Client/{clientID}?validateOnly={validateOnly}
Update client
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientID |
ClientID |
integer |
Required |
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
Client data
ClientDTOName | Description | Type | Additional information |
---|---|---|---|
ClientID |
The unique identifier for the Client record. |
integer |
None. |
ExternalClientID |
External ID for the client. |
string |
None. |
Area |
The area where the client resides. |
string |
None. |
Gender |
Gender. Input from code table entries where TableName is "Genders", (). |
string |
None. |
MaritalStatus |
Marital Status. Input from code table entries where TableName is "Marital Statuses", (). |
string |
None. |
JobTitle |
The job title of the client. |
string |
None. |
Comments |
Comments (if any). |
string |
None. |
Props |
A collection of additional properties for the User, . |
Collection of Object |
None. |
BirthDate |
The birth date of the client. |
date |
None. |
Age |
The age of the client. This field is read-only and is calculated from the birth date. |
integer |
None. |
BirthMonth |
The birth month of the client. This field is read-only and is derived from the birth date. |
byte |
None. |
BirthDay |
The birth day of the client. This field is read-only and is derived from the birth date. |
byte |
None. |
DeceasedDate |
The date of death of the client. |
date |
None. |
TZIDEntryID |
The Timezone (TZID) for the Client record. Input from code table entries where TableName is "Timezones (TZID)", (). |
integer |
None. |
WindowsTZEntryID |
The Windows Timezone for the Client record. |
integer |
None. |
RecordState |
The state of the record, . |
RecordState |
None. |
BirthCountryCode |
The country code of the client's birth country. |
string |
None. |
IsBirthDateEstimated |
Indicates if the birth date is estimated. |
boolean |
None. |
Religion |
The religion of the client. |
string |
None. |
Ethnicity |
The ethnicity of the client. |
string |
None. |
Name |
The full name of the client, . |
NameDTO |
None. |
Addresses |
The addresses of the client, . |
AddressesDTO |
None. |
BusinessUnits |
The list of business units associated with the client, ."/> |
Collection of ClientBusinessUnitDTO |
None. |
Groups |
The list of groups attached to the client, . |
Collection of ClientGroupDTO |
None. |
CurrentFacility |
The name of the client's current group. This field is read-only and is derived from the client's current group. |
string |
None. |
CurrentGroup |
The client's current group. This field is read-only and is derived from the client's groups, . |
ClientGroupDTO |
None. |
CurrentLocation |
This field is read-only and is automatically set from the client's current group. If there's no current group, the primary address is returned. |
string |
None. |
CurrentStatusReason |
The reason for the client's current status. |
string |
None. |
CurrentStatusName |
The name of the client's current status. |
string |
None. |
CurrentStatusStartDateUtc |
The start date of the client's current status in UTC. |
date |
None. |
IsResident |
Indicates if the client is a resident. |
boolean |
None. |
ImageExists |
Indicates if an image exists for the client. This field is read-only. |
boolean |
None. |
ImageEntityFileID |
The ID of the image entity file. |
integer |
None. |
ImageEntityFileKey |
The key of the image entity file. |
string |
None. |
ImageEntityFileDateUtc |
The date of the image entity file in UTC. |
date |
None. |
ImageEntityFileLastUpdatedDateUtc |
The last updated date of the image entity file in UTC. |
date |
None. |
Notifications |
The list of notifications attached to the client, . |
Collection of ClientNotificationDTO |
None. |
CommunicationMethods |
The communication methods of the client, . |
CommunicationMethodsDTO |
None. |
Extensions |
The list of extensions attached to the client, . |
Collection of FormDataExtensionDto |
None. |
PartialData |
Indicates if only partial data should be returned to speed up the call. |
PartialDataType |
None. |
Created |
The audit information for the creation of the record, including the creation date in UTC and the user who created it, . This field is readonly. |
AuditDataDTO |
None. |
LastUpdated |
The audit information for the last update to the record, including the update date in UTC and the user who made the update, . This field is readonly. |
AuditDataDTO |
None. |
Summary |
The summary of the client's name. This field is read-only. |
string |
None. |
Funders |
The list of funders for the client, . |
Collection of FunderDTO |
None. |
Scores |
The scores of the client, . |
ClientScoresDTO |
None. |
AccommodationsDefaultPaymentMethod |
The default payment method for accommodation, . |
PaymentMethod |
None. |
FeesDefaultPaymentMethod |
The default payment method for fees, . |
PaymentMethod |
None. |
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |