POST api/Missionnaire

Request Information

URI Parameters

None.

Body Parameters

T_MISSIONNAIRES_MODELS
NameDescriptionTypeAdditional information
ID_MISSIONNAIRES

integer

None.

ID_MISSION

integer

None.

NOM_POSTNOM

string

None.

ID_QUALITE

integer

None.

ID_TYPE_MISSIONNAIRE

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID_MISSIONNAIRES": 1,
  "ID_MISSION": 2,
  "NOM_POSTNOM": "sample string 3",
  "ID_QUALITE": 4,
  "ID_TYPE_MISSIONNAIRE": 5
}

application/xml, text/xml

Sample:
<T_MISSIONNAIRES_MODELS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GESTION_AMBASSADE.Models">
  <ID_MISSION>2</ID_MISSION>
  <ID_MISSIONNAIRES>1</ID_MISSIONNAIRES>
  <ID_QUALITE>4</ID_QUALITE>
  <ID_TYPE_MISSIONNAIRE>5</ID_TYPE_MISSIONNAIRE>
  <NOM_POSTNOM>sample string 3</NOM_POSTNOM>
</T_MISSIONNAIRES_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.