POST api/Mission

Request Information

URI Parameters

None.

Body Parameters

T_MISSION
NameDescriptionTypeAdditional information
ID_MISSION

integer

None.

REF_ORDRE_MISSION

string

None.

ID_EQUIPE

integer

None.

ID_POST

integer

None.

ID_EXERCICE

integer

None.

DATE_DEBUT

date

None.

DATE_FIN

date

None.

ETAT_POSTE

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ID_MISSION": 1,
  "REF_ORDRE_MISSION": "sample string 2",
  "ID_EQUIPE": 3,
  "ID_POST": 4,
  "ID_EXERCICE": 5,
  "DATE_DEBUT": "2026-02-07T19:12:56.6725522+01:00",
  "DATE_FIN": "2026-02-07T19:12:56.6725522+01:00",
  "ETAT_POSTE": true
}

application/xml, text/xml

Sample:
<T_MISSION xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GESTION_AMBASSADE.ModelsEntity">
  <DATE_DEBUT>2026-02-07T19:12:56.6725522+01:00</DATE_DEBUT>
  <DATE_FIN>2026-02-07T19:12:56.6725522+01:00</DATE_FIN>
  <ETAT_POSTE>true</ETAT_POSTE>
  <ID_EQUIPE>3</ID_EQUIPE>
  <ID_EXERCICE>5</ID_EXERCICE>
  <ID_MISSION>1</ID_MISSION>
  <ID_POST>4</ID_POST>
  <REF_ORDRE_MISSION>sample string 2</REF_ORDRE_MISSION>
</T_MISSION>

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.