Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
POST
/api-v1/swissdec/institutions
curl \
--request POST 'https://wyzio.app/api-v1/swissdec/institutions' \
--header "Content-Type: application/json" \
--data '{"id":42,"organizationId":42,"domain":"AHV_AVS","organizationEmployeeGroupId":42,"institutionKey":"string","name":"string","institutionId":"string","customerIdentity":"string","contractIdentity":"string","active":true}'
Request examples
# Headers
# Payload
{
"id": 42,
"organizationId": 42,
"domain": "AHV_AVS",
"organizationEmployeeGroupId": 42,
"institutionKey": "string",
"name": "string",
"institutionId": "string",
"customerIdentity": "string",
"contractIdentity": "string",
"active": true
}
Response examples (200)
{
"id": 42,
"organizationId": 42,
"domain": "AHV_AVS",
"organizationEmployeeGroupId": 42,
"institutionKey": "string",
"name": "string",
"institutionId": "string",
"customerIdentity": "string",
"contractIdentity": "string",
"active": true
}