TRUXCO
  1. DRIVER APP
TRUXCO
  • GENERATION OF ACCESS TOKEN
  • DRIVER APP
    • REQUEST OTP
      POST
    • VERIFY OTP
      POST
    • RESEND OTP
      POST
    • DRIVER DOCUMENTS
      POST
    • UPLOAD DRIVER DOCUMENT
      POST
    • DRIVER TRIP DETAIL
      POST
    • ORDER DETAIL
      POST
    • STORE DRIVER RESPONSE
      POST
    • ORDER PTI DETAIL
      POST
    • UPLOAD PTI IMAGE
      POST
    • REMOVE PTI IMAGE
      POST
    • MARK PTI COMPLETE
      POST
    • DASHBOARD
      POST
    • TRIP ROUTE
      POST
    • FETCH LOAD JOURNEY
      POST
    • SAVE LOAD JOURNEY
      POST
    • SAVE CURRENT COORDINATES
      POST
    • ORDER DOCUMENT LIST
      POST
    • UPLOAD ORDER DOCUMENT
      POST
    • UPDATE PRE TRIP STATUS
      POST
    • TRIP ISSUE CATEGORY
      POST
    • RAISE ISSUE
      POST
    • CREATE MPIN
      POST
    • VERIFY MPIN
      POST
    • FORGOT MPIN
      POST
    • RESET MPIN
      POST
    • DELETE ORDER DOCUMENT
      POST
    • SEND GENERAL EMAIL
      POST
    • RAISED ISSUE LIST
      POST
    • DOWNLOAD DOCUMENT
      POST
    • SAVE ORDER LATEST LOCATION
      POST
    • START TRIP
      POST
  • TRANSFLOW
    • Login
    • Create Truckload
    • Add Document
  1. DRIVER APP

ORDER PTI DETAIL

Develop Env
http://122.160.87.36:9097/accordBackend
Develop Env
http://122.160.87.36:9097/accordBackend
POST
/api/orderPTIDetail

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://122.160.87.36:9097/accordBackend/api/orderPTIDetail' \
--header 'x-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "orderId" : "ORD250131.0932.000027"
}'
Response Response Example
{
    "responseCode": 200,
    "responseMsg": "Success",
    "powerUnitData": {
        "count": 0,
        "id": "PW001",
        "companyId": null,
        "unitNumber": "4655",
        "plateNumber": "AQ233RT",
        "mfgBy": null,
        "mfgYear": null,
        "model": null,
        "status": 0,
        "statusLabel": null,
        "unitAssocStatusLabel": null,
        "unitAssocImg": null,
        "key": null,
        "value": null,
        "version": 0,
        "ownerType": null,
        "ownerTypeLabel": null,
        "availStatus": 0,
        "availStatusLabel": null,
        "statusImageSrc": null,
        "hasIncompleteDocuments": 0,
        "hasExpiredDocument": 0,
        "currentLocation": "123 Street, BC, Vancouver, British Columbia, CA, a1b 1c1",
        "itemBgColor": null,
        "entityDocList": [],
        "mviCertNumber": null,
        "mviCertIssueDate": null,
        "mviCertExpiryDate": null,
        "mviIssueDate": null,
        "mviExpiryDate": null,
        "mviDaysToExpire": 0,
        "vin": "42342323423432"
    },
    "trailerData": {
        "count": 0,
        "id": "TR240329.0455.000009",
        "companyId": null,
        "trailerType": null,
        "length": null,
        "trailerNumber": "24-",
        "currentLocation": "515 BROADHOLLOW ROAD, MELVILLE, New York, US, 11747",
        "status": 0,
        "version": 0,
        "statusLabel": null,
        "key": null,
        "value": null,
        "ownerType": null,
        "ownerTypeLabel": null,
        "availStatus": 0,
        "availStatusLabel": null,
        "statusImageSrc": null,
        "hasIncompleteDocuments": 0,
        "hasExpiredDocument": 0,
        "itemBgColor": null,
        "entityDocList": [],
        "mviCertNumber": null,
        "mviCertIssueDate": null,
        "mviCertExpiryDate": null,
        "mviDaysToExpire": 0,
        "mviIssueDate": null,
        "mviExpiryDate": null,
        "vin": "2#sy",
        "plateNumber": "242--"
    },
    "ptiInfoData": {
        "companyId": "COM220504.1025.000010",
        "orderId": "ORD250131.0932.000027",
        "legId": "ORDLEG250709.0652.000004",
        "assignmentId": "ORDASGN250709.0652.000003"
    },
    "ptiInfoList": [
        {
            "id": "",
            "key": "FRONT",
            "label": "Front",
            "imageURL": ""
        },
        {
            "id": "",
            "key": "LEFT",
            "label": "Left",
            "imageURL": ""
        },
        {
            "id": "",
            "key": "BACK",
            "label": "Back",
            "imageURL": ""
        },
        {
            "id": "",
            "key": "RIGHT",
            "label": "Right",
            "imageURL": ""
        },
        {
            "id": "",
            "key": "INSIDE",
            "label": "Inside",
            "imageURL": ""
        }
    ]
}
Modified at 2025-08-04 07:55:06
Previous
STORE DRIVER RESPONSE
Next
UPLOAD PTI IMAGE
Built with