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": "dab2f78c-c323-4011-969e-a6b5a37300bd",
"Number": "sample string 2",
"Name": "sample string 3",
"Attributes": {
"TPakPackagingTypeId": "9162cc8e-bf23-4311-a881-f84fa1eee137",
"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"
}
}