Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Book Job Response Object Formats

JSON Format
{
	"OrderNum": "",
	"OrderedParts": [{
		"PartOrderNum": "",
		"Parts": ["", ""]
	}]
}

Book Job Response Object Properties

(info) Required properties are in bold

PropertyTypeDescription
OrderNumstringSpecifies the work order number for the follow-up service. Populating this field indicates that scheduling a follow-up work order has been successful.
OrderedPartscollection

Contains a collection of one or more orders for the required parts associated with the follow-up work order. Based on the parts being ordered, the back-end may decide to break up the order into multiple deliveries.

PropertyTypeDescription
PartOrderNumstringContains the order number associated with the parts order. This is a back-end generated number.
PartscollectionContains a collection of one or more product numbers of the ordered part.


  • No labels