POST api/Masters/LinkCareContext
Request Information
URI Parameters
None.
Body Parameters
LinkCareContextRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| LinkToken | string |
None. |
|
| AbhaAddress | string |
None. |
|
| PatientReference | string |
None. |
|
| CareContextReference | string |
None. |
|
| Display | string |
None. |
|
| HiType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LinkToken": "sample string 1",
"AbhaAddress": "sample string 2",
"PatientReference": "sample string 3",
"CareContextReference": "sample string 4",
"Display": "sample string 5",
"HiType": "sample string 6"
}
application/xml, text/xml
Sample:
<LinkCareContextRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/akwiecommApi.Models"> <AbhaAddress>sample string 2</AbhaAddress> <CareContextReference>sample string 4</CareContextReference> <Display>sample string 5</Display> <HiType>sample string 6</HiType> <LinkToken>sample string 1</LinkToken> <PatientReference>sample string 3</PatientReference> </LinkCareContextRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.