Skip to content

Commit

Permalink
Add package type 6 and carrier DPD for platform NL
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-MyParcel authored Feb 27, 2024
1 parent 783c158 commit b584819
Showing 1 changed file with 3 additions and 3 deletions.
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" />

## paper_size

Expand Down

0 comments on commit b584819

Please sign in to comment.