POST api/Section/CreateSection
Request Information
URI Parameters
None.
Body Parameters
LLRSection| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SectionName | string |
None. |
|
| CollectionId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"sectionName": "sample string 2",
"collectionId": 3
}
application/xml, text/xml
Sample:
<LLRSection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Web.Services.Models"> <CollectionId>3</CollectionId> <Id>1</Id> <SectionName>sample string 2</SectionName> </LLRSection>
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.