GET api/SaiSetupNotification/{accountId}/{companyId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

integer

Required

companyId

string

Required

Body Parameters

None.

Response Information

Resource Description

SaiSetupNotification
NameDescriptionTypeAdditional information
EmailOnServiceCallBooked

boolean

None.

EmailOnServiceCallAssigned

boolean

None.

EmailOnServiceCallDispatched

boolean

None.

EmailOnServiceCallCancelled

boolean

None.

EmailOnServiceCallRescheduled

boolean

None.

EmailOnServiceCallScratched

boolean

None.

EmailOnTechnicianArrived

boolean

None.

SMSOnServiceCallBooked

boolean

None.

SMSOnServiceCallAssigned

boolean

None.

SMSOnServiceCallDispatched

boolean

None.

SMSOnServiceCallCancelled

boolean

None.

SMSOnServiceCallRescheduled

boolean

None.

SMSOnServiceCallScratched

boolean

None.

SMSOnTechnicianArrived

boolean

None.

SendNotificationOnCallComplete

boolean

None.

AccountId

integer

None.

CompanyId

string

None.

Account

Account

None.

SAICompany

SAICompany

None.

CreatedOn

date

None.

CreatedBy

string

None.

UpdatedOn

date

None.

UpdatedBy

string

None.

IsLockedForEditing

boolean

None.

LockedBy

string

None.

Id

string

None.

Response Formats

application/json, text/json

Sample:
{
  "EmailOnServiceCallBooked": true,
  "EmailOnServiceCallAssigned": true,
  "EmailOnServiceCallDispatched": true,
  "EmailOnServiceCallCancelled": true,
  "EmailOnServiceCallRescheduled": true,
  "EmailOnServiceCallScratched": true,
  "EmailOnTechnicianArrived": true,
  "SMSOnServiceCallBooked": true,
  "SMSOnServiceCallAssigned": true,
  "SMSOnServiceCallDispatched": true,
  "SMSOnServiceCallCancelled": true,
  "SMSOnServiceCallRescheduled": true,
  "SMSOnServiceCallScratched": true,
  "SMSOnTechnicianArrived": true,
  "SendNotificationOnCallComplete": true,
  "AccountId": 16,
  "CompanyId": "sample string 17",
  "CreatedOn": "2025-12-16T20:28:38.1270029+00:00",
  "CreatedBy": "sample string 19",
  "UpdatedOn": "2025-12-16T20:28:38.1270029+00:00",
  "UpdatedBy": "sample string 20",
  "IsLockedForEditing": true,
  "LockedBy": "sample string 22",
  "Id": "sample string 23",
  "FieldPermissions": []
}

application/xml, text/xml

Sample:
<SaiSetupNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Setup">
  <Id xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 23</Id>
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 19</CreatedBy>
  <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T20:28:38.1270029+00:00</CreatedOn>
  <IsLockedForEditing xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">true</IsLockedForEditing>
  <LockedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 22</LockedBy>
  <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 20</UpdatedBy>
  <UpdatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T20:28:38.1270029+00:00</UpdatedOn>
  <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">16</AccountId>
  <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 17</CompanyId>
  <EmailOnServiceCallAssigned>true</EmailOnServiceCallAssigned>
  <EmailOnServiceCallBooked>true</EmailOnServiceCallBooked>
  <EmailOnServiceCallCancelled>true</EmailOnServiceCallCancelled>
  <EmailOnServiceCallDispatched>true</EmailOnServiceCallDispatched>
  <EmailOnServiceCallRescheduled>true</EmailOnServiceCallRescheduled>
  <EmailOnServiceCallScratched>true</EmailOnServiceCallScratched>
  <EmailOnTechnicianArrived>true</EmailOnTechnicianArrived>
  <SMSOnServiceCallAssigned>true</SMSOnServiceCallAssigned>
  <SMSOnServiceCallBooked>true</SMSOnServiceCallBooked>
  <SMSOnServiceCallCancelled>true</SMSOnServiceCallCancelled>
  <SMSOnServiceCallDispatched>true</SMSOnServiceCallDispatched>
  <SMSOnServiceCallRescheduled>true</SMSOnServiceCallRescheduled>
  <SMSOnServiceCallScratched>true</SMSOnServiceCallScratched>
  <SMSOnTechnicianArrived>true</SMSOnTechnicianArrived>
  <SendNotificationOnCallComplete>true</SendNotificationOnCallComplete>
</SaiSetupNotification>