Creates a new PayorAccountNotify
Success
Unauthorized
{- "payor_Account_Key": 0,
- "user_ID": "string"
}
{- "data": {
- "payor_Account_Key": 0,
- "user_ID": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all PayorAccountNotify
Success
Unauthorized
Create or Update multiple PayorAccountNotify at once. If the entity does not exist, it will be created. Updates are not allowed. If the entity does exist, an error message will be returned with the resultset.
Success
Unauthorized
[- {
- "payor_Account_Key": 0,
- "user_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"
}
}