POST api/CarsMovement/GetById
Request Information
URI Parameters
None.
Body Parameters
CarsMovementIdModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResponseOfCarsMovementModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiMessage | ApiMessage |
None. |
|
| Data | CarsMovementModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"ApiMessage": {
"StatusCode": 1,
"StatusMessage": "sample string 2"
},
"Data": {
"cm_Id": 1,
"Car_Name": "sample string 2",
"Driver_Name": "sample string 3",
"cm_DateOut": "sample string 4",
"cm_TimeOut": "sample string 5",
"cm_Status": true,
"cm_DateIn": "sample string 7",
"cm_TimeIn": "sample string 8",
"cm_CarId": 9,
"cm_DriveId": 10,
"cm_InvoiceKey": "sample string 11",
"cm_CreatedBy": 12,
"cm_CreatedDate": "sample string 13",
"cm_UpdatedBy": 14,
"cm_UpdatedDate": "sample string 15",
"cm_CreatedByName": "sample string 16",
"cm_UpdatedByName": "sample string 17",
"RowCount": 18
}
}