FieldMotion API Docs
Search…
⌃K
Getting Started
Account
AccountCategory
AccountCategoryGroup
Accounts
ApiKey
Appointment
AppointmentRecurrence
Appointments
AppointmentsFinancial
AppointmentType
AppointmentTypes
Asset
AssetMaintenance
AssetMaintenances
Assets
AssetType
AssetTypes
Calendar
Contract
Contracts
Customer
CustomerAppointments
CustomerAssets
CustomerInvoices
Customers
CustomerTable
CustomerType
CustomerTypes
Department
Departments
File
Files
Form
Forms
GoodsReceived
GoodsReceivedNote
ImportFilter
ImportFilters
Invoice
Invoices
Link
Links
Location
Locations
Outsourcing
PurchaseOrder
PurchaseOrderEntries
PurchaseOrderEntry
PurchaseOrders
Quote
Quotes
Referral
Report
Reports
RequisitionOrder
_setDeliveryDetails
_new
_setLink
_setDescription
_setDeliveryDate
_get
_delete
_setDeliveryCosts
_approve
RequisitionOrderEntries
RequisitionOrderEntry
RequisitionOrders
ScheduleOfRates
Setting
Settings
SMS
Stock
StockCategory
Supplier
Suppliers
Target
Task
TaskNote
TaskNotes
Tasks
TaskType
TaskTypes
User
UserFile
Users
Util
Vehicle
Vehicles
Powered By GitBook

_setDeliveryDate

Set the delivery date for a Requisition order.

Parameteres

###id ID of the requisition order which will have the delivery date set.

delivery_date

Delivery date of the requisition order, YYYY-MM-DD.

Example

FM_api('RequisitionOrder_setDeliveryDate', ['id' => '10', 'delivery_date' => '2018-11-10'])

Result

On Success

{"ok":1}
Previous
_setDescription
Next
_get
Last modified 4mo ago
Copy link
On this page
Parameteres
Example
Result