Quickpac API
Project description
Quickpac
Here you will find all public interfaces to the Quickpac system.
This Python package is automatically generated by the Swagger Codegen project:
- API version: v1.00
- Package version: 1.0.0
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
Requirements.
Python 3.4+
Installation & Usage
pip install
pip install quickpac
Or you can install directly from Github:
pip install git+https://github.com/camptocamp/quickpac-client.git
Swagger client generation
Generate via Swagger codegen.
Getting Started
Please follow the installation procedure and then run the following:
import quickpac
from quickpac.rest import ApiException
from pprint import pprint
# Configure HTTP basic authorization: Basic
configuration = quickpac.Configuration()
configuration.username = 'YOUR_USERNAME'
configuration.password = 'YOUR_PASSWORD'
# create an instance of the API class
api_instance = quickpac.BarcodeApi(quickpac.ApiClient(configuration))
body = quickpac.GenerateLabelRequest() # GenerateLabelRequest | (optional)
try:
# Generates an address label
api_response = api_instance.barcode_generate_label_post(body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling BarcodeApi->barcode_generate_label_post: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to https://api.quickpac.ch
Class | Method | HTTP request | Description |
---|---|---|---|
BarcodeApi | barcode_generate_label_post | POST /Barcode/GenerateLabel | Generates an address label |
PickupMigrosApi | pickmup_set_paket_status_get | GET /Pickmup/SetPaketStatus | SetPaketStatus |
PickupMigrosApi | pickmup_set_paket_status_post | POST /Pickmup/SetPaketStatus | SetPaketStatus |
PickupMigrosApi | pickmup_set_ruecksendung_get | GET /Pickmup/SetRuecksendung | SetRuecksendung |
PickupMigrosApi | pickmup_set_ruecksendung_post | POST /Pickmup/SetRuecksendung | SetRuecksendung |
ZIPApi | z_ip_get_all_zip_codes_get | GET /ZIP/GetAllZipCodes | Returns all currently deliverable and planned postcodes. |
ZIPApi | z_ip_is_deliverable_zip_code_get | GET /ZIP/IsDeliverableZipCode | Checks whether the requested postcode can currently be delivered. |
Documentation For Models
- Communication
- Dimensions
- GenerateLabelCustomer
- GenerateLabelDefinition
- GenerateLabelEnvelope
- GenerateLabelFileInfos
- GenerateLabelRequest
- GenerateLabelResponse
- GenerateLabelResponseDefinition
- GenerateLabelResponseEnvelope
- GenerateLabelResponseEnvelopeData
- GenerateLabelResponseEnvelopeDataProvider
- GenerateLabelResponseEnvelopeDataProviderSending
- Item
- ItemChoiceType
- LabelData
- LabelDataProvider
- LabelDataProviderSending
- LabelResponseItem
- Language
- LanguageCode
- LogoAspectRatio
- LogoHorizontalAlign
- LogoVerticalAlign
- MessageType
- ModeType
- Notification
- NotificationType
- PickupMigrosCallbackResultResponse
- PickupMigrosSetPaketStatusRequest
- PickupMigrosSetRuecksendung
- PrintAddressesType
- Recipient
- ServiceCodeAttributes
- ZIPAllResponse
- ZIPIsCurrentResponse
- ZIPModel
Documentation For Authorization
Basic
- Type: HTTP basic authentication
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
quickpac-1.0.0.tar.gz
(35.7 kB
view details)
Built Distribution
quickpac-1.0.0-py3-none-any.whl
(98.9 kB
view details)
File details
Details for the file quickpac-1.0.0.tar.gz
.
File metadata
- Download URL: quickpac-1.0.0.tar.gz
- Upload date:
- Size: 35.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1095973eabed4cef11bac0ee1289002d05c40816288e204c9d89fb48b4930b1a |
|
MD5 | e73ca5a5afb5b314af96335b265c67a0 |
|
BLAKE2b-256 | 68900e68764b6decd889c1a0b4633ad1fc6d6f9358f0b6697d3e92de6d124e62 |
File details
Details for the file quickpac-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: quickpac-1.0.0-py3-none-any.whl
- Upload date:
- Size: 98.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0af0de5ab38f61f5a119694d1bafa31eb57c2e3edda4504bc98b6b5704419297 |
|
MD5 | 0028e11cd577dca65eab3d2d017c5c75 |
|
BLAKE2b-256 | f830ad10142d374c15838134dd233ced27105ed7b9297636eed27514df75c8ef |