PUT api/PosteDiplomatique/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
DIC_POSTE_DIPLOMATIQUE_Model| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_POSTE | integer |
None. |
|
| ID_ZONE | integer |
None. |
|
| POSTE_DIPLOMATIQUE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID_POSTE": 1,
"ID_ZONE": 1,
"POSTE_DIPLOMATIQUE": "sample string 2"
}
application/xml, text/xml
Sample:
<DIC_POSTE_DIPLOMATIQUE_Model xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_REDDI.Models"> <ID_POSTE>1</ID_POSTE> <ID_ZONE>1</ID_ZONE> <POSTE_DIPLOMATIQUE>sample string 2</POSTE_DIPLOMATIQUE> </DIC_POSTE_DIPLOMATIQUE_Model>
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.