Skip to content

UpdateSecondaryClaimInput

Autogenerated input type of UpdateSecondaryClaim

Fields

deprecated DO NOT USE
claim_cob_overrides · ClaimCobOverridesInput · Claim-level COB override data (payment totals)
claim_line_cob_overrides · [ClaimLineCobOverridesInput!] · Line-level COB override data for each service line
id · ID! · required · The ID of the secondary CMS1500 to update

Used By

Definition

"""
Autogenerated input type of UpdateSecondaryClaim
"""
input UpdateSecondaryClaimInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
Claim-level COB override data (payment totals)
"""
claim_cob_overrides: ClaimCobOverridesInput
"""
Line-level COB override data for each service line
"""
claim_line_cob_overrides: [ClaimLineCobOverridesInput!]
"""
The ID of the secondary CMS1500 to update
"""
id: ID!
}