Valuekeep Developers - Web API Reference

Parts and Inventory | Stock Transfer Order

Service to manage entities of type 'StockTransferOrder'.

Overview


URL api/{tenantKey}/{orgKey}/inventoryManagement/stockTransferOrders
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 StockTransferOrders (odata)

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

The following elements are optional:

opts (ODataQueryOptions) OData query option.

Response:

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

Response status codes:

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

Resource URL:

GET /inventoryManagement/stockTransferOrders/odata

GET StockTransferOrder 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 StockTransferOrderResource.

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 /inventoryManagement/stockTransferOrders/{id}

GET StockTransferOrder by key

Returns the entity record that matches the specified key.

The following elements are required:

companyKey (string) The company key.
serie (string) Serie.
seriesNumber (int) Number.

Response:

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

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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}

POST Operations

POST StockTransferOrders

Creates a new entity record.

The following elements are required:

stockTransferOrderResource (ApiStockTransferOrderResource) The request body should contain the entity record that should be created.
See ApiStockTransferOrderResource.

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 ApiStockTransferOrderResource.

Response status codes:

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

Resource URL:

POST /inventoryManagement/stockTransferOrders

PUT Operations

PUT Set Currency StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/currency

PUT Set Currency StockTransferOrderLine

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
lineId (string) The detail identifier.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/documentLines/{lineId}/currency

PUT Set Description StockTransferOrderLine

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
lineId (string) The detail identifier.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/documentLines/{lineId}/description

PUT Set DimensionSet StockTransferOrderLine

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
lineId (string) The detail identifier.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/documentLines/{lineId}/dimensionSet

PUT Set DocumentDate StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
value (DateTime) 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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/documentDate

PUT Set GrossValue StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/grossValue

PUT Set InventoryPart StockTransferOrderLine

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
lineId (string) The detail identifier.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/documentLines/{lineId}/inventoryPart

PUT Set IsActive StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/isActive

PUT Set IsReprinted StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/isReprinted

PUT Set IsSigned StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/isSigned

PUT Set JournalNumber StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
value (int) 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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/journalNumber

PUT Set LoadingBuildingNumber StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/loadingBuildingNumber

PUT Set LoadingCityName StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/loadingCityName

PUT Set LoadingCountry StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/loadingCountry

PUT Set LoadingDateTime StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
value (DateTimeOffset) 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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/loadingDateTime

PUT Set LoadingPoint StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/loadingPoint

PUT Set LoadingPostalZone StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/loadingPostalZone

PUT Set LoadingStreetName StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/loadingStreetName

PUT Set PartType StockTransferOrderLine

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
lineId (string) The detail identifier.
companyKey (string) The company key.
value (enum PartType) The request body should contain the new value for the attribute.
See PartType.

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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/documentLines/{lineId}/partType

PUT Set PostingDate StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
value (DateTime) 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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/postingDate

PUT Set PrintedReportName StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/printedReportName

PUT Set Reference StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/reference

PUT Set Remarks StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/remarks

PUT Set UnloadingBuildingNumber StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/unloadingBuildingNumber

PUT Set UnloadingCityName StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/unloadingCityName

PUT Set UnloadingCountry StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/unloadingCountry

PUT Set UnloadingDateTime StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
value (DateTimeOffset) 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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/unloadingDateTime

PUT Set UnloadingPoint StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/unloadingPoint

PUT Set UnloadingPostalZone StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/unloadingPostalZone

PUT Set UnloadingStreetName StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/unloadingStreetName

PUT Set UseCurrentDate StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/useCurrentDate

PUT Set VehiclePlateNumber StockTransferOrder

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

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
companyKey (string) The company key.
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/vehiclePlateNumber

PUT Set Custom Attribute StockTransferOrder

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

The following elements are required:

companyKey (string) The company key.
serie (string) Serie
seriesNumber (int) Number
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/{customAttributeName}

PUT Set Custom Attribute StockTransferOrderLine

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

The following elements are required:

companyKey (string) The company key.
serie (string) Serie
seriesNumber (int) Number
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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}/documentLines/{lineId}/{customAttributeName}

DELETE Operations

DELETE StockTransferOrder 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 /inventoryManagement/stockTransferOrders/{id}

DELETE StockTransferOrder by key

Deletes the entity record that matches the specified key.

The following elements are required:

companyKey (string) The company key.
serie (string) Serie.
seriesNumber (int) Number.

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 /inventoryManagement/stockTransferOrders/{companyKey}/{serie}/{seriesNumber}

Resources


ApiStockTransferOrderDocumentLinesResource

The following elements are required:

description (string) Description.
quantity (decimal) Quantity.
unit (string) Unit.
currency (string) Currency.
inventoryPart (string) Part.

The following elements are optional:

partType (enum PartType) Part Type.
See PartType.
dimensionSet (string) Dimension Set.


ApiStockTransferOrderResource

The following elements are required:

serie (string) Serie.
seriesNumber (int) Number.
company (string) Company.
loadingPoint (string) Point.
loadingStreetName (string) Street.
loadingBuildingNumber (string) Building Number.
loadingPostalZone (string) Postal Code.
loadingCityName (string) City.
loadingCountry (string) Loading Country.
loadingDateTime (DateTimeOffset) Date/Time.
unloadingCountry (string) Unloading Country.
unloadingDateTime (DateTimeOffset) Date/Time.
useCurrentDate (bool) Use Current Date.
currency (string) Currency.
sourceWarehouse (string) Source Warehouse.
targetWarehouse (string) Target Warehouse.
grossValue (MoneyResource) Gross Value.
See MoneyResource .
postingDate (DateTime) Posting Date.
journalNumber (int) Journal Number.
documentDate (DateTime) Document Date.

The following elements are optional:

remarks (string) Remarks.
reference (string) Reference.
unloadingPoint (string) Point.
unloadingStreetName (string) Street.
unloadingBuildingNumber (string) Building Number.
unloadingPostalZone (string) Postal Code.
unloadingCityName (string) City.
vehiclePlateNumber (string) License Plate.
documentLines (List of ApiStockTransferOrderDocumentLinesResource) Document Lines.
See ApiStockTransferOrderDocumentLinesResource.
printedReportName (string) Printed Report Name.
isReprinted (bool) Is Reprinted.
isSigned (bool) Is Signed.


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.



StockTransferOrderResource

The following elements are required:

serie (string) Serie.
(fk) Allowed value: the natural key of a record of type Serie. These records are accessibly through the Series service.
seriesNumber (int) Number.
company (string) Company.
(fk) Allowed value: the natural key of a record of type Company. These records are accessibly through the Companies service.
payableAmount (MoneyResource) Total.
See MoneyResource .
autoCreated (bool) Auto Created.
loadingPoint (string) Point.
loadingStreetName (string) Street.
loadingBuildingNumber (string) Building Number.
loadingPostalZone (string) Postal Code.
loadingCityName (string) City.
loadingCountry (string) Loading Country.
(fk) Allowed value: the natural key of a record of type Country. These records are accessibly through the Countries service.
loadingDateTime (DateTimeOffset) Date/Time.
unloadingCountry (string) Unloading Country.
(fk) Allowed value: the natural key of a record of type Country. These records are accessibly through the Countries service.
unloadingDateTime (DateTimeOffset) Date/Time.
exchangeRate (decimal) Exchange Rate.
totalValue (MoneyResource) Total Value.
See MoneyResource .
useCurrentDate (bool) Use Current Date.
isExternal (bool) Is External.
isManual (bool) Is Manual.
currency (string) Currency.
(fk) Allowed value: the natural key of a record of type Currency. These records are accessibly through the Currencies service.
sourceWarehouse (string) Source Warehouse.
(fk) Allowed value: the natural key of a record of type Warehouse. These records are accessibly through the Warehouses service.
targetWarehouse (string) Target Warehouse.
(fk) Allowed value: the natural key of a record of type Warehouse. These records are accessibly through the Warehouses service.
grossValue (MoneyResource) Gross Value.
See MoneyResource .
postingDate (DateTime) Posting Date.
journalNumber (int) Journal Number.
documentDate (DateTime) Document Date.

The following elements are optional:

isPrinted (bool) Is Printed.
hash (string) Hash.
hashControl (string) Hash Control.
legalStamp (string) Legal Stamp.
remarks (string) Remarks.
reference (string) Reference.
loadingPointAddress (string) Loading Point Address.
unloadingPoint (string) Point.
unloadingStreetName (string) Street.
unloadingBuildingNumber (string) Building Number.
unloadingPostalZone (string) Postal Code.
unloadingCityName (string) City.
unloadingPointAddress (string) Unloading Point Address.
vehiclePlateNumber (string) License Plate.
manualNumber (int) The delivery's manual serie number. Applicable only when the delivery type series is defined as manual.
manualDate (DateTime) The manual date. Applicable only when the type series is defined as manual.
manualSerie (string) Manual Serie.
documentLines (List of StockTransferOrderLineResource) Document Lines.
See StockTransferOrderLineResource.
printedReportName (string) Printed Report Name.
isReprinted (bool) Is Reprinted.
isSigned (bool) Is Signed.


ExtensibilityCustomAttributeValueResource

The following elements are required:

value (object) The custom attribute value.

Enumerations


PartType

1 Part
2 Service