POST api/FarmerApp/Track_Live_Case

Request Information

URI Parameters

None.

Body Parameters

Track_Live_Case_Input
NameDescriptionTypeAdditional information
Token_ID

string

None.

Mobile_No

string

None.

Customer_ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Token_ID": "sample string 1",
  "Mobile_No": "sample string 2",
  "Customer_ID": "sample string 3"
}

multipart/form-data

Sample:
{"Token_ID":"sample string 1","Mobile_No":"sample string 2","Customer_ID":"sample string 3"}

application/xml, text/xml

Sample:
<Track_Live_Case_Input xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Token_ID>sample string 1</Token_ID>
  <Mobile_No>sample string 2</Mobile_No>
  <Customer_ID>sample string 3</Customer_ID>
</Track_Live_Case_Input>

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.