Create Field on a VersionAsk AIpost https://api.pactsafe.com/v1.1/versions/{version_id}/fieldsNote: the Version must be in a draft state.Path Paramsversion_idstringrequiredThe unique ID of the Contract Version.Body ParamsnamestringrequiredThe name of the field.labelstringThe label of the field.typestringenumrequiredThe type of field.textcheckboxdatesignaturedropdownattachmentacceptance_dateinitialsShow 8 enum valuesrequiredbooleanWhether the field is required to be filled prior to acceptance.truefalsedefault_valuestringA default value that can be applied to the field.assignment_valuestringenumrequiredWhether the field is assigned to the Sender or the Signer.signersenderAllowed:signersenderread_onlybooleanWhether field field can be changed or not. This is typically only used in scenarios where the field has a default value.truefalsepersonastringThe Signer Role to use when creating the field.is_triggerbooleantruefalsetrigger_fieldstringtrigger_match_valuestringResponses 200Created Field 400Bad request. 401The requester is unauthorized. 404Not found.Updated 6 months ago