POST api/BHajanMandal?TYPE={TYPE}&USER_ID={USER_ID}&BHAJAN_ID={BHAJAN_ID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
TYPE | string |
Required |
|
USER_ID | string |
Required |
|
BHAJAN_ID | string |
Required |
Body Parameters
StartEndLatLongName | Description | Type | Additional information |
---|---|---|---|
START | string |
None. |
|
END | string |
None. |
|
WORD | string |
None. |
|
LATITUDE | string |
None. |
|
LONGITUDE | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "START": "sample string 1", "END": "sample string 2", "WORD": "sample string 3", "LATITUDE": "sample string 4", "LONGITUDE": "sample string 5" }
application/xml, text/xml
Sample:
<StartEndLatLong xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiNamo.Models"> <END>sample string 2</END> <LATITUDE>sample string 4</LATITUDE> <LONGITUDE>sample string 5</LONGITUDE> <START>sample string 1</START> <WORD>sample string 3</WORD> </StartEndLatLong>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |