POST api/admin/business_year/v1/active
Request Information
URI Parameters
None.
Body Parameters
BusinessYear| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| active | boolean |
None. |
|
| name | string |
None. |
|
| other | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"active": true,
"name": "sample string 3",
"other": "sample string 4"
}
application/xml, text/xml
Sample:
<BusinessYear xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Stocks.Models"> <active>true</active> <id>1</id> <name>sample string 3</name> <other>sample string 4</other> </BusinessYear>
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.