Download the PHP package kruegge82/cargoboard without Composer
On this page you can find all versions of the php package kruegge82/cargoboard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kruegge82/cargoboard
More information about kruegge82/cargoboard
Files in kruegge82/cargoboard
Package cargoboard
Short Description <h4>Authentication.</h4> <p>Authentication is done with X-API-KEY. You can request a key via mail to [email protected].
License unlicense
Homepage https://openapi-generator.tech
Informations about the package cargoboard
OpenAPIClient-php
<h4>Authentication.</h4> <p>Authentication is done with X-API-KEY. You can request a key via mail to [email protected].
For more information, please visit https://cargoboard.com/.
Installation & Usage
Requirements
PHP 8.1 and later.
Composer
To install the bindings via Composer, add the following to composer.json:
Then run composer install
Manual Installation
Download the files and include autoload.php:
Getting Started
Please follow the installation procedure and then run the following:
API Endpoints
All URIs are relative to https://api-sandbox.cargoboard.com
| Class | Method | HTTP request | Description |
|---|---|---|---|
| InvoicesApi | getInvoices | GET /v1/invoices | Get invoices |
| InvoicesApi | printsInvoicePdfDocument | GET /v1/invoices/{id}/pdf | Prints invoice pdf document |
| OrdersApi | cancelAnOrder | POST /v1/orders/{id}/cancel | Cancel an Order |
| OrdersApi | getAnOrder | GET /v1/orders/{id} | Get an Order |
| OrdersApi | getOrders | GET /v1/orders | Get orders |
| OrdersApi | getTrackingInformationForAnOrder | GET /v1/orders/{id}/tracking | Get tracking information for an Order |
| OrdersApi | placeAnOrder | POST /v1/orders | Place an Order |
| OrdersApi | printConfirmationForAnOrder | GET /v1/orders/{id}/print-confirmation | Print confirmation for an Order |
| OrdersApi | printShipmentLabelForAnOrder | GET /v1/orders/{id}/print-shipment-labels | Print shipment label for an Order |
| QuotationsApi | bookAnOrderBasedOnAQuotation | POST /v1/quotations/{id}/book | Book an Order Based on a Quotation |
| QuotationsApi | getAQuotation | GET /v1/quotations/{id} | Get a Quotation |
| QuotationsApi | getQuotations | GET /v1/quotations | Get quotations |
| QuotationsApi | placeAQuotation | POST /v1/quotations | Place a Quotation |
Models
- AdditionalInformation
- AddressOrder
- AddressQuotation
- Barcode
- BarcodeLevel
- BarcodeLevelError
- CO2Emission
- CancelOrder
- ConsigneeOrder
- ConsigneeQuotation
- ConsignmentLevel
- ConsignmentLevelError
- ConsignmentLevelEvent
- ConsignmentLevelEventValue
- ContactPerson
- CostItemOrder
- CostItemOrderForCustomer
- CostItemProduct
- CostItemQuotation
- CreateLineOrder
- CreateOrder
- CreateQuotation
- CustomerId
- DangerousGoodOrder
- DangerousGoodQuotation
- Delivery
- EasybillInvoice
- FindManyEasybillInvoicesResponse
- FindManyTrackingEventsResponse
- GeoPosition
- HateoasLink
- LineOrder
- LineQuotation
- NeutralData
- Order
- OrderForCustomer
- OrderId
- OrderProduct
- Price
- Quotation
- QuotationProduct
- ResponseCancelOrder
- ResponseCreateOrder
- ResponseCreateQuotation
- ResponseGetOrder
- ResponseGetOrders
- ResponseGetOrdersForCustomer
- ResponseGetQuotation
- ResponseGetQuotations
- ResponseGetTrackingAndOrderData
- ResponseGetTrackingData
- ResponseGetTrackingDataData
- Runtime
- ScanPoint
- ShipperOrder
- ShipperQuotation
- StatusEvent
- TrackingStatus
- TrackingStep
- UpdateOrder
- WorkflowInformation
Authorization
Authentication schemes defined for the API:
X-API-KEY
- Type: API key
- API key parameter name: X-API-KEY
- Location: HTTP header
Tests
To run the tests, use:
Author
About this package
This PHP package is automatically generated by the OpenAPI Generator project:
- API version:
1.0.5- Generator version:
7.17.0
- Generator version:
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen
All versions of cargoboard with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0