POST api/SDCallDailySchedule/BulkSendAppointmentConfirmationNotification
Request Information
URI Parameters
None.
Body Parameters
Collection of AppointmentConfirmationNotification| Name | Description | Type | Additional information |
|---|---|---|---|
| SDCallMasterId | string |
None. |
|
| SDCallDailyScheduleId | integer |
None. |
|
| NotificationType | string |
None. |
|
| ServiceDate | date |
None. |
|
| AccountId | integer |
None. |
|
| CompanyId | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"SDCallMasterId": "sample string 1",
"SDCallDailyScheduleId": 2,
"NotificationType": "sample string 3",
"ServiceDate": "2025-12-16T22:00:43.2789976+00:00",
"AccountId": 5,
"CompanyId": "sample string 6",
"CreatedBy": "sample string 7",
"CreatedOn": "2025-12-16T22:00:43.2789976+00:00"
},
{
"SDCallMasterId": "sample string 1",
"SDCallDailyScheduleId": 2,
"NotificationType": "sample string 3",
"ServiceDate": "2025-12-16T22:00:43.2789976+00:00",
"AccountId": 5,
"CompanyId": "sample string 6",
"CreatedBy": "sample string 7",
"CreatedOn": "2025-12-16T22:00:43.2789976+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfAppointmentConfirmationNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD">
<AppointmentConfirmationNotification>
<AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">5</AccountId>
<CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 6</CompanyId>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 7</CreatedBy>
<CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T22:00:43.2789976+00:00</CreatedOn>
<NotificationType>sample string 3</NotificationType>
<SDCallDailyScheduleId>2</SDCallDailyScheduleId>
<SDCallMasterId>sample string 1</SDCallMasterId>
<ServiceDate>2025-12-16T22:00:43.2789976+00:00</ServiceDate>
</AppointmentConfirmationNotification>
<AppointmentConfirmationNotification>
<AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">5</AccountId>
<CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 6</CompanyId>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 7</CreatedBy>
<CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T22:00:43.2789976+00:00</CreatedOn>
<NotificationType>sample string 3</NotificationType>
<SDCallDailyScheduleId>2</SDCallDailyScheduleId>
<SDCallMasterId>sample string 1</SDCallMasterId>
<ServiceDate>2025-12-16T22:00:43.2789976+00:00</ServiceDate>
</AppointmentConfirmationNotification>
</ArrayOfAppointmentConfirmationNotification>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.