POST api/Utility/CreateLinkedData

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
input
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AppContextId": "dabc7046-b1c9-49f4-a562-f2444761d7ea",
  "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>dabc7046-b1c9-49f4-a562-f2444761d7ea</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.