POST api/PosteDiplomatique

Request Information

URI Parameters

None.

Body Parameters

DIC_POSTE_DIPLOMATIQUE
NameDescriptionTypeAdditional 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 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GESTION_AMBASSADE.ModelsEntity">
  <ID_POSTE>1</ID_POSTE>
  <ID_ZONE>1</ID_ZONE>
  <POSTE_DIPLOMATIQUE>sample string 2</POSTE_DIPLOMATIQUE>
</DIC_POSTE_DIPLOMATIQUE>

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.