Save Arguments
API Function
Load a Template to an order
Applicable endpoints: JmWorkOrder, MoMediaOrder, XmTransmissionOrder
saveArgument : {"LoadTemplateOption":1}
//option to load child templates
saveArgument : {"LoadTemplateOption":1,"LoadChildTemplates":"Y"}curl --location --globoff '{APIBaseURL}/JmWorkOrder' \
--header 'Content-Type: application/json' \
--header 'saveArgument: {"LoadTemplateOption":1,"LoadChildTemplates":"Y"}' \
--header 'Authorization: Basic ********' \
--data '{
"jm_work_order": [
{
"wo_no_seq": {
"wo_no_seq": "+1"
},
"wo_desc": "Match2006",
"wo_begin_dt": "2026-08-22T10:00:00.000Z",
"wo_end_dt": "2026-08-22T16:00:00.000Z",
"wo_template_no": {
"wo_template_no": 1050
},
"wo_type_no": {
"wo_type_no": 3275
},
"phase_code": {
"phase_code": "Hold"
},
"rate_card_no": {
"rate_card_no": 1
},
"cust_id": {
"cust_id": "1157"
}
}
]
}'Load Template - prior method still supported.
Load a Service Template
Void a Work Order
Applicable endpoints: JmWorkOrder, MoMediaOrder, XmTransmissionOrder
Un-Void a Work Order
Applicable endpoints: JmWorkOrder, MoMediaOrder, XmTransmissionOrder
Actualise Work Order actuals
Applicable endpoints: JmActual
Post Time Card Batch
Applicable endpoint: TcBatch
Set the default Group of a Scheduling Resource
Applicable endpoints: SchResource
Approve a Bid
Applicable endpoints: BidVersion
Multiple Save Arguments
Last updated

