Creates a new GroupPayorAccountProviderFederal
Success
Unauthorized
{- "group_ID": "string",
- "setting_ID": "string",
- "federal_ID": "string"
}
{- "data": {
- "group_ID": "string",
- "setting_ID": "string",
- "federal_ID": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all GroupPayorAccountProviderFederal for the given groupID and settingID
Success
Unauthorized
Create or Update multiple GroupPayorAccountProviderFederal at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "group_ID": "string",
- "setting_ID": "string",
- "federal_ID": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}