POST api/SSKVisitorCheckOut

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
request
Documentation for 'request'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "IdVehicleOwner": 1,
  "IdVehicle": 2,
  "IdRegisteredOwnerType": 3,
  "checkintime": "2025-12-06T11:11:20.0450436+05:30",
  "checkouttime": "2025-12-06T11:11:20.0450436+05:30"
}

application/xml, text/xml

Sample:
<SSKVisitordetailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EzyVisit_WebApi.Models.DBConnector.Class">
  <IdRegisteredOwnerType>3</IdRegisteredOwnerType>
  <IdVehicle>2</IdVehicle>
  <IdVehicleOwner>1</IdVehicleOwner>
  <checkintime>2025-12-06T11:11:20.0450436+05:30</checkintime>
  <checkouttime>2025-12-06T11:11:20.0450436+05:30</checkouttime>
</SSKVisitordetailModel>

application/x-www-form-urlencoded

Sample:

Sample not available.