PUT api/v1/portals/{portalUid}/customer/clients/{clientGuid}
Update an existing client
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| portalUid |
the portal the client exists in |
globally unique identifier |
Required |
| clientGuid |
the client we are updating |
globally unique identifier |
Required |
Body Parameters
the model holding the client changes
Client| Name | Description | Type | Additional information |
|---|---|---|---|
| AddressLine1 |
The client address line1. |
string |
String length: inclusive between 0 and 100 |
| AddressLine2 |
The client address line2. |
string |
String length: inclusive between 0 and 100 |
| AddressLine3 |
The client address line3. |
string |
String length: inclusive between 0 and 100 |
| AddressLine4 |
The client address line4. |
string |
String length: inclusive between 0 and 100 |
| Name |
The client client name. |
string |
Required String length: inclusive between 0 and 100 |
| PostCode |
The client post code. |
string |
String length: inclusive between 0 and 50 |
| Country |
The client country. |
globally unique identifier |
None. |
| Company |
The company. |
globally unique identifier |
None. |
| TimesheetNotificationAddress |
The default email address to sent timesheet notifications |
string |
None. |
| ReferenceNumber |
External reference number |
string |
None. |
Request Formats
application/json, text/json
{
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"AddressLine4": "sample string 4",
"Name": "sample string 5",
"PostCode": "sample string 6",
"Country": "91dbc8ab-b43e-4ff3-bebc-a7afb9050787",
"Company": "cdb92d74-05a6-403a-a9a5-19cd3e19546b",
"TimesheetNotificationAddress": "sample string 9",
"ReferenceNumber": "sample string 10"
}
application/xml, text/xml
<Client xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models"> <AddressLine1>sample string 1</AddressLine1> <AddressLine2>sample string 2</AddressLine2> <AddressLine3>sample string 3</AddressLine3> <AddressLine4>sample string 4</AddressLine4> <Company>cdb92d74-05a6-403a-a9a5-19cd3e19546b</Company> <Country>91dbc8ab-b43e-4ff3-bebc-a7afb9050787</Country> <Name>sample string 5</Name> <PostCode>sample string 6</PostCode> <ReferenceNumber>sample string 10</ReferenceNumber> <TimesheetNotificationAddress>sample string 9</TimesheetNotificationAddress> </Client>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
the updated client view model
ClientViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AddressLine1 |
The address line1. |
string |
None. |
| AddressLine2 |
The address line2. |
string |
None. |
| AddressLine3 |
The address line3. |
string |
None. |
| AddressLine4 |
The address line4. |
string |
None. |
| Name |
The client name. |
string |
None. |
| PostCode |
The post code. |
string |
None. |
| Country |
The country. |
CountryViewModel |
None. |
| Company |
The company. |
CompanyViewModel |
None. |
| ReferenceNumber |
Client Reference Number. |
string |
None. |
| TimesheetNotificationAddress |
The default email address to sent timesheet notifications |
string |
None. |
| ClientGuid |
The client unnique identifier |
globally unique identifier |
None. |
| Uid |
The GUID. |
globally unique identifier |
None. |
| Links |
The links. |
Collection of Link |
None. |
| DateUpdated |
Last time the record was updated |
date |
None. |
| UpdatedBy |
Who updated the record last |
string |
None. |
Response Formats
application/json, text/json
{
"AddressLine1": "sample string 1",
"AddressLine2": "sample string 2",
"AddressLine3": "sample string 3",
"AddressLine4": "sample string 4",
"Name": "sample string 5",
"PostCode": "sample string 6",
"Country": {
"Iso3Code": "sample string 1",
"Name": "sample string 2",
"Portal": {
"Name": "sample string 1",
"Uid": "ba0f2abc-8801-44c4-9f2f-8d288e05d304",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:56:54.6971144+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "2af18063-61d8-4146-b0e9-e2ce257b34b9",
"Uid": "92b5c2e1-55f9-4fdb-b056-7f9900597338",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:56:54.6971144+00:00",
"UpdatedBy": "sample string 5"
},
"Company": {
"Name": "sample string 1",
"AddressLine1": "sample string 2",
"AddressLine2": "sample string 3",
"AddressLine3": "sample string 4",
"AddressLine4": "sample string 5",
"PostCode": "sample string 6",
"Country": {
"Iso3Code": "sample string 1",
"Name": "sample string 2",
"Portal": {
"Name": "sample string 1",
"Uid": "ba0f2abc-8801-44c4-9f2f-8d288e05d304",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:56:54.6971144+00:00",
"UpdatedBy": "sample string 3"
},
"CountryGuid": "2af18063-61d8-4146-b0e9-e2ce257b34b9",
"Uid": "92b5c2e1-55f9-4fdb-b056-7f9900597338",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:56:54.6971144+00:00",
"UpdatedBy": "sample string 5"
},
"Latitude": "sample string 7",
"Longitude": "sample string 8",
"PortalUid": "84ff9dbe-ceef-400c-8f76-25be3073e6e9",
"PortalGuid": "2f36d9e5-3947-4e61-82cf-7c15d5113186",
"CompanyGuid": "26b1d05c-ac2c-4ec6-9f37-21829353a281",
"Uid": "6cd4e9ba-ee8d-4ff9-8107-ac69e99060dc",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:56:54.6971144+00:00",
"UpdatedBy": "sample string 13"
},
"ReferenceNumber": "sample string 7",
"TimesheetNotificationAddress": "sample string 8",
"ClientGuid": "94a8c2c2-6528-4c88-98c8-507f70db88b2",
"Uid": "65c38901-40ca-4817-a82d-fbd0e3cbedf0",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T13:56:54.6971144+00:00",
"UpdatedBy": "sample string 11"
}
application/xml, text/xml
<ClientViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.ViewModels">
<DateUpdated>2025-10-27T13:56:54.6971144+00:00</DateUpdated>
<Links xmlns:d2p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
<d2p1:Link>
<d2p1:Href>http://webapihelppage1.com/</d2p1:Href>
<d2p1:Method>sample string 2</d2p1:Method>
<d2p1:Rel>sample string 3</d2p1:Rel>
<d2p1:Title>sample string 4</d2p1:Title>
<d2p1:Type>sample string 5</d2p1:Type>
</d2p1:Link>
<d2p1:Link>
<d2p1:Href>http://webapihelppage1.com/</d2p1:Href>
<d2p1:Method>sample string 2</d2p1:Method>
<d2p1:Rel>sample string 3</d2p1:Rel>
<d2p1:Title>sample string 4</d2p1:Title>
<d2p1:Type>sample string 5</d2p1:Type>
</d2p1:Link>
</Links>
<Uid>65c38901-40ca-4817-a82d-fbd0e3cbedf0</Uid>
<UpdatedBy>sample string 11</UpdatedBy>
<AddressLine1>sample string 1</AddressLine1>
<AddressLine2>sample string 2</AddressLine2>
<AddressLine3>sample string 3</AddressLine3>
<AddressLine4>sample string 4</AddressLine4>
<ClientGuid>94a8c2c2-6528-4c88-98c8-507f70db88b2</ClientGuid>
<Company>
<DateUpdated>2025-10-27T13:56:54.6971144+00:00</DateUpdated>
<Links xmlns:d3p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
<d3p1:Link>
<d3p1:Href>http://webapihelppage1.com/</d3p1:Href>
<d3p1:Method>sample string 2</d3p1:Method>
<d3p1:Rel>sample string 3</d3p1:Rel>
<d3p1:Title>sample string 4</d3p1:Title>
<d3p1:Type>sample string 5</d3p1:Type>
</d3p1:Link>
<d3p1:Link>
<d3p1:Href>http://webapihelppage1.com/</d3p1:Href>
<d3p1:Method>sample string 2</d3p1:Method>
<d3p1:Rel>sample string 3</d3p1:Rel>
<d3p1:Title>sample string 4</d3p1:Title>
<d3p1:Type>sample string 5</d3p1:Type>
</d3p1:Link>
</Links>
<Uid>6cd4e9ba-ee8d-4ff9-8107-ac69e99060dc</Uid>
<UpdatedBy>sample string 13</UpdatedBy>
<AddressLine1>sample string 2</AddressLine1>
<AddressLine2>sample string 3</AddressLine2>
<AddressLine3>sample string 4</AddressLine3>
<AddressLine4>sample string 5</AddressLine4>
<CompanyGuid>26b1d05c-ac2c-4ec6-9f37-21829353a281</CompanyGuid>
<Country>
<DateUpdated>2025-10-27T13:56:54.6971144+00:00</DateUpdated>
<Links xmlns:d4p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
<d4p1:Link>
<d4p1:Href>http://webapihelppage1.com/</d4p1:Href>
<d4p1:Method>sample string 2</d4p1:Method>
<d4p1:Rel>sample string 3</d4p1:Rel>
<d4p1:Title>sample string 4</d4p1:Title>
<d4p1:Type>sample string 5</d4p1:Type>
</d4p1:Link>
<d4p1:Link>
<d4p1:Href>http://webapihelppage1.com/</d4p1:Href>
<d4p1:Method>sample string 2</d4p1:Method>
<d4p1:Rel>sample string 3</d4p1:Rel>
<d4p1:Title>sample string 4</d4p1:Title>
<d4p1:Type>sample string 5</d4p1:Type>
</d4p1:Link>
</Links>
<Uid>92b5c2e1-55f9-4fdb-b056-7f9900597338</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>2af18063-61d8-4146-b0e9-e2ce257b34b9</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-10-27T13:56:54.6971144+00:00</DateUpdated>
<Links xmlns:d5p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
<d5p1:Link>
<d5p1:Href>http://webapihelppage1.com/</d5p1:Href>
<d5p1:Method>sample string 2</d5p1:Method>
<d5p1:Rel>sample string 3</d5p1:Rel>
<d5p1:Title>sample string 4</d5p1:Title>
<d5p1:Type>sample string 5</d5p1:Type>
</d5p1:Link>
<d5p1:Link>
<d5p1:Href>http://webapihelppage1.com/</d5p1:Href>
<d5p1:Method>sample string 2</d5p1:Method>
<d5p1:Rel>sample string 3</d5p1:Rel>
<d5p1:Title>sample string 4</d5p1:Title>
<d5p1:Type>sample string 5</d5p1:Type>
</d5p1:Link>
</Links>
<Uid>ba0f2abc-8801-44c4-9f2f-8d288e05d304</Uid>
<UpdatedBy>sample string 3</UpdatedBy>
<Name>sample string 1</Name>
</Portal>
</Country>
<Latitude>sample string 7</Latitude>
<Longitude>sample string 8</Longitude>
<Name>sample string 1</Name>
<PortalGuid>2f36d9e5-3947-4e61-82cf-7c15d5113186</PortalGuid>
<PortalUid>84ff9dbe-ceef-400c-8f76-25be3073e6e9</PortalUid>
<PostCode>sample string 6</PostCode>
</Company>
<Country>
<DateUpdated>2025-10-27T13:56:54.6971144+00:00</DateUpdated>
<Links xmlns:d3p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
<d3p1:Link>
<d3p1:Href>http://webapihelppage1.com/</d3p1:Href>
<d3p1:Method>sample string 2</d3p1:Method>
<d3p1:Rel>sample string 3</d3p1:Rel>
<d3p1:Title>sample string 4</d3p1:Title>
<d3p1:Type>sample string 5</d3p1:Type>
</d3p1:Link>
<d3p1:Link>
<d3p1:Href>http://webapihelppage1.com/</d3p1:Href>
<d3p1:Method>sample string 2</d3p1:Method>
<d3p1:Rel>sample string 3</d3p1:Rel>
<d3p1:Title>sample string 4</d3p1:Title>
<d3p1:Type>sample string 5</d3p1:Type>
</d3p1:Link>
</Links>
<Uid>92b5c2e1-55f9-4fdb-b056-7f9900597338</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<CountryGuid>2af18063-61d8-4146-b0e9-e2ce257b34b9</CountryGuid>
<Iso3Code>sample string 1</Iso3Code>
<Name>sample string 2</Name>
<Portal>
<DateUpdated>2025-10-27T13:56:54.6971144+00:00</DateUpdated>
<Links xmlns:d4p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
<d4p1:Link>
<d4p1:Href>http://webapihelppage1.com/</d4p1:Href>
<d4p1:Method>sample string 2</d4p1:Method>
<d4p1:Rel>sample string 3</d4p1:Rel>
<d4p1:Title>sample string 4</d4p1:Title>
<d4p1:Type>sample string 5</d4p1:Type>
</d4p1:Link>
<d4p1:Link>
<d4p1:Href>http://webapihelppage1.com/</d4p1:Href>
<d4p1:Method>sample string 2</d4p1:Method>
<d4p1:Rel>sample string 3</d4p1:Rel>
<d4p1:Title>sample string 4</d4p1:Title>
<d4p1:Type>sample string 5</d4p1:Type>
</d4p1:Link>
</Links>
<Uid>ba0f2abc-8801-44c4-9f2f-8d288e05d304</Uid>
<UpdatedBy>sample string 3</UpdatedBy>
<Name>sample string 1</Name>
</Portal>
</Country>
<Name>sample string 5</Name>
<PostCode>sample string 6</PostCode>
<ReferenceNumber>sample string 7</ReferenceNumber>
<TimesheetNotificationAddress>sample string 8</TimesheetNotificationAddress>
</ClientViewModel>