Group Census Field Mapping Input

Input representation of the filters and reference mapping rules used to remap fields on an existing group census in place, without creating new records.
JSON example
1{
2  "groupCensusFilters": {
3    "memberPlanFilter": {
4      "quoteId": "0Q0xx0000004CtoCAE"
5    }
6  },
7  "groupCensusReferenceMappings": {
8    "memberPlanReferenceMapping": {
9      "contractId": "800xx0000004C92AAE"
10    }
11  }
12}
Properties
Name Type Description Required or Optional Available Version
groupCensusFilters Group Census Filters Input Filters that identify which records of the existing group census are processed. For example, process only the group census member plans that belong to a specified quote. Optional 68.0
groupCensusReferenceMappings Group Census Reference Mappings Input Reference mapping rules that update group census records from a quote to a contract or from a contract to a quote. For example, remap quote line item references to contract group plans after a quote is converted to a contract. Optional 68.0