Skip to content

Cms1500PolicyInput

Payload for associating a policy with a CMS 1500

Fields

_destroy · Boolean · If true, the join table record will be deleted upon submission
id · ID · The ID of the join table record
policy · PolicyInput · The associated policy
policy_id · String · The ID of the policy

Used By

Definition

"""
Payload for associating a policy with a CMS 1500
"""
input Cms1500PolicyInput {
"""
If true, the join table record will be deleted upon submission
"""
_destroy: Boolean
"""
The ID of the join table record
"""
id: ID
"""
The associated policy
"""
policy: PolicyInput
"""
The ID of the policy
"""
policy_id: String
}