GET 17.0/database/contactsmstexts/defaultmodel

Description

Get a Contact SMS Texts model with default values

URI Parameters

None.

None.

None.

Name Description Type Additional information
ID

integer

None.

ContactID

integer

None.

SMSTextID

integer

None.

Body

string

None.

UserID

integer

None.

PropertyID

integer

None.

WorkOrderID

integer

None.

PropertyOfferID

integer

None.

CertificateID

integer

None.

TenancyID

integer

None.

ContactTaskID

integer

None.

AlwaysShowAtTop

byte

None.

Type

byte

None.

AddedDate

date

None.

Status

byte

None.

StatusDate

date

None.

application/json, text/json

Sample:
{
  "id": 1,
  "contactID": 2,
  "smsTextID": 3,
  "body": "sample string 4",
  "userID": 5,
  "propertyID": 6,
  "workOrderID": 7,
  "propertyOfferID": 8,
  "certificateID": 9,
  "tenancyID": 10,
  "contactTaskID": 11,
  "alwaysShowAtTop": 64,
  "type": 64,
  "addedDate": "2025-01-09T20:54",
  "status": 64,
  "statusDate": "2025-01-09T20:54"
}

application/xml, text/xml

Sample:
<ContactSMSTexts xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <ContactID>2</ContactID>
  <SMSTextID>3</SMSTextID>
  <Body>sample string 4</Body>
  <UserID>5</UserID>
  <PropertyID>6</PropertyID>
  <WorkOrderID>7</WorkOrderID>
  <PropertyOfferID>8</PropertyOfferID>
  <CertificateID>9</CertificateID>
  <TenancyID>10</TenancyID>
  <ContactTaskID>11</ContactTaskID>
  <AlwaysShowAtTop>64</AlwaysShowAtTop>
  <Type>64</Type>
  <AddedDate>2025-01-09T20:54:29.2037806+00:00</AddedDate>
  <Status>64</Status>
  <StatusDate>2025-01-09T20:54:29.2037806+00:00</StatusDate>
</ContactSMSTexts>