POST api/AddLinks
Request Information
URI Parameters
None.
Body Parameters
LinksName | Description | Type | Additional information |
---|---|---|---|
LinkID1 | integer |
None. |
|
LinkTable1 | string |
None. |
|
LinkID2 | integer |
None. |
|
LinkTable2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "LinkID1": 1, "LinkTable1": "sample string 2", "LinkID2": 3, "LinkTable2": "sample string 4" }
application/xml, text/xml
Sample:
<Links xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MainService.Models"> <LinkID1>1</LinkID1> <LinkID2>3</LinkID2> <LinkTable1>sample string 2</LinkTable1> <LinkTable2>sample string 4</LinkTable2> </Links>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>