GET api/Company
Get company information This API will be deprecated in the future! Use the new one using ClientId as parameter instead
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Company| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Number | string |
None. |
|
| Name | string |
None. |
|
| Attributes | CompanyAttribute |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "31ba5aee-35f4-4f48-ae26-5f768c04d641",
"Number": "sample string 2",
"Name": "sample string 3",
"Attributes": {
"TPakPackagingTypeId": "e9c5fb3e-9df9-468d-9bee-f643025fe03b",
"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"
}
}