Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
  "trip_id":{
      "description":"Trip id of the trip to be closed",
      "datatype":"integer",
      "example":512342,
      "mandatory":true
   },
   "feed_unique_id":{
      "description":"Feed Unique id of the trip to be closed",
      "datatype":"string",
      "example":"632642-1564386538-584104",
      "mandatory":false
   },
   "close_date_time":{
      "description":"date and time on trip closure",
      "datatype":"string",
      "example":"2019-08-12 13:00:00",
      "mandatory":falsetrue
   },
   "comment":{
      "description":"trip closure comment",
      "datatype":"string",
      "example":"Closing trip after speaking to driver",
      "mandatory":falsetrue
   },

Responses:

Tip

Status code 200 Trip closed successfully

...