POST api/UploadVisits

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
uploadVisitDataModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "transmissionTime": "2024-11-18T05:40:41.9712816+00:00",
  "userID": "sample string 1",
  "jsonData": "sample string 2"
}

text/xml

Sample:
<UploadVisitDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IntradevMobileAPI.Models">
  <jsonData>sample string 2</jsonData>
  <transmissionTime>2024-11-18T05:40:41.9712816+00:00</transmissionTime>
  <userID>sample string 1</userID>
</UploadVisitDataModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UploadVisitDataModel'.

Response Information

Response body formats

application/json, text/json, text/xml

Sample:

Sample not available.