FieldMotion API Docs
Search
⌃
K
Getting Started
Account
AccountCategory
AccountCategoryGroup
Accounts
Address
ApiKey
Appointment
AppointmentRecurrence
Appointments
AppointmentsFinancial
AppointmentType
_delete
_new
_setArchived
_setDepartment
_setDuration
_setForm
_setName
_setNotes
_setNotification
_setPriority
AppointmentTypes
Asset
AssetMaintenance
AssetMaintenances
Assets
AssetTable
AssetType
AssetTypes
Contract
Contracts
Customer
CustomerAppointments
CustomerAssets
CustomerInvoices
Customers
CustomerTable
CustomerType
CustomerTypes
Department
Departments
File
Files
Form
Forms
Geofence
Geofences
GoodsReceived
GoodsReceivedNote
Invoice
Invoices
Link
Links
Location
Locations
MarketingExpense
MarketingExpenses
MarketingSource
MarketingSources
Outsourcing
PurchaseOrder
PurchaseOrderEntries
PurchaseOrderEntry
PurchaseOrders
Quote
Quotes
Referral
Report
Reports
RequisitionOrder
RequisitionOrderEntries
RequisitionOrderEntry
RequisitionOrders
ScheduleOfRates
Setting
Settings
SMS
Stock
StockCategory
Stocks
Supplier
Suppliers
Target
Task
TaskNote
TaskNotes
Tasks
TaskType
TaskTypes
User
UserClockin
UserClockins
UserFile
UserFilter
UserFilters
Users
Util
Vehicle
Vehicles
Powered By
GitBook
Comment on page
_setName
Sets the Name of the Appointment type.
Parameters
id
The ID of the Appointment Type.
name
The name to be set for the Appointment Type.
Example
FM_api('AppointmentType_setName', ['id' => '5', 'name' => 'new name'])
Result
On Success
{'ok':1}
Previous
_setForm
Next
_setNotes
Last modified
1yr ago