PUT api/PostDiplomatique/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

T_POSTE_DIPLOMATIQUE_MODELS
NameDescriptionTypeAdditional information
ID_POSTE

integer

None.

ID_ZONE

integer

None.

POSTE_DIPLOMATIQUE

string

None.

ETAT_POSTE

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ID_POSTE": 1,
  "ID_ZONE": 1,
  "POSTE_DIPLOMATIQUE": "sample string 2",
  "ETAT_POSTE": true
}

application/xml, text/xml

Sample:
<T_POSTE_DIPLOMATIQUE_MODELS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GESTION_AMBASSADE.Models">
  <ETAT_POSTE>true</ETAT_POSTE>
  <ID_POSTE>1</ID_POSTE>
  <ID_ZONE>1</ID_ZONE>
  <POSTE_DIPLOMATIQUE>sample string 2</POSTE_DIPLOMATIQUE>
</T_POSTE_DIPLOMATIQUE_MODELS>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.