Group Census Field Mapping Response

Output representation of the details that are returned after a group census field-mapping request is accepted. The response includes the asynchronous request ID and any errors that occurred while validating or scheduling the job.
JSON example
This is a sample success response.
1{
2  "errors": [],
3  "requestId": "15USB000007EXbB2AW"
4}
This is a sample response with errors.
1{
2  "errors": [
3    {
4      "code": "SF-INS-GB-00102",
5      "message": "The source Group Census record 0rfSB0000004aCvYAI doesn't exist or isn't accessible."
6    }
7  ]
8}
Property Name Type Description Filter Group and Version Available Version
errors Error Details[] List of errors that occurred while validating the request or scheduling the asynchronous field-mapping job. An empty list indicates that the job was scheduled successfully. Big, 68.0 68.0
requestId String ID of the asynchronous bulk request. Use this ID to track the status and results of the field-mapping job. Big, 68.0 68.0