Account Object Formats
Account Object Properties
Required properties are in Bold.
Property | Type | Description |
---|---|---|
{$ProdNum} | string | The property contains the actual product number who's price is to be set. |
Delete | boolean | Optional property. This property is used during a PUT request to remove specific items. This property will never be returned during a GET request. |
Price | decimal | Identifies the price associated with the product identified by ${ProdNum} field. |
Example
{ "1001" : { "Price" : 29.99 }, "1002" : { "Price" : 19.99 } }
In the above example the price of the product identified by the product number 1001 is set to 29.99.