POST api/multitrip/post_multitrip
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| obj | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"MONGODBNAME": "sample string 1",
"MTRIP_ID": 1,
"MTRIP_LR_ID": 2,
"MTRIP_CATEG_ID": 3,
"MTRIP_TRIPTYPE": 4,
"MTRIP_DRIVER_ID": "sample string 5",
"MTRIP_VNO": "sample string 6",
"MTRIP_FROM_STATION": "sample string 7",
"MTRIP_TO_STATION": "sample string 8",
"MTRIP_STARTDATE": "sample string 9",
"MTRIP_ENDDATE": "sample string 10",
"MTRIP_STATUS": "sample string 11",
"DRIVER_NAME": "sample string 12",
"DRIVER_CODE": "sample string 13",
"CategId": 14,
"Id": 15,
"VEHICLES_ID": 16,
"CreatedBy": 17,
"CreatedDate": "2025-12-08T13:27:44.0009645+05:30",
"ModifiedBy": 19,
"ModifiedDate": "2025-12-08T13:27:44.0009645+05:30",
"Operation": 1,
"Comments": "sample string 21"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
true