GET bah/UpdatePatientCommunications

Request Information

URI Parameters

None.

Body Parameters

updatecommunications
NameDescriptionTypeAdditional information
PatientId

string

None.

Patient_PartyNumber

string

None.

CommunicationType_Address

string

None.

Address_Country

string

None.

Address_Province

string

None.

Address_District

string

None.

Address_FreeText

string

None.

CommunicationType_Phone

string

None.

Phone_CountryCode

string

None.

Phone_AreaCode

string

None.

Phone_Number

string

None.

MobilePhone_CountryCode

string

None.

MobilePhone_AreaCode

string

None.

MobilePhone_Number

string

None.

CommunicationType_email

string

None.

eMailAddress

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PatientId": "sample string 1",
  "Patient_PartyNumber": "sample string 2",
  "CommunicationType_Address": "sample string 3",
  "Address_Country": "sample string 4",
  "Address_Province": "sample string 5",
  "Address_District": "sample string 6",
  "Address_FreeText": "sample string 7",
  "CommunicationType_Phone": "sample string 8",
  "Phone_CountryCode": "sample string 9",
  "Phone_AreaCode": "sample string 10",
  "Phone_Number": "sample string 11",
  "MobilePhone_CountryCode": "sample string 12",
  "MobilePhone_AreaCode": "sample string 13",
  "MobilePhone_Number": "sample string 14",
  "CommunicationType_email": "sample string 15",
  "eMailAddress": "sample string 16"
}

text/html

Sample:
{"PatientId":"sample string 1","Patient_PartyNumber":"sample string 2","CommunicationType_Address":"sample string 3","Address_Country":"sample string 4","Address_Province":"sample string 5","Address_District":"sample string 6","Address_FreeText":"sample string 7","CommunicationType_Phone":"sample string 8","Phone_CountryCode":"sample string 9","Phone_AreaCode":"sample string 10","Phone_Number":"sample string 11","MobilePhone_CountryCode":"sample string 12","MobilePhone_AreaCode":"sample string 13","MobilePhone_Number":"sample string 14","CommunicationType_email":"sample string 15","eMailAddress":"sample string 16"}

application/xml, text/xml

Sample:
<updatecommunications xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <Address_Country>sample string 4</Address_Country>
  <Address_District>sample string 6</Address_District>
  <Address_FreeText>sample string 7</Address_FreeText>
  <Address_Province>sample string 5</Address_Province>
  <CommunicationType_Address>sample string 3</CommunicationType_Address>
  <CommunicationType_Phone>sample string 8</CommunicationType_Phone>
  <CommunicationType_email>sample string 15</CommunicationType_email>
  <MobilePhone_AreaCode>sample string 13</MobilePhone_AreaCode>
  <MobilePhone_CountryCode>sample string 12</MobilePhone_CountryCode>
  <MobilePhone_Number>sample string 14</MobilePhone_Number>
  <PatientId>sample string 1</PatientId>
  <Patient_PartyNumber>sample string 2</Patient_PartyNumber>
  <Phone_AreaCode>sample string 10</Phone_AreaCode>
  <Phone_CountryCode>sample string 9</Phone_CountryCode>
  <Phone_Number>sample string 11</Phone_Number>
  <eMailAddress>sample string 16</eMailAddress>
</updatecommunications>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of SPCRM_HASTA_ILETISIMBIL_GUNCELLE_Result
NameDescriptionTypeAdditional information
PatientId

integer

None.

Patient_PartyNumber

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PatientId": 1,
    "Patient_PartyNumber": 1
  },
  {
    "PatientId": 1,
    "Patient_PartyNumber": 1
  }
]

text/html

Sample:
[{"PatientId":1,"Patient_PartyNumber":1},{"PatientId":1,"Patient_PartyNumber":1}]

application/xml, text/xml

Sample:
<ArrayOfSPCRM_HASTA_ILETISIMBIL_GUNCELLE_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
  <SPCRM_HASTA_ILETISIMBIL_GUNCELLE_Result>
    <PatientId>1</PatientId>
    <Patient_PartyNumber>1</Patient_PartyNumber>
  </SPCRM_HASTA_ILETISIMBIL_GUNCELLE_Result>
  <SPCRM_HASTA_ILETISIMBIL_GUNCELLE_Result>
    <PatientId>1</PatientId>
    <Patient_PartyNumber>1</Patient_PartyNumber>
  </SPCRM_HASTA_ILETISIMBIL_GUNCELLE_Result>
</ArrayOfSPCRM_HASTA_ILETISIMBIL_GUNCELLE_Result>