POST data/link/{name}/{section}/{id}/{id2}
Adds a link.
Request Information
URI
https://eurotherm-web-api.xaitcpq.net/data/link/{name}/{section}/{id}/{id2}
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
name |
Page name. |
string |
Required |
section |
Section Name or Id. |
string |
Required |
id |
Record Identifier. |
string |
Required |
id2 |
The second record identifier. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
True if it succeeds, false if it fails.
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>