POST api/SaveSMSNotification

Request Information

URI Parameters

None.

Body Parameters

SMSNotificationModel
NameDescriptionTypeAdditional information
smssender_id

integer

None.

agent_id

integer

None.

user_id

integer

None.

appointment_id

integer

None.

sms_id

string

None.

sms_parts

integer

None.

smscontent

string

None.

page_name

string

None.

action_name

string

None.

sms_sendfor

string

None.

send_country

string

None.

send_carier

string

None.

send_status

string

None.

status_code

string

None.

status_text

string

None.

err_code

string

None.

err_text

string

None.

created_id

integer

None.

created_date

date

None.

is_active

string

None.

ErrorCode

integer

None.

ErrorMsg

string

None.

Type

string

None.

bisalive

boolean

None.

strAction

string

None.

IntCreatedBy

integer

None.

dteCreatedDate

date

None.

intModifyBy

integer

None.

dteModifyDate

date

None.

PageNo

integer

None.

PageSize

integer

None.

TotalRecord

integer

None.

ROWNUMBER

integer

None.

strSearchText

string

None.

orderColumn

string

None.

orderDir

string

None.

Request Formats

application/json, text/json

Sample:
{
  "smssender_id": 1,
  "agent_id": 2,
  "user_id": 3,
  "appointment_id": 4,
  "sms_id": "sample string 5",
  "sms_parts": 6,
  "smscontent": "sample string 7",
  "page_name": "sample string 8",
  "action_name": "sample string 9",
  "sms_sendfor": "sample string 10",
  "send_country": "sample string 11",
  "send_carier": "sample string 12",
  "send_status": "sample string 13",
  "status_code": "sample string 14",
  "status_text": "sample string 15",
  "err_code": "sample string 16",
  "err_text": "sample string 17",
  "created_id": 18,
  "created_date": "2025-12-11T02:45:03.4166715+00:00",
  "is_active": "sample string 20",
  "errorCode": 21,
  "errorMsg": "sample string 22",
  "type": "sample string 23",
  "bisalive": true,
  "strAction": "sample string 25",
  "intCreatedBy": 1,
  "dteCreatedDate": "2025-12-11T02:45:03.4166715+00:00",
  "intModifyBy": 1,
  "dteModifyDate": "2025-12-11T02:45:03.4166715+00:00",
  "pageNo": 26,
  "pageSize": 27,
  "totalRecord": 28,
  "rownumber": 29,
  "strSearchText": "sample string 30",
  "orderColumn": "sample string 31",
  "orderDir": "sample string 32"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.