ROSE Developers - Web API Reference

Materials Management | Materials Item

The materials item is used to store information related with the materials item life cycle.

This service extends Items.

Overview


URL api/{tenantKey}/{orgKey}/materialsCore/materialsItems
Methods Supported GET, POST, PUT, DELETE

All Operations

This service includes the following operations:

All Resources

This service uses the following resources:

All Enumerations

This service uses the following enumerations:

GET Operations

GET MaterialsItems

Returns the list of all the entity records available.

Response:

When successful, the response body contains the list of records available. See MaterialsItemResource.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

GET /materialsCore/materialsItems/extension

GET MaterialsItems (paged)

Returns a page of the list of all the entity records available.

The following elements are optional:

page (int) The index of the page of the list that should be returned. This is a query string parameter.
pageSize (int) The number of page elements that should be returned (max. is 1000). This is a query string parameter.

Response:

When successful, the response body contains the list of records available. See MaterialsItemResource.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

GET /materialsCore/materialsItems/extension?page={page}&pageSize={pageSize}

GET MaterialsItem by identifier

Returns the entity record that matches the specified identifier.

The following elements are required:

id (string) The record identifier.

Response:

When successful, the response body contains the entity record. See MaterialsItemResource.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.
404 NotFound. The specified record does not exist.

Resource URL:

GET /materialsCore/materialsItems/{id}/extension

GET MaterialsItem by key

Returns the entity record that matches the specified key.

The following elements are required:

itemKey (string) The key for the item. Uniquely identifies the item within the organization.

Response:

When successful, the response body contains the entity record. See MaterialsItemResource.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.
404 NotFound. The specified record does not exist.

Resource URL:

GET /materialsCore/materialsItems/{itemKey}/extension

GET MaterialsItems (with Item)

Returns the list of all the entity records available. Each record contains both data from the entity and the base entity.

Response:

When successful, the response body contains the list of records available. See BaseMaterialsItemResource.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

GET /materialsCore/materialsItems

GET MaterialsItems (with Item) (paged)

Returns a page of the list of all the entity records available. Each record contains both data from the entity and the base entity.

The following elements are optional:

page (int) The index of the page of the list that should be returned. This is a query string parameter.
pageSize (int) The number of page elements that should be returned (max. is 1000). This is a query string parameter.

Response:

When successful, the response body contains the list of records available. See BaseMaterialsItemResource.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

GET /materialsCore/materialsItems?page={page}&pageSize={pageSize}

GET MaterialsItem (with Item) by identifier

Returns the entity record that matches the specified identifier. The record contains both data from the entity and the base entity.

The following elements are required:

id (string) The record identifier.

Response:

When successful, the response body contains the entity record. See BaseMaterialsItemResource.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.
404 NotFound. The specified record does not exist.

Resource URL:

GET /materialsCore/materialsItems/{id}

GET MaterialsItem (with Item) by key

Returns the entity record that matches the specified key. The record contains both data from the entity and the base entity.

The following elements are required:

itemKey (string) The key for the item. Uniquely identifies the item within the organization.

Response:

When successful, the response body contains the entity record. See BaseMaterialsItemResource.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.
404 NotFound. The specified record does not exist.

Resource URL:

GET /materialsCore/materialsItems/{itemKey}

POST Operations

POST MaterialsItems

Creates a new entity record.

The following elements are required:

materialsItemResource (ApiMaterialsItemResource) The request body should contain the entity record that should be created.
See ApiMaterialsItemResource.

The following elements are optional:

customAttributes (JSON Document) A key-value pair in JSON format that represents the extensibility custom attributes for this entity.
The key should be the custom attribute name prefixed with "custom_", e.g. "custom_attributeName".
While the "customAttributes" element is optional, please notice that specific custom attributes might be marked as required.

Response:

When successful, the response body contains the new entity record identifier. The resource header location property contains the URL for the new entity record. See ApiMaterialsItemResource.

Response status codes:

201 Created. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

POST /materialsCore/materialsItems/extension

POST MaterialsItems (with ApiBaseMaterialsItem)

Creates a new entity record. The record shoud contain both data from the entity and the base entity.

The following elements are required:

materialsItemResource (ApiMaterialsItemResource) The request body should contain the entity record that should be created.
See ApiMaterialsItemResource.

The following elements are optional:

customAttributes (JSON Document) A key-value pair in JSON format that represents the extensibility custom attributes for this entity.
The key should be the custom attribute name prefixed with "custom_", e.g. "custom_attributeName".
While the "customAttributes" element is optional, please notice that specific custom attributes might be marked as required.

Response:

When successful, the response body contains the new entity record identifier. The resource header location property contains the URL for the new entity record. See ApiBaseMaterialsItemResource.

Response status codes:

201 Created. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

POST /materialsCore/materialsItems

POST Materials Item

Inserts a new 'Materials Item Warehouse' in the 'Materials Item'.

The following elements are required:

itemKey (string) The key for the item. Uniquely identifies the item within the organization.
value (ApiMaterialsItemMaterialsItemWarehousesResource) The ApiMaterialsItemMaterialsItemWarehousesResource instance.
See ApiMaterialsItemMaterialsItemWarehousesResource.

The following elements are optional:

customAttributes (JSON Document) A key-value pair in JSON format that represents the extensibility custom attributes for this entity.
The key should be the custom attribute name prefixed with "custom_", e.g. "custom_attributeName".
While the "customAttributes" element is optional, please notice that specific custom attributes might be marked as required.

Response:

When successful, the response body is empty.

Response status codes:

204 NoContent. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

POST /materialsCore/materialsItems/{itemKey}/materialsItemWarehouses

POST Materials Item

Inserts a new 'Materials Item Dimension' in the 'Materials Item'.

The following elements are required:

itemKey (string) The key for the item. Uniquely identifies the item within the organization.
value (ApiMaterialsItemEntityDimensionDetailsResource) The ApiMaterialsItemEntityDimensionDetailsResource instance.
See ApiMaterialsItemEntityDimensionDetailsResource.

The following elements are optional:

customAttributes (JSON Document) A key-value pair in JSON format that represents the extensibility custom attributes for this entity.
The key should be the custom attribute name prefixed with "custom_", e.g. "custom_attributeName".
While the "customAttributes" element is optional, please notice that specific custom attributes might be marked as required.

Response:

When successful, the response body is empty.

Response status codes:

204 NoContent. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

POST /materialsCore/materialsItems/{itemKey}/entityDimensionDetails

PUT Operations

PUT Set CalculatedUnitCost MaterialsItemWarehouse

Updates the value of attribute 'CalculatedUnitCost' in the specified entity record.

The following elements are required:

itemKey (string) The key for the item. Uniquely identifies the item within the organization.
lineId (string) The detail identifier.
value (decimal) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /materialsCore/materialsItems/{itemKey}/materialsItemWarehouses/{lineId}/calculatedUnitCost

PUT Set Currency MaterialsItemWarehouse

Updates the value of attribute 'Currency' in the specified entity record.

The following elements are required:

itemKey (string) The key for the item. Uniquely identifies the item within the organization.
lineId (string) The detail identifier.
value (string) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /materialsCore/materialsItems/{itemKey}/materialsItemWarehouses/{lineId}/currency

PUT Set DefaultWarehouse MaterialsItem

Updates the value of attribute 'DefaultWarehouse' in the specified entity record.

The following elements are required:

itemKey (string) The key for the item. Uniquely identifies the item within the organization.
value (string) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /materialsCore/materialsItems/{itemKey}/defaultWarehouse

PUT Set Dimension MaterialsItemDimension

Updates the value of attribute 'Dimension' in the specified entity record.

The following elements are required:

itemKey (string) The key for the item. Uniquely identifies the item within the organization.
lineId (string) The detail identifier.
value (string) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /materialsCore/materialsItems/{itemKey}/entityDimensionDetails/{lineId}/dimension

PUT Set DimensionValue MaterialsItemDimension

Updates the value of attribute 'DimensionValue' in the specified entity record.

The following elements are required:

itemKey (string) The key for the item. Uniquely identifies the item within the organization.
lineId (string) The detail identifier.
value (string) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /materialsCore/materialsItems/{itemKey}/entityDimensionDetails/{lineId}/dimensionValue

PUT Set InventoryBalance MaterialsItemWarehouse

Updates the value of attribute 'InventoryBalance' in the specified entity record.

The following elements are required:

itemKey (string) The key for the item. Uniquely identifies the item within the organization.
lineId (string) The detail identifier.
value (decimal) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /materialsCore/materialsItems/{itemKey}/materialsItemWarehouses/{lineId}/inventoryBalance

PUT Set IsActive MaterialsItem

Updates the value of attribute 'IsActive' in the specified entity record.

The following elements are required:

itemKey (string) The key for the item. Uniquely identifies the item within the organization.
value (bool) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.
404 NotFound. The specified record does not exist.

Resource URL:

PUT /materialsCore/materialsItems/{itemKey}/isActive

PUT Set IsLocked MaterialsItemWarehouse

Updates the value of attribute 'IsLocked' in the specified entity record.

The following elements are required:

itemKey (string) The key for the item. Uniquely identifies the item within the organization.
lineId (string) The detail identifier.
value (bool) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /materialsCore/materialsItems/{itemKey}/materialsItemWarehouses/{lineId}/isLocked

PUT Set ItemSubtype MaterialsItem

Updates the value of attribute 'ItemSubtype' in the specified entity record.

The following elements are required:

itemKey (string) The key for the item. Uniquely identifies the item within the organization.
value (string) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /materialsCore/materialsItems/{itemKey}/itemSubtype

PUT Set MaxStock MaterialsItem

Updates the value of attribute 'MaxStock' in the specified entity record.

The following elements are required:

itemKey (string) The key for the item. Uniquely identifies the item within the organization.
value (decimal) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /materialsCore/materialsItems/{itemKey}/maxStock

PUT Set MinStock MaterialsItem

Updates the value of attribute 'MinStock' in the specified entity record.

The following elements are required:

itemKey (string) The key for the item. Uniquely identifies the item within the organization.
value (decimal) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /materialsCore/materialsItems/{itemKey}/minStock

PUT Set StockBalance MaterialsItemWarehouse

Updates the value of attribute 'StockBalance' in the specified entity record.

The following elements are required:

itemKey (string) The key for the item. Uniquely identifies the item within the organization.
lineId (string) The detail identifier.
value (decimal) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /materialsCore/materialsItems/{itemKey}/materialsItemWarehouses/{lineId}/stockBalance

PUT Set Warehouse MaterialsItemWarehouse

Updates the value of attribute 'Warehouse' in the specified entity record.

The following elements are required:

itemKey (string) The key for the item. Uniquely identifies the item within the organization.
lineId (string) The detail identifier.
value (string) The request body should contain the new value for the attribute.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

PUT /materialsCore/materialsItems/{itemKey}/materialsItemWarehouses/{lineId}/warehouse

PUT Set Custom Attribute MaterialsItem

Updates the value of 'CustomAttribute' in the specified entity record.

The following elements are required:

itemKey (string) The key for the item. Uniquely identifies the item within the organization.
customAttributeName (string) The custom attribute name.
value (ExtensibilityCustomAttributeValueResource) The request body should contain the new value for the custom attribute.
See ExtensibilityCustomAttributeValueResource.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.
404 NotFound. The specified record does not exist.

Resource URL:

PUT /materialsCore/materialsItems/{itemKey}/{customAttributeName}

PUT Set Custom Attribute MaterialsItemWarehouse

Updates the value of 'CustomAttribute' in the specified entity record.

The following elements are required:

itemKey (string) The key for the item. Uniquely identifies the item within the organization.
lineId (string) The detail identifier.
customAttributeName (string) The custom attribute name.
value (ExtensibilityCustomAttributeValueResource) The request body should contain the new value for the custom attribute.
See ExtensibilityCustomAttributeValueResource.

Response:

When successful, the response body is empty.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.
404 NotFound. The specified record does not exist.

Resource URL:

PUT /materialsCore/materialsItems/{itemKey}/materialsItemWarehouses/{lineId}/{customAttributeName}

DELETE Operations

DELETE Materials Item Warehouse by identifier

Deletes the entity record that matches the specified identifier.

The following elements are required:

itemKey (string) The key for the item. Uniquely identifies the item within the organization.
lineId (string) The line identifier.

Response:

When successful, the response body is empty.

Response status codes:

204 NoContent. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.
404 NotFound. The specified record does not exist.

Resource URL:

DELETE /materialsCore/materialsItems/{itemKey}/materialsItemWarehouses/{lineId}

DELETE Materials Item Dimension by identifier

Deletes the entity record that matches the specified identifier.

The following elements are required:

itemKey (string) The key for the item. Uniquely identifies the item within the organization.
lineId (string) The line identifier.

Response:

When successful, the response body is empty.

Response status codes:

204 NoContent. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.
404 NotFound. The specified record does not exist.

Resource URL:

DELETE /materialsCore/materialsItems/{itemKey}/entityDimensionDetails/{lineId}

DELETE MaterialsItem by identifier

Deletes the entity record that matches the specified identifier.

The following elements are required:

id (string) The record identifier.

Response:

When successful, the response body is empty.

Response status codes:

204 Deleted. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.
404 NotFound. The specified record does not exist.

Resource URL:

DELETE /materialsCore/materialsItems/{id}

DELETE MaterialsItem by key

Deletes the entity record that matches the specified key.

The following elements are required:

itemKey (string) The key for the item. Uniquely identifies the item within the organization.

Response:

When successful, the response body is empty.

Response status codes:

204 Deleted. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.
404 NotFound. The specified record does not exist.

Resource URL:

DELETE /materialsCore/materialsItems/{itemKey}

Resources


ApiBaseMaterialsItemEntityDimensionDetailsResource

The following elements are required:

dimension (string) The dimension.
dimensionValue (string) The dimension value.


ApiBaseMaterialsItemMaterialsItemWarehousesResource

The following elements are required:

warehouse (string) The warehouse for the Materials Item Warehouse.
stockBalance (decimal) The stock balance for the warehouse.
calculatedUnitCost (MoneyResource) The calculated unit cost for the warehouse.
See MoneyResource .
inventoryBalance (MoneyResource) The inventory balance for the warehouse.
See MoneyResource .
isLocked (bool) Indicates if the warehouse is currently locked.
currency (string) The currency for the warehouse.


ApiBaseMaterialsItemResource

The following elements are required:

defaultWarehouse (string) The default warehouse for the Materials Item.
itemKey (string) The key for the item. Uniquely identifies the item within the organization.
description (string) The description for the item.
isExternallyManaged (bool) A flag indicating if the item is externally managed.
baseUnit (string) The base unit for the item.
itemType (enum ItemType) The item type for the item.
See ItemType.
itemAccountType (string) The item type for accounting purposes.
itemSet (string) The item set is used to associate the item to a set of items.

The following elements are optional:

maxStock (decimal) The maximum stock for the Materials Item.
minStock (decimal) The minimum stock for the Materials Item.
materialsItemWarehouses (List of ApiBaseMaterialsItemMaterialsItemWarehousesResource) The Materials Item Warehouses for the Materials Item.
See ApiBaseMaterialsItemMaterialsItemWarehousesResource.
itemSubtype (string) The Item Subtype for the Materials Item.
entityDimensionDetails (List of ApiBaseMaterialsItemEntityDimensionDetailsResource) The dimensions of the materials item.
See ApiBaseMaterialsItemEntityDimensionDetailsResource.
complementaryDescription (string) The extended description for the item.
assortment (string) The assortment for the item.
barcode (string) The barcode for the item.
brand (string) The brand for the item.
image (string) The picture for the item.
remarks (string) The remarks for the item.
externalId (string) The external identifier for the item.
externalVersion (string) The external version for the item.
brandModel (string) The brand model for the item.


ApiMaterialsItemEntityDimensionDetailsResource

The following elements are required:

dimension (string) The dimension.
dimensionValue (string) The dimension value.


ApiMaterialsItemMaterialsItemWarehousesResource

The following elements are required:

warehouse (string) The warehouse for the Materials Item Warehouse.
stockBalance (decimal) The stock balance for the warehouse.
calculatedUnitCost (MoneyResource) The calculated unit cost for the warehouse.
See MoneyResource .
inventoryBalance (MoneyResource) The inventory balance for the warehouse.
See MoneyResource .
isLocked (bool) Indicates if the warehouse is currently locked.
currency (string) The currency for the warehouse.


ApiMaterialsItemResource

The following elements are required:

defaultWarehouse (string) The default warehouse for the Materials Item.
itemKey (string) The key for the item. Uniquely identifies the item within the organization.

The following elements are optional:

maxStock (decimal) The maximum stock for the Materials Item.
minStock (decimal) The minimum stock for the Materials Item.
materialsItemWarehouses (List of ApiMaterialsItemMaterialsItemWarehousesResource) The Materials Item Warehouses for the Materials Item.
See ApiMaterialsItemMaterialsItemWarehousesResource.
itemSubtype (string) The Item Subtype for the Materials Item.
entityDimensionDetails (List of ApiMaterialsItemEntityDimensionDetailsResource) The dimensions of the materials item.
See ApiMaterialsItemEntityDimensionDetailsResource.


BaseMaterialsItemEntityDimensionDetailsResource

The following elements are required:

dimension (string) The dimension.
dimensionValue (string) The dimension value.


BaseMaterialsItemMaterialsItemWarehousesResource

The following elements are required:

warehouse (string) The warehouse for the Materials Item Warehouse.
stockBalance (decimal) The stock balance for the warehouse.
calculatedUnitCost (MoneyResource) The calculated unit cost for the warehouse.
See MoneyResource .
inventoryBalance (MoneyResource) The inventory balance for the warehouse.
See MoneyResource .
isLocked (bool) Indicates if the warehouse is currently locked.
currency (string) The currency for the warehouse.


BaseMaterialsItemResource

The following elements are required:

defaultWarehouse (string) The default warehouse for the Materials Item.
itemKey (string) The key for the item. Uniquely identifies the item within the organization.
description (string) The description for the item.
isExternallyManaged (bool) A flag indicating if the item is externally managed.
baseUnit (string) The base unit for the item.
itemType (enum ItemType) The item type for the item.
See ItemType.
itemAccountType (string) The item type for accounting purposes.
itemSet (string) The item set is used to associate the item to a set of items.

The following elements are optional:

maxStock (decimal) The maximum stock for the Materials Item.
minStock (decimal) The minimum stock for the Materials Item.
materialsItemWarehouses (List of BaseMaterialsItemMaterialsItemWarehousesResource) The Materials Item Warehouses for the Materials Item.
See BaseMaterialsItemMaterialsItemWarehousesResource.
itemSubtype (string) The Item Subtype for the Materials Item.
entityDimensionDetails (List of BaseMaterialsItemEntityDimensionDetailsResource) The dimensions of the materials item.
See BaseMaterialsItemEntityDimensionDetailsResource.
complementaryDescription (string) The extended description for the item.
assortment (string) The assortment for the item.
barcode (string) The barcode for the item.
brand (string) The brand for the item.
image (string) The picture for the item.
remarks (string) The remarks for the item.
externalId (string) The external identifier for the item.
externalVersion (string) The external version for the item.
brandModel (string) The brand model for the item.


MaterialsItemDimensionResource

The following elements are required:

dimension (string) The dimension.
dimensionValue (string) The dimension value.


MaterialsItemResource

The following elements are required:

defaultWarehouse (string) The default warehouse for the Materials Item.
(fk) Allowed value: the natural key of a record of type Warehouse. These records are accessibly through the Warehouses service.
itemKey (string) The key for the item. Uniquely identifies the item within the organization.

The following elements are optional:

maxStock (decimal) The maximum stock for the Materials Item.
minStock (decimal) The minimum stock for the Materials Item.
materialsItemWarehouses (List of MaterialsItemWarehouseResource) The Materials Item Warehouses for the Materials Item.
See MaterialsItemWarehouseResource.
itemSubtype (string) The Item Subtype for the Materials Item.
(fk) Allowed value: the natural key of a record of type ItemSubtype. These records are accessibly through the ItemSubtypes service.
entityDimensionDetails (List of MaterialsItemDimensionResource) The dimensions of the materials item.
See MaterialsItemDimensionResource.


MaterialsItemWarehouseResource

The following elements are required:

warehouse (string) The warehouse for the Materials Item Warehouse.
stockBalance (decimal) The stock balance for the warehouse.
calculatedUnitCost (MoneyResource) The calculated unit cost for the warehouse.
See MoneyResource .
inventoryBalance (MoneyResource) The inventory balance for the warehouse.
See MoneyResource .
isLocked (bool) Indicates if the warehouse is currently locked.
currency (string) The currency for the warehouse.


MoneyResource

The following elements are required:

amount (decimal) The amount.

The following elements are optional:

baseAmount (decimal) The base amount.
reportingAmount (decimal) The reporting amount.
fractionDigits (int) The fraction digits.
symbol (string) The symbol.

Notes: For the POST operation it is not necessary to send the fields: BaseAmount, ReportingAmount, FractionDigits and Symbol. Will be ignored.



ExtensibilityCustomAttributeValueResource

The following elements are required:

value (object) The custom attribute value.

Enumerations


ItemType

1 Item
2 Service