GET api/TablesManagement/GetSmsDays

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ReminderDaySms
NameDescriptionTypeAdditional information
torim_day

byte

None.

reminder_day

byte

None.

short_day

string

String length: inclusive between 0 and 1

interface_code

string

String length: inclusive between 0 and 10

old_code

byte

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "torim_day": 64,
    "reminder_day": 64,
    "short_day": "sample string 2",
    "interface_code": "sample string 3",
    "old_code": 64
  },
  {
    "torim_day": 64,
    "reminder_day": 64,
    "short_day": "sample string 2",
    "interface_code": "sample string 3",
    "old_code": 64
  }
]

application/xml, text/xml

Sample:
<ArrayOfReminderDaySms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog">
  <ReminderDaySms>
    <interface_code>sample string 3</interface_code>
    <old_code>64</old_code>
    <reminder_day>64</reminder_day>
    <short_day>sample string 2</short_day>
    <torim_day>64</torim_day>
  </ReminderDaySms>
  <ReminderDaySms>
    <interface_code>sample string 3</interface_code>
    <old_code>64</old_code>
    <reminder_day>64</reminder_day>
    <short_day>sample string 2</short_day>
    <torim_day>64</torim_day>
  </ReminderDaySms>
</ArrayOfReminderDaySms>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.