POST api/CRM/GetUserCRMActivity

Request Information

URI Parameters

None.

Body Parameters

UserLocation
NameDescriptionTypeAdditional information
USL_USER_ID

integer

None.

USL_CP_ID

integer

None.

USL_LAT

string

None.

USL_LONG

string

None.

USL_DATETIME

date

None.

USL_SOURCE

string

None.

FROM_DATE

date

None.

TO_DATE

date

None.

Request Formats

application/json, text/json

Sample:
{
  "USL_USER_ID": 1,
  "USL_CP_ID": 1,
  "USL_LAT": "sample string 1",
  "USL_LONG": "sample string 2",
  "USL_DATETIME": "2024-05-19T15:43:44.6392236+05:30",
  "USL_SOURCE": "sample string 3",
  "FROM_DATE": "2024-05-19T15:43:44.6392236+05:30",
  "TO_DATE": "2024-05-19T15:43:44.6392236+05:30"
}

application/xml, text/xml

Sample:
<UserLocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <FROM_DATE>2024-05-19T15:43:44.6392236+05:30</FROM_DATE>
  <TO_DATE>2024-05-19T15:43:44.6392236+05:30</TO_DATE>
  <USL_CP_ID>1</USL_CP_ID>
  <USL_DATETIME>2024-05-19T15:43:44.6392236+05:30</USL_DATETIME>
  <USL_LAT>sample string 1</USL_LAT>
  <USL_LONG>sample string 2</USL_LONG>
  <USL_SOURCE>sample string 3</USL_SOURCE>
  <USL_USER_ID>1</USL_USER_ID>
</UserLocation>

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.