Order Details

Retrieves the Order details

Order Details

GET env./api/{api-version}/Order/details

This endpoint allows you to get the Order details that have been entered previously.

Path Parameters

NameTypeDescription

api-version

string

API version is "1"

Query Parameters

NameTypeDescription

orderId

string

The Order dispatched to Shgardi ID, which is Generic Unique Identifier

Headers

NameTypeDescription

api-version

string

API version is "1"

Accept-Language

string

Default language is "en-US"

{
  "id": "string",
  "consignmentNo": "string",
  "pickupDate": "string",
  "deliveryDate": "string",
  "customerOrderNo": "string",
  "noOfPieces": "string",
  "weightKg": 0,
  "paymentMethod": 1,
  "dimensionsCm": "string",
  "orderDescription": "string",
  "recipientName": "string",
  "recipientMobile": "string",
  "recipientEmail": "string",
  "recipientAddress": "string",
  "recipientCity": "string",
  "recipientCommunity": "string",
  "recipientFlatFloor": "string",
  "recipientLatitude": 0,
  "recipientLongitude": 0,
  "recipientSplInstructions": "string",
  "senderName": "string",
  "senderMobile": "string",
  "senderEmail": "string",
  "senderAddress": "string",
  "senderLatitude": 0,
  "senderLongitude": 0,
  "senderCity": "string",
  "price": 0,
  "orderNumber": "string",
  "currentStatusId": 0,
  "currentStatusName": "string",
  "driverInfo": {
    "fullName": "string",
    "phoneNumber": "string",
    "profilePictureUrl": "string",
    "gender": "string",
    "rate": 0
  },
  "distance": 0,
  "driverLocationTrackings": [
    {
      "arriveTime": "2020-10-18T14:51:48.458Z",
      "latitude": 0,
      "longitude": 0
    }
  ]
}

Last updated