POST api/BudgetAnnexe
Request Information
URI Parameters
None.
Body Parameters
DIC_BUDGET_ANNEXE| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_BA | integer |
None. |
|
| ID_SECTION | integer |
None. |
|
| ID_LOCALISATION | integer |
None. |
|
| CODE | string |
None. |
|
| BUDGET_ANNEXE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID_BA": 1,
"ID_SECTION": 1,
"ID_LOCALISATION": 1,
"CODE": "sample string 2",
"BUDGET_ANNEXE": "sample string 3"
}
application/xml, text/xml
Sample:
<DIC_BUDGET_ANNEXE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_REDDI.ModelsEntity"> <BUDGET_ANNEXE>sample string 3</BUDGET_ANNEXE> <CODE>sample string 2</CODE> <ID_BA>1</ID_BA> <ID_LOCALISATION>1</ID_LOCALISATION> <ID_SECTION>1</ID_SECTION> </DIC_BUDGET_ANNEXE>
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.