FactoryInformation
localOrganizationIdstringnullable
The Local Custom Id of the Factory
Example:
client_1
localOrganizationIdsstring[]nullable
The list of all connected Local Custom Ids of the Factory
Example:
["F323333","F242146"]
organizationIdintegernullable
The Global organization Id of the Factory
Example:
291524
FactoryInformation
{
"localOrganizationId": "client_1",
"localOrganizationIds": [
"F323333",
"F242146"
],
"organizationId": 291524
}