GetAppointmentImportFields
Returns the list of supported appointment target fields – including the custom fields defined for your organization – for the Import API calls. This is useful if you want to generate or manually modify a import configuration file. The list is returned as a JSON serialized array.
https://my.portatour.net/a/api/GetAppointmentImportFields?parameters
|
Optional URL parameters | |
language | Recommended. Language used for the export. More information |
---|
curl -o appointment_fields.json -u admin_username:admin_password
"https://my.portatour.net/a/api/GetAppointmentImportFields?language=en-US"
|