POST api/TypeMissionnaire
Request Information
URI Parameters
None.
Body Parameters
T_TYPE_MISSIONNAIRE| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_TYPE_MISSIONNAIRE | integer |
None. |
|
| TYPE_MISSIONNAIRE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID_TYPE_MISSIONNAIRE": 1,
"TYPE_MISSIONNAIRE": "sample string 2"
}
application/xml, text/xml
Sample:
<T_TYPE_MISSIONNAIRE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GESTION_AMBASSADE.ModelsEntity"> <ID_TYPE_MISSIONNAIRE>1</ID_TYPE_MISSIONNAIRE> <TYPE_MISSIONNAIRE>sample string 2</TYPE_MISSIONNAIRE> </T_TYPE_MISSIONNAIRE>
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.