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:
- GET:
- POST:
-
PUT:
- PUT Set Custom Attribute StockTransferOrder
- PUT Set Custom Attribute StockTransferOrderLine
- PUT Set IsActive StockTransferOrder
- PUT Set Remarks StockTransferOrder
- PUT Set Reference StockTransferOrder
- PUT Set LoadingPoint StockTransferOrder
- PUT Set LoadingStreetName StockTransferOrder
- PUT Set LoadingBuildingNumber StockTransferOrder
- PUT Set LoadingPostalZone StockTransferOrder
- PUT Set LoadingCityName StockTransferOrder
- PUT Set LoadingCountry StockTransferOrder
- PUT Set LoadingDateTime StockTransferOrder
- PUT Set UnloadingPoint StockTransferOrder
- PUT Set UnloadingStreetName StockTransferOrder
- PUT Set UnloadingBuildingNumber StockTransferOrder
- PUT Set UnloadingPostalZone StockTransferOrder
- PUT Set UnloadingCityName StockTransferOrder
- PUT Set UnloadingCountry StockTransferOrder
- PUT Set VehiclePlateNumber StockTransferOrder
- PUT Set UnloadingDateTime StockTransferOrder
- PUT Set UseCurrentDate StockTransferOrder
- PUT Set Currency StockTransferOrder
- PUT Set GrossValue StockTransferOrder
- PUT Set PostingDate StockTransferOrder
- PUT Set JournalNumber StockTransferOrder
- PUT Set DocumentDate StockTransferOrder
- PUT Set PrintedReportName StockTransferOrder
- PUT Set IsReprinted StockTransferOrder
- PUT Set IsSigned StockTransferOrder
- PUT Set Description StockTransferOrderLine
- PUT Set Currency StockTransferOrderLine
- PUT Set PartType StockTransferOrderLine
- PUT Set DimensionSet StockTransferOrderLine
- PUT Set InventoryPart StockTransferOrderLine
- DELETE:
All Resources
This service uses the following resources:
- ApiStockTransferOrderDocumentLinesResource
- ApiStockTransferOrderResource
- MoneyResource
- StockTransferOrderResource
- ExtensibilityCustomAttributeValueResource
All Enumerations
This service uses the following enumerations:
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 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 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:
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:
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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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:
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 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:
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. |