• Overview
    • Packages
      • Create Shipment
        POST
      • Generate AWB
        POST
      • Get Package Current Status
        GET
      • Get Package Status History
        GET
      • List Package Statuses
        GET
      • Cancel Package
        PUT
      • Return Package
        PUT
    • Webhooks
      • Package Status Webhook
    • Addresses
      • List Cities
        GET
      • List Regions
        GET
      • List Region Cities
        GET
      • List City Villages
        GET
      • List Service Types
        GET
    • Schemas
      • NoteMessage
      • AddressDto
      • CitiesTripsTimeSchedule
      • CreatingPackageDto
      • IntegrationPackageRequestDto
      • MainCitiesTripsTimeSchedule
      • PackageItemsToDeliver
      • PackageIdentifiersWrapper
      • LocalizedKeyData
      • PackageStatusResponse
      • City
      • GeofenceData
      • Package

    AddressDto

    {
        "createdDate": "2019-08-24T14:15:22.123Z",
        "id": 0,
        "companyId": 0,
        "addressLine1": 123,
        "addressLine2": "string",
        "city": "string",
        "cityId": 0,
        "country": "string",
        "village": "string",
        "villageId": 0,
        "region": "string",
        "regionId": 0,
        "street": "string",
        "zipCode": "string",
        "latitude": 0,
        "longitude": 0,
        "locationAccuracy": 0,
        "notes": "string",
        "buildingNo": "string",
        "buildingName": "string",
        "floorNo": "string",
        "doorNo": "string",
        "arabicRegionName": "string",
        "arabicCityName": "string",
        "arabicVillageName": "string",
        "words": "string",
        "nationalAddress": "string",
        "isReceivingPoint": true,
        "geoGraphUrl": "string",
        "locatedByReceiver": true,
        "regionPrefix": "string",
        "what3words": "string",
        "shortAddress": "string"
    }
    Built with