Map Group Census Fields (POST)

Map fields on an existing group census to the corresponding quote or contract records without creating new records. Use this resource to remap references from quote records to contract records, or from contract records back to quote records, for example after a quote is converted to a contract. This API runs asynchronously and returns a request ID that you can use to track the job status.
Resource
1/connect/insurance/group-censuses/censusId/actions/map-fields
Resource example
1https://yourInstance.salesforce.com/services/data/v68.0/connect/insurance/group-censuses/0rfxx000000001aEAA/actions/map-fields
Available version
68.0
HTTP methods
POST
Path parameter for POST
Parameter Name Type Description Required or Optional Available Version
censusId String ID of the group census whose fields are mapped in place. Required 68.0
Request body for POST
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
Response body for POST
Group Census Field Mapping Response