POST api/Conjuncture/Create
Request Information
URI Parameters
None.
Body Parameters
CreateConjuntureModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IdConjuncture | integer |
None. |
|
| IdCountry | integer |
None. |
|
| Title | string |
None. |
|
| Content | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdConjuncture": 1,
"IdCountry": 2,
"Title": "sample string 3",
"Content": "sample string 4"
}
application/xml, text/xml
Sample:
<CreateConjuntureModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalMind.AgendaV3.WebApi.Models"> <Content>sample string 4</Content> <IdConjuncture>1</IdConjuncture> <IdCountry>2</IdCountry> <Title>sample string 3</Title> </CreateConjuntureModel>
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.