POST api/blocktypes/manage
Request Information
URI Parameters
None.
Body Parameters
BlockType| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Description | string |
None. |
|
| Alias | string |
None. |
|
| InSpa | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Description": "sample string 2",
"Alias": "sample string 3",
"InSpa": true
}
application/xml, text/xml
Sample:
<BlockType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models"> <Alias>sample string 3</Alias> <Description>sample string 2</Description> <Id>1</Id> <InSpa>true</InSpa> </BlockType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BlockType| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Description | string |
None. |
|
| Alias | string |
None. |
|
| InSpa | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Description": "sample string 2",
"Alias": "sample string 3",
"InSpa": true
}
application/xml, text/xml
Sample:
<BlockType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models"> <Alias>sample string 3</Alias> <Description>sample string 2</Description> <Id>1</Id> <InSpa>true</InSpa> </BlockType>