POST api/WADSR_Rating

Request Information

URI Parameters

None.

Body Parameters

tbl_WADSR_Rating
NameDescriptionTypeAdditional information
Person_Mobile

string

None.

Person_Name

string

None.

Rating_Date

string

None.

Rating_Type

string

None.

Rating_Status

string

None.

Rating_Comments

string

None.

Rating

string

None.

WhatsApp_SMS_Content

string

None.

Response

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Person_Mobile": "sample string 1",
  "Person_Name": "sample string 2",
  "Rating_Date": "sample string 3",
  "Rating_Type": "sample string 4",
  "Rating_Status": "sample string 5",
  "Rating_Comments": "sample string 6",
  "Rating": "sample string 7",
  "WhatsApp_SMS_Content": "sample string 8",
  "Response": "sample string 9"
}

application/xml, text/xml

Sample:
<tbl_WADSR_Rating xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WhatsApp_SMS.Models">
  <Person_Mobile>sample string 1</Person_Mobile>
  <Person_Name>sample string 2</Person_Name>
  <Rating>sample string 7</Rating>
  <Rating_Comments>sample string 6</Rating_Comments>
  <Rating_Date>sample string 3</Rating_Date>
  <Rating_Status>sample string 5</Rating_Status>
  <Rating_Type>sample string 4</Rating_Type>
  <Response>sample string 9</Response>
  <WhatsApp_SMS_Content>sample string 8</WhatsApp_SMS_Content>
</tbl_WADSR_Rating>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.