GET api/PackingType/DPak/{ClientId}

Get dpak packing types

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ClientId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Item

Collection of PackingType
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Number

integer

None.

Name

string

None.

Volume

decimal number

None.

Height

decimal number

None.

Width

decimal number

None.

Depth

decimal number

None.

Weight

decimal number

None.

Price

decimal number

None.

Code

string

None.

UseInFpak

boolean

None.

UseInDpak

boolean

None.

UseInTpak

boolean

None.

Response Formats

application/json, text/json

Sample:

Sample not available.