Creates a new MemberAlternatePayee
Success
Unauthorized
{- "subscriber_ID": "string",
- "member_Seq": "st",
- "alternate_Payee_ID": "string",
- "address": "string",
- "address2": "string",
- "check_Memo": "string",
- "city": "string",
- "country_ID": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "first_Name": "string",
- "last_Name": "string",
- "long_Name": "string",
- "middle_Name": "string",
- "relationship": "string",
- "state": "st",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "zip_Code": "string"
}
{- "data": {
- "subscriber_ID": "string",
- "member_Seq": "st",
- "alternate_Payee_ID": "string",
- "address": "string",
- "address2": "string",
- "check_Memo": "string",
- "city": "string",
- "country_ID": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "first_Name": "string",
- "last_Name": "string",
- "long_Name": "string",
- "middle_Name": "string",
- "relationship": "string",
- "state": "st",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "zip_Code": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all MemberAlternatePayee for the given subscriberId and memberSeq
Success
Unauthorized
Updates a specific MemberAlternatePayee.
Success
Unauthorized
{- "subscriber_ID": "string",
- "member_Seq": "st",
- "alternate_Payee_ID": "string",
- "address": "string",
- "address2": "string",
- "check_Memo": "string",
- "city": "string",
- "country_ID": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "first_Name": "string",
- "last_Name": "string",
- "long_Name": "string",
- "middle_Name": "string",
- "relationship": "string",
- "state": "st",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "zip_Code": "string"
}
{- "data": {
- "subscriber_ID": "string",
- "member_Seq": "st",
- "alternate_Payee_ID": "string",
- "address": "string",
- "address2": "string",
- "check_Memo": "string",
- "city": "string",
- "country_ID": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "first_Name": "string",
- "last_Name": "string",
- "long_Name": "string",
- "middle_Name": "string",
- "relationship": "string",
- "state": "st",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "zip_Code": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple MemberAlternatePayee at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "subscriber_ID": "string",
- "member_Seq": "st",
- "alternate_Payee_ID": "string",
- "address": "string",
- "address2": "string",
- "check_Memo": "string",
- "city": "string",
- "country_ID": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "first_Name": "string",
- "last_Name": "string",
- "long_Name": "string",
- "middle_Name": "string",
- "relationship": "string",
- "state": "st",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "zip_Code": "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"
}
}