PUT api/cico/registry/{fiscalCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| fiscalCode | string |
Required |
Body Parameters
RegistryUpdateDtoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| lastName | string |
Matching regular expression pattern: ^[A-Za-zÀ-ÿ]+(?:[-'\s][A-Za-zÀ-ÿ]+)*$ |
|
| firstName | string |
Matching regular expression pattern: ^[A-Za-zÀ-ÿ]+(?:[-'\s][A-Za-zÀ-ÿ]+)*$ |
|
| address | string |
Matching regular expression pattern: ^[A-Za-z0-9\s,.'-]+$ |
|
| addressNo | string |
Matching regular expression pattern: ^[A-Za-z0-9\s/-]+$ |
|
| city | string |
Matching regular expression pattern: ^[A-Za-zÀ-ÿ\s'-]+$ |
|
| province | string |
Matching regular expression pattern: ^[A-Za-zÀ-ÿ\s'-]+$ |
|
| cap | string |
Matching regular expression pattern: ^\d{5}$ |
|
| country | string |
Matching regular expression pattern: ^[A-Za-zÀ-ÿ\s'-]+$ |
|
| phoneNumber | string |
Matching regular expression pattern: ^\+?[0-9\s-]{10,15}$ |
|
| mobileNumber | string |
Matching regular expression pattern: ^\+?[0-9\s-]{10,15}$ |
|
| string |
None. |
||
| cityOfBirth | string |
Matching regular expression pattern: ^[A-Za-zÀ-ÿ\s'-]+$ |
|
| idDocument | string |
Max length: 50 |
|
| idDocumenIssueDate | date time |
None. |
|
| IdIssuePlace | string |
None. |
|
| dateOfBirth | date time |
None. |
|
| gender | string |
None. |
|
| isPep | boolean |
None. |
|
| countryUICCode | string |
Max length: 3 |
|
| countryUICCodeOfBirth | string |
Max length: 3 |
|
| provinceOfBirth | string |
Matching regular expression pattern: ^[A-Za-zÀ-ÿ\s'-]+$ |
Request Formats
application/json, text/json
{
"lastName": "sample string 1",
"firstName": "sample string 2",
"address": "sample string 3",
"addressNo": "sample string 4",
"city": "sample string 5",
"province": "sample string 6",
"cap": "sample string 7",
"country": "sample string 8",
"phoneNumber": "sample string 9",
"mobileNumber": "sample string 10",
"email": "sample string 11",
"cityOfBirth": "sample string 12",
"idDocument": "sample string 13",
"idDocumenIssueDate": "2025-11-02T09:23:30.082915+01:00",
"IdIssuePlace": "sample string 14",
"dateOfBirth": "2025-11-02T09:23:30.082915+01:00",
"gender": "sample string 16",
"isPep": true,
"countryUICCode": "sample string 18",
"countryUICCodeOfBirth": "sample string 19",
"provinceOfBirth": "sample string 20"
}
application/xml, text/xml
<RegistryUpdateDtoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Buffetti.OnBoarding.Api.Dto"> <Address>sample string 3</Address> <AddressNo>sample string 4</AddressNo> <Cap>sample string 7</Cap> <City>sample string 5</City> <CityOfBirth>sample string 12</CityOfBirth> <Country>sample string 8</Country> <CountryUICCode>sample string 18</CountryUICCode> <CountryUICCodeOfBirth>sample string 19</CountryUICCodeOfBirth> <DateOfBirth>2025-11-02T09:23:30.082915+01:00</DateOfBirth> <Email>sample string 11</Email> <FirstName>sample string 2</FirstName> <Gender>sample string 16</Gender> <IdDocumenIssueDate>2025-11-02T09:23:30.082915+01:00</IdDocumenIssueDate> <IdDocument>sample string 13</IdDocument> <IdIssuePlace>sample string 14</IdIssuePlace> <IsPep>true</IsPep> <LastName>sample string 1</LastName> <MobileNumber>sample string 10</MobileNumber> <PhoneNumber>sample string 9</PhoneNumber> <Province>sample string 6</Province> <ProvinceOfBirth>sample string 20</ProvinceOfBirth> </RegistryUpdateDtoRequest>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
RegistryUpdateDtoResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
{
"Success": true,
"message": "sample string 2"
}
application/xml, text/xml
<RegistryUpdateDtoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Buffetti.OnBoarding.Api.Dto">
<Message xmlns="http://schemas.datacontract.org/2004/07/Buffetti.Api.HTTP">sample string 2</Message>
<OutcomeMessage xmlns:d2p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Buffetti.Api.HTTP">
<ClassName xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">System.Exception</ClassName>
<Message i:nil="true" xmlns="" />
<Data i:nil="true" xmlns="" />
<InnerException i:nil="true" xmlns="" />
<HelpURL xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</HelpURL>
<StackTraceString i:nil="true" xmlns="" />
<RemoteStackTraceString i:nil="true" xmlns="" />
<RemoteStackIndex xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:int" xmlns="">0</RemoteStackIndex>
<ExceptionMethod i:nil="true" xmlns="" />
<HResult xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:int" xmlns="">3</HResult>
<Source xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</Source>
<WatsonBuckets i:nil="true" xmlns="" />
</OutcomeMessage>
<Success xmlns="http://schemas.datacontract.org/2004/07/Buffetti.Api.HTTP">true</Success>
</RegistryUpdateDtoResponse>