Creates a new SubscriberFlexExported
Success
Unauthorized
{- "subscriberFlexExported_Key": 0,
- "calendar_Year": "stri",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "export_Amount": 0.1,
- "export_Date": "2019-08-24T14:15:22Z",
- "export_Status": "string",
- "export_Type": "string",
- "group_ID": "string",
- "plan_ID": "string",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "subscriberFlexExported_Key": 0,
- "calendar_Year": "stri",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "export_Amount": 0.1,
- "export_Date": "2019-08-24T14:15:22Z",
- "export_Status": "string",
- "export_Type": "string",
- "group_ID": "string",
- "plan_ID": "string",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all SubscriberFlexExported for the given subscriberID and groupID and planID and calendarYear and effectiveDate
Success
Unauthorized
Gets SubscriberFlexExported
Success
Unauthorized
Updates a specific SubscriberFlexExported.
Success
Unauthorized
{- "subscriberFlexExported_Key": 0,
- "calendar_Year": "stri",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "export_Amount": 0.1,
- "export_Date": "2019-08-24T14:15:22Z",
- "export_Status": "string",
- "export_Type": "string",
- "group_ID": "string",
- "plan_ID": "string",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "subscriberFlexExported_Key": 0,
- "calendar_Year": "stri",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "export_Amount": 0.1,
- "export_Date": "2019-08-24T14:15:22Z",
- "export_Status": "string",
- "export_Type": "string",
- "group_ID": "string",
- "plan_ID": "string",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Deletes an SubscriberFlexExported
Success
Unauthorized
Create or Update multiple SubscriberFlexExported at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "subscriberFlexExported_Key": 0,
- "calendar_Year": "stri",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "export_Amount": 0.1,
- "export_Date": "2019-08-24T14:15:22Z",
- "export_Status": "string",
- "export_Type": "string",
- "group_ID": "string",
- "plan_ID": "string",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "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"
}
}