Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add package type 6 and carrier DPD for platform NL #98

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/api-reference/04.data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Platform name

Carrier id

<DataTypeDefinition values="1,2,3,4,5,8,9,10,11" example="1 (PostNL),2 (bpost. Only available on sendmyparcel.be),3 (CheapCargo/pallets),4 (DPD. Only available on sendmyparcel.be),8 (UPS. Only available on MyParcel.nl),9 (DHL For You),10 (DHL Parcel Connect),11 (DHL Europlus)" />
<DataTypeDefinition values="1,2,3,4,5,8,9,10,11" example="1 (PostNL),2 (bpost. Only available on sendmyparcel.be),3 (CheapCargo/pallets),4 (DPD),8 (UPS. Only available on MyParcel.nl),9 (DHL For You),10 (DHL Parcel Connect),11 (DHL Europlus)" />

## coordinates

Expand Down Expand Up @@ -133,9 +133,9 @@ The content type of a package.
## package_type

The different shipments you can create. For SendMyParcel
only <DataType type="package-type" id="1" /> (package) is allowed.
only <DataType type="package-type" id="1" /> (package) and <DataType type="package-type" id="2" /> (mailbox package) are allowed.

<DataTypeDefinition values="1,2,3,4" example="1. package,2. mailbox package,3. letter,4. digital stamp" />
<DataTypeDefinition values="1,2,3,4,5,6" example="1. package,2. mailbox package,3. letter,4. digital stamp,5. pallet,6. small package" />
josvanwinkelmyparcel marked this conversation as resolved.
Show resolved Hide resolved

## paper_size

Expand Down
Loading