POST api/THConnectProvider

Request Information

URI Parameters

None.

Body Parameters

THConnectProviderModel
NameDescriptionTypeAdditional information
EncounterId

globally unique identifier

Required

ProviderId

globally unique identifier

None.

RecordId

globally unique identifier

None.

RecordTypeId

integer

None.

Name

string

String length: inclusive between 0 and 50

Value

string

None.

OnlineStatus

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "EncounterId": "11fc427a-ade7-42fd-8159-8ddae7f8e11a",
  "ProviderId": "bb4fb475-2e02-461c-8296-45ffadefdc2f",
  "RecordId": "e5779411-f791-4a5b-b332-3beb429473fa",
  "RecordTypeId": 1,
  "Name": "sample string 1",
  "Value": "sample string 2",
  "OnlineStatus": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.