POST api/_USR_USER

Request Information

URI Parameters

None.

Body Parameters

USR_USER
NameDescriptionTypeAdditional information
USR_ID

integer

None.

USR_USR_ID

integer

None.

ROL_ID

integer

None.

USR_NOM

string

None.

USR_PRENOM

string

None.

USR_FONCTION

string

None.

USR_DNNID

integer

None.

USR_ISDELETE

boolean

None.

USR_EMAIL

string

None.

USR_DATECREA

date

None.

USR_NOMENTREPRISE

string

None.

USR_TEL

string

None.

CIV_ID

integer

None.

USR_GRADE

string

None.

USR_NATIONALITE

string

None.

USR_NATIONALITE_ENTREPRISE

string

None.

USR_BIO_FR

string

None.

USR_BIO_EN

string

None.

USR_BIO_ES

string

None.

USR_RS

string

None.

USR_SPONSOR_NOM

string

None.

USR_SPONSOR_URL

string

None.

USR_SPONSOR_IMG

string

None.

Request Formats

application/json, text/json

Sample:
{
  "USR_ID": 1,
  "USR_USR_ID": 1,
  "ROL_ID": 1,
  "USR_NOM": "sample string 2",
  "USR_PRENOM": "sample string 3",
  "USR_FONCTION": "sample string 4",
  "USR_DNNID": 5,
  "USR_ISDELETE": true,
  "USR_EMAIL": "sample string 6",
  "USR_DATECREA": "2024-10-05T00:31:20.6848137+02:00",
  "USR_NOMENTREPRISE": "sample string 7",
  "USR_TEL": "sample string 8",
  "CIV_ID": 1,
  "USR_GRADE": "sample string 9",
  "USR_NATIONALITE": "sample string 10",
  "USR_NATIONALITE_ENTREPRISE": "sample string 11",
  "USR_BIO_FR": "sample string 12",
  "USR_BIO_EN": "sample string 13",
  "USR_BIO_ES": "sample string 14",
  "USR_RS": "sample string 15",
  "USR_SPONSOR_NOM": "sample string 16",
  "USR_SPONSOR_URL": "sample string 17",
  "USR_SPONSOR_IMG": "sample string 18"
}

application/xml, text/xml

Sample:
<USR_USER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CogesModuleConfWebApi">
  <CIV_ID>1</CIV_ID>
  <ROL_ID>1</ROL_ID>
  <USR_BIO_EN>sample string 13</USR_BIO_EN>
  <USR_BIO_ES>sample string 14</USR_BIO_ES>
  <USR_BIO_FR>sample string 12</USR_BIO_FR>
  <USR_DATECREA>2024-10-05T00:31:20.6848137+02:00</USR_DATECREA>
  <USR_DNNID>5</USR_DNNID>
  <USR_EMAIL>sample string 6</USR_EMAIL>
  <USR_FONCTION>sample string 4</USR_FONCTION>
  <USR_GRADE>sample string 9</USR_GRADE>
  <USR_ID>1</USR_ID>
  <USR_ISDELETE>true</USR_ISDELETE>
  <USR_NATIONALITE>sample string 10</USR_NATIONALITE>
  <USR_NATIONALITE_ENTREPRISE>sample string 11</USR_NATIONALITE_ENTREPRISE>
  <USR_NOM>sample string 2</USR_NOM>
  <USR_NOMENTREPRISE>sample string 7</USR_NOMENTREPRISE>
  <USR_PRENOM>sample string 3</USR_PRENOM>
  <USR_RS>sample string 15</USR_RS>
  <USR_SPONSOR_IMG>sample string 18</USR_SPONSOR_IMG>
  <USR_SPONSOR_NOM>sample string 16</USR_SPONSOR_NOM>
  <USR_SPONSOR_URL>sample string 17</USR_SPONSOR_URL>
  <USR_TEL>sample string 8</USR_TEL>
  <USR_USR_ID>1</USR_USR_ID>
</USR_USER>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

USR_USER
NameDescriptionTypeAdditional information
USR_ID

integer

None.

USR_USR_ID

integer

None.

ROL_ID

integer

None.

USR_NOM

string

None.

USR_PRENOM

string

None.

USR_FONCTION

string

None.

USR_DNNID

integer

None.

USR_ISDELETE

boolean

None.

USR_EMAIL

string

None.

USR_DATECREA

date

None.

USR_NOMENTREPRISE

string

None.

USR_TEL

string

None.

CIV_ID

integer

None.

USR_GRADE

string

None.

USR_NATIONALITE

string

None.

USR_NATIONALITE_ENTREPRISE

string

None.

USR_BIO_FR

string

None.

USR_BIO_EN

string

None.

USR_BIO_ES

string

None.

USR_RS

string

None.

USR_SPONSOR_NOM

string

None.

USR_SPONSOR_URL

string

None.

USR_SPONSOR_IMG

string

None.

Response Formats

application/json, text/json

Sample:
{
  "USR_ID": 1,
  "USR_USR_ID": 1,
  "ROL_ID": 1,
  "USR_NOM": "sample string 2",
  "USR_PRENOM": "sample string 3",
  "USR_FONCTION": "sample string 4",
  "USR_DNNID": 5,
  "USR_ISDELETE": true,
  "USR_EMAIL": "sample string 6",
  "USR_DATECREA": "2024-10-05T00:31:20.8723207+02:00",
  "USR_NOMENTREPRISE": "sample string 7",
  "USR_TEL": "sample string 8",
  "CIV_ID": 1,
  "USR_GRADE": "sample string 9",
  "USR_NATIONALITE": "sample string 10",
  "USR_NATIONALITE_ENTREPRISE": "sample string 11",
  "USR_BIO_FR": "sample string 12",
  "USR_BIO_EN": "sample string 13",
  "USR_BIO_ES": "sample string 14",
  "USR_RS": "sample string 15",
  "USR_SPONSOR_NOM": "sample string 16",
  "USR_SPONSOR_URL": "sample string 17",
  "USR_SPONSOR_IMG": "sample string 18"
}

application/xml, text/xml

Sample:
<USR_USER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CogesModuleConfWebApi">
  <CIV_ID>1</CIV_ID>
  <ROL_ID>1</ROL_ID>
  <USR_BIO_EN>sample string 13</USR_BIO_EN>
  <USR_BIO_ES>sample string 14</USR_BIO_ES>
  <USR_BIO_FR>sample string 12</USR_BIO_FR>
  <USR_DATECREA>2024-10-05T00:31:20.8723207+02:00</USR_DATECREA>
  <USR_DNNID>5</USR_DNNID>
  <USR_EMAIL>sample string 6</USR_EMAIL>
  <USR_FONCTION>sample string 4</USR_FONCTION>
  <USR_GRADE>sample string 9</USR_GRADE>
  <USR_ID>1</USR_ID>
  <USR_ISDELETE>true</USR_ISDELETE>
  <USR_NATIONALITE>sample string 10</USR_NATIONALITE>
  <USR_NATIONALITE_ENTREPRISE>sample string 11</USR_NATIONALITE_ENTREPRISE>
  <USR_NOM>sample string 2</USR_NOM>
  <USR_NOMENTREPRISE>sample string 7</USR_NOMENTREPRISE>
  <USR_PRENOM>sample string 3</USR_PRENOM>
  <USR_RS>sample string 15</USR_RS>
  <USR_SPONSOR_IMG>sample string 18</USR_SPONSOR_IMG>
  <USR_SPONSOR_NOM>sample string 16</USR_SPONSOR_NOM>
  <USR_SPONSOR_URL>sample string 17</USR_SPONSOR_URL>
  <USR_TEL>sample string 8</USR_TEL>
  <USR_USR_ID>1</USR_USR_ID>
</USR_USER>