{ "sections": [ "title", "description", "fields", "usage", "wsdl_segment", "field_reference" ], "title": "CaseSolution - Data API", "description": "Represents the association between a Case and a Solution.", "fields_columns": [ "type", "properties", "description", "relationship_name", "relationship_type", "refers_to" ], "fields": { "CaseId": { "type": "reference", "properties": "Create, Filter, Group, Sort", "description": "ID of the Case associated with the Solution. This is a relationship field.", "relationship_name": "Case", "relationship_type": "Lookup", "refers_to": "Case", "required": true }, "IsDeleted": { "type": "boolean", "properties": "Defaulted on create, Filter", "description": "Indicates whether the object has been moved to the Recycle Bin (true) or not (false). Label is Deleted." }, "SolutionId": { "type": "reference", "properties": "Create, Filter, Group, Sort", "description": "ID of the Solution associated with the case. This is a relationship field.", "relationship_name": "Solution", "relationship_type": "Lookup", "refers_to": "Solution", "required": true } }, "usage": "You can't update this object via the API. If you attempt to create a record that matches an existing record, the request simply returns the existing record.", "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n```", "field_reference": { "CaseId": { "field_label": "Case ID", "type": "reference", "length": "18" }, "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "Id": { "field_label": "Case Solution ID", "type": "id", "length": "18" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "SolutionId": { "field_label": "Solution ID", "type": "reference", "length": "18" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" } }, "field_reference_columns": [ "field_label", "type", "length" ] }