POST api/smsOutput/Deactivate

Request Information

URI Parameters

None.

Body Parameters

SmsOutputModel
NameDescriptionTypeAdditional information
SMSOutputID

integer

None.

AccountID

integer

None.

SMSOutputStatusID

integer

None.

Mobile

string

None.

MessageFrom

string

None.

MessageContent

string

None.

StatusID

integer

None.

CreateID

integer

None.

CreateSessionID

integer

None.

CreateTS

date

None.

ModifyID

integer

None.

ModifySessionID

integer

None.

ModifyTS

date

None.

InactiveID

integer

None.

InactiveSessionID

integer

None.

InactiveTS

date

None.

DomainUserName

string

None.

DateForSending

date

None.

CommunicationID

integer

None.

ContactDetailID

integer

None.

ContactID

integer

None.

LandLine

string

None.

Email

string

None.

ResponseData

string

None.

ResponseReference

string

None.

MergeTemplateID

integer

None.

MergeTemplateContactID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SMSOutputID": 1,
  "AccountID": 1,
  "SMSOutputStatusID": 1,
  "Mobile": "sample string 1",
  "MessageFrom": "sample string 2",
  "MessageContent": "sample string 3",
  "StatusID": 1,
  "CreateID": 1,
  "CreateSessionID": 1,
  "CreateTS": "2025-09-02T23:08:32.9744748+00:00",
  "ModifyID": 1,
  "ModifySessionID": 1,
  "ModifyTS": "2025-09-02T23:08:32.9744748+00:00",
  "InactiveID": 1,
  "InactiveSessionID": 1,
  "InactiveTS": "2025-09-02T23:08:32.9744748+00:00",
  "DomainUserName": "sample string 4",
  "DateForSending": "2025-09-02T23:08:32.9744748+00:00",
  "CommunicationID": 1,
  "ContactDetailID": 1,
  "ContactID": 1,
  "LandLine": "sample string 5",
  "Email": "sample string 6",
  "ResponseData": "sample string 7",
  "ResponseReference": "sample string 8",
  "MergeTemplateID": 1,
  "MergeTemplateContactID": 1
}

application/xml, text/xml

Sample:
<SmsOutputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.SmsOutput">
  <AccountID>1</AccountID>
  <CommunicationID>1</CommunicationID>
  <ContactDetailID>1</ContactDetailID>
  <ContactID>1</ContactID>
  <CreateID>1</CreateID>
  <CreateSessionID>1</CreateSessionID>
  <CreateTS>2025-09-02T23:08:32.9744748+00:00</CreateTS>
  <DateForSending>2025-09-02T23:08:32.9744748+00:00</DateForSending>
  <DomainUserName>sample string 4</DomainUserName>
  <Email>sample string 6</Email>
  <InactiveID>1</InactiveID>
  <InactiveSessionID>1</InactiveSessionID>
  <InactiveTS>2025-09-02T23:08:32.9744748+00:00</InactiveTS>
  <LandLine>sample string 5</LandLine>
  <MergeTemplateContactID>1</MergeTemplateContactID>
  <MergeTemplateID>1</MergeTemplateID>
  <MessageContent>sample string 3</MessageContent>
  <MessageFrom>sample string 2</MessageFrom>
  <Mobile>sample string 1</Mobile>
  <ModifyID>1</ModifyID>
  <ModifySessionID>1</ModifySessionID>
  <ModifyTS>2025-09-02T23:08:32.9744748+00:00</ModifyTS>
  <ResponseData>sample string 7</ResponseData>
  <ResponseReference>sample string 8</ResponseReference>
  <SMSOutputID>1</SMSOutputID>
  <SMSOutputStatusID>1</SMSOutputStatusID>
  <StatusID>1</StatusID>
</SmsOutputModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ActionResultVM
NameDescriptionTypeAdditional information
Response

IResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "Response": null
}

application/xml, text/xml

Sample:
<ActionResultVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels">
  <Response i:nil="true" />
</ActionResultVM>