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