POST UsrCtrl/UpdateUserDtoAlt
Request Information
URI Parameters
None.
Body Parameters
UserDtoAlt| Name | Description | Type | Additional information |
|---|---|---|---|
| USR_ID | integer |
None. |
|
| USR_NUM_AGREEMENT | string |
None. |
|
| USR_NUMERO_EXTERNE | string |
None. |
|
| USR_PRENOM | string |
None. |
|
| USR_NOM | string |
None. |
|
| USR_EMAIL | string |
None. |
|
| USR_TEL_MOBILE | string |
None. |
|
| USR_REFERER | string |
None. |
|
| USR_TYPE | integer |
None. |
|
| USR_TYPE_REFERER | string |
None. |
|
| USR_SIMU_TOTAL | integer |
None. |
|
| USR_SIMU_USED | integer |
None. |
|
| FCT_ID | integer |
None. |
|
| USR_ID_PARENT | integer |
None. |
|
| SIN_ID | integer |
None. |
|
| ACTE_ID | integer |
None. |
|
| REF_ID | integer |
None. |
|
| USR_ADR | AdresseDto |
None. |
|
| USR_ORG | OrganisationDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"USR_ID": 1,
"USR_NUM_AGREEMENT": "sample string 2",
"USR_NUMERO_EXTERNE": "sample string 3",
"USR_PRENOM": "sample string 4",
"USR_NOM": "sample string 5",
"USR_EMAIL": "sample string 6",
"USR_TEL_MOBILE": "sample string 7",
"USR_REFERER": "sample string 8",
"USR_TYPE": 1,
"USR_TYPE_REFERER": "sample string 9",
"USR_SIMU_TOTAL": 1,
"USR_SIMU_USED": 1,
"FCT_ID": 1,
"USR_ID_PARENT": 1,
"SIN_ID": 1,
"ACTE_ID": 1,
"REF_ID": 1,
"USR_ADR": {
"ADR_ID": 1,
"ADR_ADRESSE_1": "sample string 1",
"ADR_CP": "sample string 2",
"ADR_VILLE": "sample string 3",
"PYS_CODE": "sample string 4",
"USR_ID": 1
},
"USR_ORG": {
"ORG_ID": 1,
"ORG_LIBELLE": "sample string 1",
"ORG_DESC": "sample string 2",
"ORG_TYPE": 1,
"ORG_SIMU_TOTAL": 1,
"ORG_SIMU_USED": 1,
"ADR_ID": 1,
"USR_ID": 1
}
}
application/xml, text/xml
Sample:
<UserDtoAlt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api.Models">
<ACTE_ID>1</ACTE_ID>
<FCT_ID>1</FCT_ID>
<REF_ID>1</REF_ID>
<SIN_ID>1</SIN_ID>
<USR_ADR>
<ADR_ADRESSE_1>sample string 1</ADR_ADRESSE_1>
<ADR_CP>sample string 2</ADR_CP>
<ADR_ID>1</ADR_ID>
<ADR_VILLE>sample string 3</ADR_VILLE>
<PYS_CODE>sample string 4</PYS_CODE>
<USR_ID>1</USR_ID>
</USR_ADR>
<USR_EMAIL>sample string 6</USR_EMAIL>
<USR_ID>1</USR_ID>
<USR_ID_PARENT>1</USR_ID_PARENT>
<USR_NOM>sample string 5</USR_NOM>
<USR_NUMERO_EXTERNE>sample string 3</USR_NUMERO_EXTERNE>
<USR_NUM_AGREEMENT>sample string 2</USR_NUM_AGREEMENT>
<USR_ORG>
<ADR_ID>1</ADR_ID>
<ORG_DESC>sample string 2</ORG_DESC>
<ORG_ID>1</ORG_ID>
<ORG_LIBELLE>sample string 1</ORG_LIBELLE>
<ORG_SIMU_TOTAL>1</ORG_SIMU_TOTAL>
<ORG_SIMU_USED>1</ORG_SIMU_USED>
<ORG_TYPE>1</ORG_TYPE>
<USR_ID>1</USR_ID>
</USR_ORG>
<USR_PRENOM>sample string 4</USR_PRENOM>
<USR_REFERER>sample string 8</USR_REFERER>
<USR_SIMU_TOTAL>1</USR_SIMU_TOTAL>
<USR_SIMU_USED>1</USR_SIMU_USED>
<USR_TEL_MOBILE>sample string 7</USR_TEL_MOBILE>
<USR_TYPE>1</USR_TYPE>
<USR_TYPE_REFERER>sample string 9</USR_TYPE_REFERER>
</UserDtoAlt>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />