POST
api/v1/SavePatientKeyContacts
Save patient key contacts
Request Information
URI Parameters
None.
Body Parameters
PatientKeyContacts| Name | Description | Type | Additional information |
|---|---|---|---|
| LoggedUserId |
LoggedUserId |
string |
None. |
| KeyContactID |
KeyContactID |
integer |
None. |
| PatientID |
PatientID |
integer |
None. |
| Name |
Name |
string |
None. |
| Phone |
Phone |
string |
None. |
|
|
string |
None. |
|
| RelationshipID |
RelationshipID |
integer |
None. |
| ConsultationID |
ConsultationID |
integer |
None. |
| Timeoffset |
Timeoffset |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LoggedUserId": "string",
"KeyContactID": 0,
"PatientID": 0,
"Name": "string",
"Phone": "string",
"Email": "string",
"RelationshipID": 0,
"ConsultationID": 0,
"Timeoffset": "string"
}
application/xml, text/xml
Sample:
<PatientKeyContacts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mayo_WebAPI.Dtos"> <ConsultationID>0</ConsultationID> <Email>string</Email> <KeyContactID>0</KeyContactID> <LoggedUserId>string</LoggedUserId> <Name>string</Name> <PatientID>0</PatientID> <Phone>string</Phone> <RelationshipID>0</RelationshipID> <Timeoffset>string</Timeoffset> </PatientKeyContacts>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.