# List matching benefit detail List of potential benefit matches along with a match count for a specific claim service line. Endpoint: GET /claim-batches/{batchNumber}/claims/{batchClaim}/details/{claimSeq}/adjudicate-benefit-match Version: v1 Security: apiKeyAuth, bearerAuth ## Header parameters: - `vbasoftware-database` (string, required) Target database ## Path parameters: - `batchNumber` (integer, required) Batch Number - `batchClaim` (integer, required) Batch Claim - `claimSeq` (string, required) Claim Seq ## Query parameters: - `planId` (string) Plan ID - `providerId` (string) Provider ID - `providerType` (string) Provider Type ## Response 200 fields (text/plain): - `data` (array,null) - `data.batch_Number` (integer,null) - `data.batch_Claim` (integer,null) - `data.claim_Seq` (string,null) - `data.adjustment_Seq` (string,null) - `data.service_Date` (string,null) - `data.benefit_Code` (string,null) - `data.place_Of_Service_Match` (integer,null) - `data.procedure_Code_Match` (integer,null) - `data.diagnostic_Code_Match` (integer,null) - `data.provider_Type_Match` (integer,null) - `data.specialty_Match` (integer,null) - `data.network_Match` (integer,null) - `data.relationship_Match` (integer,null) - `data.gender_Match` (integer,null) - `data.service_Age_Match` (integer,null) - `data.received_Age_Match` (integer,null) - `data.months_Enrolled_Match` (integer,null) - `data.days_Enrolled_Match` (integer,null) - `data.modifier_Match` (integer,null) - `data.billed_Match` (integer,null) - `data.billing_Taxonomy_Match` (integer,null) - `data.rendering_Taxonomy_Match` (integer,null) - `data.service_Facility_Taxonomy_Match` (integer,null) - `data.benefit_Description` (string,null) - `data.match_Count` (integer,null) - `data.total_Match_Count` (integer) - `data.benefit_Effective_Date` (string,null) - `data.benefit_Term_Date` (string,null) - `data.federal_ID_Match` (integer,null) - `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