[1.23.0] Place of cost creation (MPK)



Warning!

Resource is available only in: PL, IT

For the purposes of cost settlements, you can use the COD Report. MPK Resource - place of cost creation - dictionary value defined by user means, e.g: organization department which generated the cost (sent the parcel) - marketing department, logistics department, etc.

It could be freely defined, but should be unique. MPK is assigned to a parcel and even after the change of the MPK name, it cannot change in the historical data.


Structure

Resource MPK  has attributes:

Attribute

Type

Description

Availability

Attribute

Type

Description

Availability

id

Integer

Unique id.

PL, IT

name

String

Place of cost creation name.

PL, IT

description

String

Place of cost creation description.

PL, IT

updated_at

DateTime

Last update.

PL, IT

created_at

DateTime

Creation date.

PL, IT

Example:

{ "href": "https://api-shipx-pl.easypack24.net/v1/mpks/1", "id": 1, "name": "Place of cost creation name.", "description": "Place of cost creation description", "created_at": "2018-05-15T21:58:49.427+02:00", "updated_at": "2018-05-17T10:35:59.644+02:00" }

 

Authorization

Access to resource requires correct and valid access token.

 

List of MPK

 Resource is paged.

GET /v1/organizations/:organization_id/mpks

Sorting

Parameter

Description

Availability

Parameter

Description

Availability

sort_by

Attribute by which list will be sorted

PL, IT

sort_order

Default: asc
Available: ascdesc

PL, IT

Request example

curl -X GET https://api-shipx-pl.easypack24.net/v1/organizations/1/mpks -H 'Authorization: Bearer token' -H 'Content-Type: application/json'

Response


 

Details of MPK

Request example

Response


 

Details of MPK

Request example

Response


 

Creation of MPK

Parameters

Parameter

Type

Description

Requirements

Availability

Parameter

Type

Description

Requirements

Availability

name

String

MPK name

  • Attribute is required

  • Attribute is unique within organization

  • Max length 255 characters

PL, IT

description

String

MPK description

  • Attribute is required

PL, IT

Request example

Response

 

List of error keys that may occur:

  • resource_not_found - organization with this ID does not exist


 

Updating of MPK

Parameters

Parameter

Type

Description

Requirements

Availability

Parameter

Type

Description

Requirements

Availability

name

String

MPK name

  • Attribute is required

  • Attribute is unique within organization

  • Max length 255 characters

PL, IT

description

String

MPK description

  • Attribute is required

PL, IT

Request example

Response