List companies by organization number

Lists Companies by organization number. Note that OrgNo need not be unique within storm, only the combination of OrgNo and Name must be unique.

Request
query Parameters
orgNo
required
string

The organization number of the Companies to fetch. All non-numerical characters will be removed in the string before the search.

cultureCode
string

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

Responses
200

Success

500

Internal Server Error

get/CustomerService.svc/rest/ListCompaniesByOrgNo
Response samples
[
  • {
    }
]