POST api/Utility/CreateLinkedData
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| input | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"AppContextId": "2851979b-be3b-4a3a-b336-c29b7e7c61e5",
"Parameter": {
"Id": 1,
"PractitionerId": 1,
"Key": "sample string 2",
"Value": "sample string 3"
}
}
application/xml, text/xml
Sample:
<AuthenticatedInputOfLinkedDataItemModelqS8AYNfy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMT.UP">
<Parameter xmlns:d2p1="http://schemas.datacontract.org/2004/07/CMT.UP.Model.Resources">
<d2p1:Id>1</d2p1:Id>
<d2p1:Key>sample string 2</d2p1:Key>
<d2p1:PractitionerId>1</d2p1:PractitionerId>
<d2p1:Value>sample string 3</d2p1:Value>
</Parameter>
<AppContextId>2851979b-be3b-4a3a-b336-c29b7e7c61e5</AppContextId>
</AuthenticatedInputOfLinkedDataItemModelqS8AYNfy>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.