{ "sections": [ "title", "description", "fields", "special_access_rules", "field_reference" ], "title": "GeoState - Data API", "description": "Represents a state. This object is available in API version 57.0 and later.", "fields_columns": [ "type", "properties", "description", "relationship_name", "relationship_type", "refers_to" ], "fields": { "Description": { "type": "textarea", "properties": "Create, Filter, Group, Nillable, Sort, Update", "description": "A brief description of this record." }, "GeoCountryId": { "type": "reference", "properties": "Create, Filter, Group, Sort", "description": "ID of the GeoCountry associated with this GeoState. This field is a relationship field.", "relationship_name": "GeoCountry", "relationship_type": "Lookup", "refers_to": "GeoCountry" }, "IsoCode": { "type": "string", "properties": "Create, Filter, Group, Sort", "description": "Two-letter ISO code of the state as defined in the org’s State-Country picklist. This field is unique within your organization" }, "LastReferencedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The timestamp when the current user last accessed data in this record, a record related to this record, or a list view." }, "LastViewedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The timestamp when the current user last viewed this record or list view. If this value is null, it's possible the user accessed data in this record or list view but didn't view it directly." }, "Name": { "type": "string", "properties": "Create, Filter, Group, idLookup, Nillable, Sort, Update", "description": "The name of the state that corresponds with the ISO code." } }, "special_access_rules": "The GeoState object is available if B2B Commerce or D2C Commerce is enabled.", "field_reference": { "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "Description": { "field_label": "Description", "type": "textarea", "length": "255" }, "GeoCountryId": { "field_label": "Geo Country ID", "type": "reference", "length": "18" }, "Id": { "field_label": "Geo State ID", "type": "id", "length": "18" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "IsoCode": { "field_label": "Iso Code", "type": "string", "length": "3" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "LastReferencedDate": { "field_label": "Last Referenced Date", "type": "datetime" }, "LastViewedDate": { "field_label": "Last Viewed Date", "type": "datetime" }, "Name": { "field_label": "Name", "type": "string", "length": "255" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" } }, "field_reference_columns": [ "field_label", "type", "length" ] }