GET api/Company/V2

Get extended version 2 company information

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

CompanyV2
NameDescriptionTypeAdditional information
WMSSystemSettings

WMSSystemSetting

None.

Id

globally unique identifier

None.

Number

string

None.

Name

string

None.

Attributes

CompanyAttribute

None.

Response Formats

application/json, text/json

Sample:
{
  "WMSSystemSettings": {
    "AllowReceptionWithoutPurchaseOrder": true,
    "CheckQuantityReceivedVsQuantityOnPurchaseOrder": true,
    "GiveWarningWhenReceivedExceedsQuantityOnPurchaseOrder": true,
    "AllowPickRestrictedDistrOrder": true,
    "AllowPickRestricted": true
  },
  "Id": "122b2772-f272-4822-8efe-c4a5a6a17b89",
  "Number": "sample string 2",
  "Name": "sample string 3",
  "Attributes": {
    "TPakPackagingTypeId": "2ed74b96-d68e-47e2-a8ab-3070d3286ae9",
    "PrefixSSCC": "sample string 2",
    "PostfixSSCC": "sample string 3",
    "DigitInSequenceSSCC": 4,
    "PrefixPalletNo": "sample string 5",
    "PostfixPalletNo": "sample string 6",
    "DigitInSequencePalletNo": 7,
    "PickType": 8,
    "PDAAutoSaveItemRelocation": true,
    "PDAShowQuantityOnLocation": true,
    "PDACountOneByOne": true,
    "PalletWeight": 12.0,
    "PackingTypeWeight": 13.0,
    "EftaNo": "sample string 14"
  }
}