Skip to main content

FactoryInformation

localOrganizationId stringnullable

The Local Custom Id of the Factory

Example: client_1
localOrganizationIds string[]nullable

The list of all connected Local Custom Ids of the Factory

Example: ["F323333","F242146"]
organizationId integernullable

The Global organization Id of the Factory

Example: 291524
FactoryInformation
{
"localOrganizationId": "client_1",
"localOrganizationIds": [
"F323333",
"F242146"
],
"organizationId": 291524
}