Znode

Build Version:

PUT updateorderpurchaseordernumber/{orderId}

Updates the order Purchase Order number field.

Request Information

» Parameters

Name Description Additional information
orderId The ID of the order.

Define this parameter in the request URI.

model Purchase Order Number

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "PurchaseOrderNumber": "sample string 1"
}