POST api/Enquiry/SaveSMSFollowUpDetails

Documentation for 'SaveSMSFollowUpDetails'.

Request Information

Parameters

NameDescriptionAdditional information
member
Documentation for 'member'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "Enquiry_Id": 2,
  "Number": "sample string 3",
  "SMSSubject_Id": 4,
  "MessageBody": "sample string 5",
  "Login_Id": 6,
  "Lat": "sample string 7",
  "Long": "sample string 8",
  "LocTime": "2026-05-21T23:43:05.8314138+05:30"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": 2,
  "Message": "sample string 3",
  "LstData": [
    {
      "$id": "2",
      "Token": "sample string 1",
      "Enquiry_Id": 2,
      "Number": "sample string 3",
      "SMSSubject_Id": 4,
      "MessageBody": "sample string 5",
      "Login_Id": 6,
      "Lat": "sample string 7",
      "Long": "sample string 8",
      "LocTime": "2026-05-21T23:43:05.8314138+05:30"
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ],
  "Data": {
    "$ref": "2"
  }
}