Creates a new SubscriberIDHistory
Success
Unauthorized
{- "change_ID": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "error_Number": 0,
- "new_Subscriber_ID": "string",
- "old_Subscriber_ID": "string",
- "table_Name": "string"
}
{- "data": {
- "change_ID": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "error_Number": 0,
- "new_Subscriber_ID": "string",
- "old_Subscriber_ID": "string",
- "table_Name": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all SubscriberIDHistory for the given newSubscriberID
Success
Unauthorized
Create or Update multiple SubscriberIDHistory at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "change_ID": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "error_Number": 0,
- "new_Subscriber_ID": "string",
- "old_Subscriber_ID": "string",
- "table_Name": "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"
}
}
Updates a specific SubscriberIDHistory.
Success
Unauthorized
{- "change_ID": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "error_Number": 0,
- "new_Subscriber_ID": "string",
- "old_Subscriber_ID": "string",
- "table_Name": "string"
}
{- "data": {
- "change_ID": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "error_Number": 0,
- "new_Subscriber_ID": "string",
- "old_Subscriber_ID": "string",
- "table_Name": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}