# Create or Update Batch MemberMedicareResp Create or Update multiple MemberMedicareResp at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. Endpoint: PUT /subscribers/{subscriberID}/members/{memberSeq}/medicare-responsibilities-batch Version: v1 Security: apiKeyAuth, bearerAuth ## Header parameters: - `vbasoftware-database` (string, required) Target database ## Path parameters: - `subscriberID` (string, required) Subscriber ID - `memberSeq` (string, required) Member Seq ## Request fields (application/json): - `memberMedicareResp_Key` (integer) Unique identifier for each Medicare Reponsibility record on this Member. Note: The database will apply a default value of '0' for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of '0' to meet the API requirements and ensure that the functionality occurs as expected. - `cobC_Assigned_DCN` (string,null) Indicates the coordination of benefits contractor's document control number. - `compliance_Flag1` (string,null) Compliance Code 1. - `compliance_Flag10` (string,null) Compliance Code 10. - `compliance_Flag2` (string,null) Compliance Code 2. - `compliance_Flag3` (string,null) Compliance Code 3. - `compliance_Flag4` (string,null) Compliance Code 4. - `compliance_Flag5` (string,null) Compliance Code 5. - `compliance_Flag6` (string,null) Compliance Code 6. - `compliance_Flag7` (string,null) Compliance Code 7. - `compliance_Flag8` (string,null) Compliance Code 8. - `compliance_Flag9` (string,null) Compliance Code 9. - `disposition_Code` (string,null) Disposition code that indicates the results of processing. - `disposition_Code_Date` (string, required) Date associated with the disposition code. - `ersD_Coord_Period_End_Date` (string, required) End date of the coordination period for the Member's End State Renal Disease. - `ersD_Coord_Period_Start_Date` (string, required) Start date of the coordination period for the Member's End Stage Renal Disease. - `esrD_Self_Training_Date` (string, required) Date when the Member started self-training. - `entry_Date` (string) Date when the record was first added to the system. - `entry_User` (string,null) User that first added the record to the system. - `error_Code1` (string,null) Error Code 1. - `error_Code2` (string,null) Error Code 2. - `error_Code3` (string,null) Error Code 3. - `error_Code4` (string,null) Error Code 4. - `first_Dialysis_Date` (string, required) Date when the Member first underwent dialysis. - `hicn` (string,null) Indicates the Medicare health insurance claim number. - `late_Submission_Ind` (string,null) Indicates that the Medicare Sec. 111 submission was late. - `msP_Birth_Date` (string, required) Date of birth of the Medicare Secondary Payor. - `msP_Eff_Date` (string, required) Date when the Medicare Secondary Payor becomes/became effective. - `msP_Gender` (string,null) Gender of the Medicare Secondary Payor. - `msP_Last_Name` (string,null) Medicare Secondary Payor's last name. - `msP_Term_Date` (string, required) Date when the Medicare Secondary Payor expires/expired. - `medicare_Part_A_Eff_Date` (string, required) Date when this Medicare part becomes/became effective. - `medicare_Part_A_Term_Date` (string, required) Date when this Medicare part expires/expired. - `medicare_Part_A_Update_Date` (string, required) Date when this Medicare part was last updated. - `medicare_Part_B_Eff_Date` (string, required) Date when this Medicare part becomes/became effective. - `medicare_Part_B_Term_Date` (string, required) Date when this Medicare part expires/expired. - `medicare_Part_B_Update_Date` (string, required) Date when this Medicare part was last updated. - `medicare_Part_C_Control_Num` (string,null) Indicates the control number for the associated Medicare part. - `medicare_Part_C_Eff_Date` (string, required) Date when this Medicare part becomes/became effective. - `medicare_Part_C_Term_Date` (string, required) Date when this Medicare part expires/expired. - `medicare_Part_C_Update_Date` (string, required) Date when this Medicare part was last updated. - `medicare_Part_D_Control_Num` (string,null) Indicates the control number for the associated Medicare part. - `medicare_Part_D_Eff_Date` (string, required) Date when this Medicare part becomes/became effective. - `medicare_Part_D_Term_Date` (string, required) Date when this Medicare part expires/expired. - `medicare_Part_D_Update_Date` (string, required) Date when this Medicare part was last updated. - `member_Seq` (string,null) References Members.Member_Seq value on the parent record. - `rrE_Assigned_DCN` (string,null) Indicates the responsiible reporting entity's assigned document control number. - `submission_Status` (string,null) Status of the Medicare Sec. 111 reporting. - `subscriber_ID` (string,null) References Members.Subscriber_ID value on the parent record. - `transplant_Date_Most_Recent` (string, required) Date of the Member's most recent transplant. - `transplant_Failure_Date_Most_Recent` (string, required) Date of the Member's most recent transplant failure. - `update_Date` (string) Date when the record was last updated in the system. - `update_User` (string,null) User that last updated the record in the system. ## Response 207 fields (text/plain): - `data` (array,null) - `data.id` (array, required) List of key/value pairs that represent the unique id for the entity operation. - `data.id.key` (string,null) - `data.id.value` (any,null) - `data.status` (integer, required) http status of the operation (eg, 200, 201, 500) - `data.body` (string, required) operation message (eg, Updated, Created, Error message) - `error` (object) - `error.detail` (string,null) A human-readable explanation specific to this occurrence of the problem. - `error.instance` (string,null) A URI reference that identifies the specific occurrence of the problem.It may or may not yield further information if dereferenced. - `error.status` (integer) The HTTP status code([RFC7231], Section 6) generated by the origin server for this occurrence of the problem. - `error.title` (string,null) A short, human-readable summary of the problem type.It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization(e.g., using proactive content negotiation; see[RFC7231], Section 3.4). - `error.type` (string,null) A URI reference [RFC3986] that identifies the problem type. This specification encourages that, when dereferenced, it provide human-readable documentation for the problem type (e.g., using HTML [W3C.REC-html5-20141028]). When this member is not present, its value is assumed to be "about:blank". - `debug` (object) - `debug.activityID` (string, required) ## Response 401 fields