GET api/Company/ClientId/{ClientId}
Get company information by ClientId (deprecated)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
Required |
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": "688d383b-50d6-4a0a-8f8f-16a660e7581e",
"Number": "sample string 2",
"Name": "sample string 3",
"Attributes": {
"TPakPackagingTypeId": "ce8df005-c3c5-4cfc-97cf-dc09352ab5d7",
"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"
}
}