Byelabel Api
    Byelabel Api
    • ByeLabel API Document
    • Me
      GET
    • Login
      POST
    • Refresh Token
      POST
    • Balance
      GET
    • Carrier List
      GET
    • Country List
      GET
    • State/Province List
      GET
    • State & City From Postal Code
      POST
    • Get Carrier Rates
      POST
    • Create Shipment (Label)
      POST
    • Schemas
      • Fail Result Schema
      • Success Result Schema
      • HTTP Error Schema
      • Tax Identifiers Schema
      • Weight Schema
      • Dimensions Schema
      • Sender Schema
      • Recipient Schema
      • Package Schema
      • Package Line Items Schema
      • Product Options Schema
      • Invoice Schema
      • Printing Options Schema
      • Order Schema
      • Carrier Rate Result Schema
      • Created Shipment Result Schema
      • Document To Print
      • Country Schema
      • State / Province Schema
      • Carrier Schema

    Recipient Schema

    {
        "name": "string",
        "company": "string",
        "country_code": "US",
        "zip_code": "string",
        "state_code": "string",
        "city": "string",
        "street": [
            "str"
        ],
        "residential": true,
        "phone": "string",
        "email": "user@example.com",
        "fax": "string",
        "tax_identifiers": [
            {
                "type": "VAT",
                "number": "string",
                "authority": {
                    "code": "US",
                    "name": "string"
                }
            }
        ]
    }
    Built with