_getOrders
Fetches all PurchaseOrders and RequisitionOrders linked to a specified Target.
Parameters
target_id
The ID of the Target.
target_type
The type of the Target. It is an integer from 1-6, which corresponds to one of the following types:
Contract
Customer
Quote
Appointment
Department
Location
Example
This example fetches orders linked to an Appointment:
Result
On Success
An example showing two PurchaseOrders and two RequisitionOrders:
On Failure
If the User is not logged in:
If there is no Target ID provided:
If there is no Target type provided:
Last updated