PUT api/Diplomate/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
T_DIPLOMATE_MODELS| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_DIPLOMATE | integer |
None. |
|
| ID_EQUIPE | integer |
None. |
|
| ID_QUALITE | integer |
None. |
|
| ID_POSTE | integer |
None. |
|
| NOM_POSTNOM | string |
None. |
|
| EQUIPE | string |
None. |
|
| POSTE | string |
None. |
|
| QUALITE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID_DIPLOMATE": 1,
"ID_EQUIPE": 2,
"ID_QUALITE": 3,
"ID_POSTE": 4,
"NOM_POSTNOM": "sample string 5",
"EQUIPE": "sample string 6",
"POSTE": "sample string 7",
"QUALITE": "sample string 8"
}
application/xml, text/xml
Sample:
<T_DIPLOMATE_MODELS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GESTION_AMBASSADE.Models"> <EQUIPE>sample string 6</EQUIPE> <ID_DIPLOMATE>1</ID_DIPLOMATE> <ID_EQUIPE>2</ID_EQUIPE> <ID_POSTE>4</ID_POSTE> <ID_QUALITE>3</ID_QUALITE> <NOM_POSTNOM>sample string 5</NOM_POSTNOM> <POSTE>sample string 7</POSTE> <QUALITE>sample string 8</QUALITE> </T_DIPLOMATE_MODELS>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.