POST api/sms/addlog

Request Information

URI Parameters

None.

Body Parameters

EntitySmsLog
NameDescriptionTypeAdditional information
Id

integer

None.

ApplicationId

integer

None.

UserId

integer

None.

PhoneNumber

string

None.

Message

string

None.

CreatedDate

date

None.

IsScheduler

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ApplicationId": 2,
  "UserId": 3,
  "PhoneNumber": "sample string 4",
  "Message": "sample string 5",
  "CreatedDate": "2026-07-22T12:25:30.8943344-07:00",
  "IsScheduler": 6
}

application/xml, text/xml

Sample:
<EntitySmsLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GM.Business.Entity">
  <ApplicationId>2</ApplicationId>
  <CreatedDate>2026-07-22T12:25:30.8943344-07:00</CreatedDate>
  <Id>1</Id>
  <IsScheduler>6</IsScheduler>
  <Message>sample string 5</Message>
  <PhoneNumber>sample string 4</PhoneNumber>
  <UserId>3</UserId>
</EntitySmsLog>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.