POST api/Descriptor/AddIntSectElement
Request Information
URI Parameters
None.
Body Parameters
IntSectElementName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
IntSectEle | string |
None. |
|
CreatedBy | string |
None. |
|
CreatedOn | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "IntSectEle": "sample string 2", "CreatedBy": "sample string 3", "CreatedOn": "sample string 4" }
application/xml, text/xml
Sample:
<IntSectElement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication5.Models"> <CreatedBy>sample string 3</CreatedBy> <CreatedOn>sample string 4</CreatedOn> <Id>1</Id> <IntSectEle>sample string 2</IntSectEle> </IntSectElement>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>