Subject Manager - Organization and organization contacts
Subject Manager service contains organization and organization contacts information.
Terms
Organization - such as a company, an institution, or an association—comprising one or more people and having a particular purpose.
Key endpoints
- [GET]
https://[HostName]/api/asol/idmsm/api/v1/Organizations/Current- Gets current organization public and private contact information for current access token.
Example response
{
"id": "[guid]",
"code": "[Organization identification number]|[ISO country code 3166-2]",
"organizationIdentification": {
"number": "[Organization identification number]",
"countryCode": "[ISO country code 3166-2]"
},
"name": "",
"taxId": "",
"vatIn": "",
"addresses": [
{
"id": "[guid]",
"line1": "",
"city": "",
"countryCode": "[ISO country code 3166-2]",
"zipCode": "",
"validFrom": "[ISO datetime]",
"addressTypeId": "[guid]",
"systemAddressType": "Main"
}
],
"contacts": [
{
"id": "[guid]",
"value": "",
"validFrom": "[ISO datetime]",
"contactTypeId": "[guid]"
}
],
"bankAccounts": [],
"relations": [],
"images": [],
"legalFormId": "121|SK",
"fromTrustedSource": false
}