Cms1500PolicyInput
Payload for associating a policy with a CMS 1500
Fields
policy
· PolicyInput
· The associated 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}