POST Api/User/UpdateUserQuickInfo
Request Information
URI Parameters
None.
Body Parameters
UserQuickInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| username | string |
None. |
|
| cre_pro_for_usr | string |
String length: inclusive between 0 and 50 |
|
| fir_nam_usr | string |
Required String length: inclusive between 0 and 128 |
|
| mid_nam_usr | string |
String length: inclusive between 0 and 128 |
|
| las_nam_usr | string |
Required String length: inclusive between 0 and 128 |
|
| dob_usr | date |
Required |
|
| gen_usr | string |
String length: inclusive between 0 and 20 |
|
| mob_con_cod_usr | string |
String length: inclusive between 0 and 10 |
|
| mob_usr | string |
Required Matching regular expression pattern: ^[01]?[- .]?(\([2-9]\d{2}\)|[2-9]\d{2})[- .]?\d{3}[- .]?\d{4}$ String length: inclusive between 0 and 25 |
|
| ema_usr | string |
String length: inclusive between 0 and 256 |
|
| rel_usr | string |
String length: inclusive between 0 and 250 |
|
| mot_ton_usr | string |
String length: inclusive between 0 and 100 |
|
| cur_adr_con_usr | string |
String length: inclusive between 0 and 100 |
|
| cmm_upd | integer |
None. |
|
| cas_id_upd | integer |
None. |
|
| cas_oth_upd | string |
String length: inclusive between 0 and 150 |
|
| sub_cas_upd | string |
String length: inclusive between 0 and 150 |
|
| hei_upd | integer |
None. |
Request Formats
application/json, text/json
{
"username": "sample string 1",
"cre_pro_for_usr": "sample string 2",
"fir_nam_usr": "sample string 3",
"mid_nam_usr": "sample string 4",
"las_nam_usr": "sample string 5",
"dob_usr": "2025-11-06T06:03:57.8993992-07:00",
"gen_usr": "sample string 6",
"mob_con_cod_usr": "sample string 7",
"mob_usr": "sample string 8",
"ema_usr": "sample string 9",
"rel_usr": "sample string 10",
"mot_ton_usr": "sample string 11",
"cur_adr_con_usr": "sample string 12",
"cmm_upd": 1,
"cas_id_upd": 1,
"cas_oth_upd": "sample string 13",
"sub_cas_upd": "sample string 14",
"hei_upd": 1
}
application/xml, text/xml
<UserQuickInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <username>sample string 1</username> <cre_pro_for_usr>sample string 2</cre_pro_for_usr> <fir_nam_usr>sample string 3</fir_nam_usr> <mid_nam_usr>sample string 4</mid_nam_usr> <las_nam_usr>sample string 5</las_nam_usr> <dob_usr>2025-11-06T06:03:57.8993992-07:00</dob_usr> <gen_usr>sample string 6</gen_usr> <mob_con_cod_usr>sample string 7</mob_con_cod_usr> <mob_usr>sample string 8</mob_usr> <ema_usr>sample string 9</ema_usr> <rel_usr>sample string 10</rel_usr> <mot_ton_usr>sample string 11</mot_ton_usr> <cur_adr_con_usr>sample string 12</cur_adr_con_usr> <cmm_upd>1</cmm_upd> <cas_id_upd>1</cas_id_upd> <cas_oth_upd>sample string 13</cas_oth_upd> <sub_cas_upd>sample string 14</sub_cas_upd> <hei_upd>1</hei_upd> </UserQuickInfo>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.