Modifying the policy change
The specific information added, removed, or changed in a draft policy change varies based on the lines of business associated with the job's product. This information is specified using LOB-specific endpoints. For an overview of these endpoints, see Overview of modifying jobs.
The following is an example of adding a "limited liability for Mexico" line-level liability coverage to job pc:4040.
PATCH /job/v1/jobs/pc:4040/lines/PersonalAutoLine/coverages
{
"data": {
"attributes": {
"pattern": {
"id": "PALimitedMexicoCov"
}
}
}
}