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 3 Next »

Book Job Response Object Formats

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

Book Job Response Object Properties

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.
PartOrderNumstringSpecifies the part order number (if known) for the required parts associated with the follow-up work order.
  • No labels