GET api/Company/V2
Get extended version 2 company information
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CompanyV2| Name | Description | Type | Additional 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": "e48d0190-4682-4f6b-9c3c-4cce0ca8a946",
"Number": "sample string 2",
"Name": "sample string 3",
"Attributes": {
"TPakPackagingTypeId": "3646e170-19d0-4e4a-9e6f-6eaeef13566e",
"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"
}
}