POST api/SMSContacts/Save

Request Information

URI Parameters

None.

Body Parameters

SMSContacts
NameDescriptionTypeAdditional information
Date

date

None.

CompanyId

integer

None.

GroupId

integer

None.

Id

integer

None.

OrganizationId

integer

None.

ReferenceDocTypeId

integer

None.

MobileNo

string

None.

Name

string

None.

ReferenceDocNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Date": "2025-10-29T13:14:29.5255635+05:00",
  "CompanyId": 2,
  "GroupId": 3,
  "Id": 4,
  "OrganizationId": 5,
  "ReferenceDocTypeId": 6,
  "MobileNo": "sample string 7",
  "Name": "sample string 8",
  "ReferenceDocNo": "sample string 9"
}

application/xml, text/xml

Sample:
<SMSContacts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.SMS">
  <CompanyId>2</CompanyId>
  <Date>2025-10-29T13:14:29.5255635+05:00</Date>
  <GroupId>3</GroupId>
  <Id>4</Id>
  <MobileNo>sample string 7</MobileNo>
  <Name>sample string 8</Name>
  <OrganizationId>5</OrganizationId>
  <ReferenceDocNo>sample string 9</ReferenceDocNo>
  <ReferenceDocTypeId>6</ReferenceDocTypeId>
</SMSContacts>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SMSContacts'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.