POST api/ClinicManagement/PostClinicContactInfo
Posts the clinic contact information.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | The contact information details. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"AppContextId": "f3ede8a8-5815-48aa-a73a-ef19fae6eeed",
"Parameter": {
"OrganizationId": 1,
"CountryCode": "sample string 2",
"CountryName": "sample string 3",
"StateCode": "sample string 4",
"StateName": "sample string 5",
"City": "sample string 6",
"ZipCode": "sample string 7",
"AddressLine1": "sample string 8",
"AddressLine2": "sample string 9",
"PhoneNumber1": "sample string 10",
"PhoneNumber2": "sample string 11",
"PhoneNumber1TypeId": 1,
"PhoneNumber1IsBlacklisted": true,
"PhoneNumber2TypeId": 1,
"PhoneNumber2IsBlacklisted": true,
"ReceiveSms": true,
"ReceiveEmail": true,
"ReceiveMarketingEmail": true,
"ClinicSmsStatus": 1,
"PatientSmsStatus": 1,
"ClinicSmsStatusModifiedOn": "2025-12-13 10:35",
"PatientSmsStatusModifiedOn": "2025-12-13 10:35",
"SmsOptOutRequestDate": "2025-12-13 10:35",
"EmailOptOutRequestDate": "2025-12-13 10:35",
"Latitude": 1.0,
"Longitude": 1.0,
"FaxNumber1": "sample string 16",
"FaxNumber2": "sample string 17",
"EmailAddress1": "sample string 18",
"EmailAddress2": "sample string 19",
"NotificationEmailAddress": "sample string 20",
"WebAddress1": "sample string 21",
"WebAddress2": "sample string 22"
}
}
application/xml, text/xml
Sample:
<AuthenticatedInputOfOrganizationContactInfoxuv6Fhnt 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.Web.Models">
<AddressLine1>sample string 8</AddressLine1>
<AddressLine2>sample string 9</AddressLine2>
<City>sample string 6</City>
<ClinicSmsStatus>1</ClinicSmsStatus>
<ClinicSmsStatusModifiedOn>2025-12-13T10:35:54.7659956+00:00</ClinicSmsStatusModifiedOn>
<CountryCode>sample string 2</CountryCode>
<CountryName>sample string 3</CountryName>
<EmailAddress1>sample string 18</EmailAddress1>
<EmailAddress2>sample string 19</EmailAddress2>
<EmailOptOutRequestDate>2025-12-13T10:35:54.7659956+00:00</EmailOptOutRequestDate>
<FaxNumber1>sample string 16</FaxNumber1>
<FaxNumber2>sample string 17</FaxNumber2>
<Latitude>1</Latitude>
<Longitude>1</Longitude>
<NotificationEmailAddress>sample string 20</NotificationEmailAddress>
<PatientSmsStatus>1</PatientSmsStatus>
<PatientSmsStatusModifiedOn>2025-12-13T10:35:54.7659956+00:00</PatientSmsStatusModifiedOn>
<PhoneNumber1>sample string 10</PhoneNumber1>
<PhoneNumber1IsBlacklisted>true</PhoneNumber1IsBlacklisted>
<PhoneNumber1TypeId>1</PhoneNumber1TypeId>
<PhoneNumber2>sample string 11</PhoneNumber2>
<PhoneNumber2IsBlacklisted>true</PhoneNumber2IsBlacklisted>
<PhoneNumber2TypeId>1</PhoneNumber2TypeId>
<ReceiveEmail>true</ReceiveEmail>
<ReceiveMarketingEmail>true</ReceiveMarketingEmail>
<ReceiveSms>true</ReceiveSms>
<SmsOptOutRequestDate>2025-12-13T10:35:54.7659956+00:00</SmsOptOutRequestDate>
<StateCode>sample string 4</StateCode>
<StateName>sample string 5</StateName>
<WebAddress1>sample string 21</WebAddress1>
<WebAddress2>sample string 22</WebAddress2>
<ZipCode>sample string 7</ZipCode>
<d2p1:OrganizationId>1</d2p1:OrganizationId>
</Parameter>
<AppContextId>f3ede8a8-5815-48aa-a73a-ef19fae6eeed</AppContextId>
</AuthenticatedInputOfOrganizationContactInfoxuv6Fhnt>
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.