get https://api.repsly.com/v3/export/visitschedules//
Endpoint is used to export your visit schedules from Repsly.
Define start and end date to receive response with visit schedules occurred in wanted period.
Response definition
| Name | Type | Description |
|---|---|---|
| MetaCollectionResult\TotalCount | Integer | Total count of visit schedules |
| ScheduleDateAndTime | Datetime | Date and time of visit |
| RepresentativeCode | String (20) | Unique representative code (visitor in this visit) |
| RepresentativeName | String (80) | Representative name (visitor in this visit) |
| ClientCode | String (50) | Unique client code |
| ClientName | String (255) | Client name |
| StreetAddress | String (255) | Client street address |
| ZIP | String (20) | Client ZIP code |
| ZIPExt | String (20) | Client ZIP extension |
| City | String (255) | Client city |
| State | String (255) | Client state |
| Country | String (255) | Client country |
| VisitNote | Text | Note on the visit |
| DueDate | Datetime | Due date for the visit |