GET api/Company/ClientId/{ClientId}

Get company information by ClientId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ClientId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Company
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Number

string

None.

Name

string

None.

Attributes

CompanyAttribute

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "1a14ce53-eee1-4b17-abb6-bff3dafeec1c",
  "Number": "sample string 2",
  "Name": "sample string 3",
  "Attributes": {
    "TPakPackagingTypeId": "51ed4ac4-7546-4e9c-98b5-2d08e95589d1",
    "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"
  }
}