FM_APIs
  1. Schemas
FM_APIs
  • Shipment Order
    • /shipmentorder
      POST
  • Shipment Processing
    • /RTS/markRTS
      POST
    • /shipmentDetails/labelLink
      POST
    • /RTS/bulkMarkRTS
      POST
    • /ShipmentCancellation/markCancellation
      POST
    • /orderProcessing/printLabel
      POST
    • /orderProcessing/printInvoice
      POST
    • /orderProcessing/searchOrders
      POST
  • Shipment Tracking
    • /ClientOrderIn/orderTrackingDetails
      GET
    • /ClientOrderIn/eventDetails
      GET
    • /api/shipmentTracking/{awbNumber}
      GET
  • Schemas
    • Schemas
      • Address
      • ContactDetails
      • Dimension
      • QC
      • ShipmentOrderInput
      • ShipmentOrderOutput
    • Response
      • UnauthorizedError
      • ForbiddenError
      • BadRequestError
      • NotFoundError
      • InternalServerError
  1. Schemas

Address

{
    "addressLine1": "string",
    "addressLine2": "string",
    "city": "string",
    "pincode": "string",
    "state": "string",
    "country": "st",
    "latitude": "string",
    "longitude": "string",
    "addressType": "string",
    "addressConfidenceScore": 0,
    "floor": 0
}
Built with