Portal Sync: Stops

Field  | 
         TME Field  | 
         Rules  | 
         Description  | 
        
|---|---|---|---|
| id | N/A Internal | Is prohibited | Must not be present when Adding. Is required when Updating or Removing. | 
| name | Place Name | ✅ Required. Must not be greater than 300 characters. | The name of the Stop. | 
| address | Description | ✅ Required. Must not be greater than 300 characters. | The address of the Stop. | 
| ref_stop_id | Ref. Stop ID | Must not be greater than 50 characters. | The Reference ID of the Stop, often used for internal reporting information. No public | 
| lat | Latitude | ✅ Required. Must be a number. | The latitude position of the Stop. | 
| lng | Longitude | ✅ Required. Must be a number. | The longitude position of the Stop. | 
| is_school | Is School | ✅ Must be a number. Must be between 0 and 1. | 0 = Not school 1 = School | 
| near_by_stop | N/A | Deprecated Value, will be removed, Ignore | Deprecated Value, will be removed, Ignore | 
| zone_id | Zone | Must be a number. Must be a valid ID. | The ID of the Zone the Stop is in. | 
| organisation_id | Organisation | Must be a number. Must be a valid ID. | The ID of the Organisation the Stop belongs to -  Organisation ID can be found by downloading the organisation list file from Users > Organisations  | 
        
| is_popular | Popular ticket box | Must be a number. Must be between 0 and 1. | Flag the Stop is popular | 
| status | N/A Internal | Must be a number. Must be between 0 and 1. | 0 = Stop is soft deleted and archived 1 = Stop is active | 
| bell_time_am | Bell Time AM | Is required unless 'is_school' is 0. | School Bell time in the AM data format is HH:MM:SS eg 09:33:00 | 
| bell_time_pm | Bell Time PM | Is required unless 'is_school' is 0. | School Bell time in the PM data format is HH:MM:SS eg 13:33:00 |