POST api/v1/User/Post
Request Information
URI Parameters
None.
Body Parameters
UserBLName | Description | Type | Additional information |
---|---|---|---|
NomeUtente | string |
None. |
|
CognomeUtente | string |
None. |
|
BirthDate | date |
None. |
|
Professione | string |
None. |
|
hasToolTip | boolean |
None. |
|
privacyNews | boolean |
None. |
|
privacyComm | boolean |
None. |
|
privacyCount | integer |
None. |
|
privacyDate | date |
None. |
|
userKey | globally unique identifier |
None. |
|
wantNews | boolean |
None. |
|
newsUnsubscribed | date |
None. |
|
linkSblocco | globally unique identifier |
None. |
|
dataLinkSblocco | date |
None. |
|
userId | string |
None. |
|
idSito | integer |
None. |
|
Data_Nascita | string |
None. |
|
IDUsersType | integer |
None. |
|
TimestampUsersType | date |
None. |
|
EnabledUsersType | boolean |
None. |
|
TimestampEnabledUserType | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "nomeUtente": "sample string 1", "cognomeUtente": "sample string 2", "birthDate": null, "professione": "sample string 3", "hasToolTip": true, "privacyNews": true, "privacyComm": true, "privacyCount": 4, "privacyDate": "2025-09-15T10:24:59.5589518+02:00", "userKey": "43f322ad-d587-4c1c-85f8-ac7f02b1770a", "wantNews": true, "newsUnsubscribed": "2025-09-15T10:24:59.5589518+02:00", "linkSblocco": "dfcd8884-20db-4634-bb02-5123898d597f", "dataLinkSblocco": "2025-09-15T10:24:59.5589518+02:00", "userId": "sample string 7", "idSito": 1, "data_Nascita": null, "idUsersType": 1, "timestampUsersType": "2025-09-15T10:24:59.5589518+02:00", "enabledUsersType": true, "timestampEnabledUserType": "2025-09-15T10:24:59.5589518+02:00" }
text/plain
Sample:
{"nomeUtente":"sample string 1","cognomeUtente":"sample string 2","birthDate":null,"professione":"sample string 3","hasToolTip":true,"privacyNews":true,"privacyComm":true,"privacyCount":4,"privacyDate":"2025-09-15T10:24:59.5589518+02:00","userKey":"43f322ad-d587-4c1c-85f8-ac7f02b1770a","wantNews":true,"newsUnsubscribed":"2025-09-15T10:24:59.5589518+02:00","linkSblocco":"dfcd8884-20db-4634-bb02-5123898d597f","dataLinkSblocco":"2025-09-15T10:24:59.5589518+02:00","userId":"sample string 7","idSito":1,"data_Nascita":null,"idUsersType":1,"timestampUsersType":"2025-09-15T10:24:59.5589518+02:00","enabledUsersType":true,"timestampEnabledUserType":"2025-09-15T10:24:59.5589518+02:00"}
application/xml, text/xml
Sample:
<UserBL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Customer.BL.Models"> <BirthDate i:nil="true" /> <CognomeUtente>sample string 2</CognomeUtente> <Data_Nascita i:nil="true" /> <EnabledUsersType>true</EnabledUsersType> <IDUsersType>1</IDUsersType> <NomeUtente>sample string 1</NomeUtente> <Professione>sample string 3</Professione> <TimestampEnabledUserType>2025-09-15T10:24:59.5589518+02:00</TimestampEnabledUserType> <TimestampUsersType>2025-09-15T10:24:59.5589518+02:00</TimestampUsersType> <dataLinkSblocco>2025-09-15T10:24:59.5589518+02:00</dataLinkSblocco> <hasToolTip>true</hasToolTip> <idSito>1</idSito> <linkSblocco>dfcd8884-20db-4634-bb02-5123898d597f</linkSblocco> <newsUnsubscribed>2025-09-15T10:24:59.5589518+02:00</newsUnsubscribed> <privacyComm>true</privacyComm> <privacyCount>4</privacyCount> <privacyDate>2025-09-15T10:24:59.5589518+02:00</privacyDate> <privacyNews>true</privacyNews> <userId>sample string 7</userId> <userKey>43f322ad-d587-4c1c-85f8-ac7f02b1770a</userKey> <wantNews>true</wantNews> </UserBL>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/octet-stream
Sample:
{"NomeUtente":"sample string 1","CognomeUtente":"sample string 2","BirthDate":null,"Professione":"sample string 3","hasToolTip":true,"privacyNews":true,"privacyComm":true,"privacyCount":4,"privacyDate":"2025-09-15T10:24:59.5589518+02:00","userKey":"43f322ad-d587-4c1c-85f8-ac7f02b1770a","wantNews":true,"newsUnsubscribed":"2025-09-15T10:24:59.5589518+02:00","linkSblocco":"dfcd8884-20db-4634-bb02-5123898d597f","dataLinkSblocco":"2025-09-15T10:24:59.5589518+02:00","userId":"sample string 7","idSito":1,"Data_Nascita":null,"IDUsersType":1,"TimestampUsersType":"2025-09-15T10:24:59.5589518+02:00","EnabledUsersType":true,"TimestampEnabledUserType":"2025-09-15T10:24:59.5589518+02:00"}
Response Information
Resource Description
None.