Jasmin Developers - Web API Reference

Materials Management | Stock Transfer Order

Service to manage entities of type 'StockTransferOrder'.

Overview


URL api/{tenantKey}/{orgKey}/materialsManagement/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

Returns the list of all the entity records available.

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 /materialsManagement/stockTransferOrders

GET StockTransferOrders (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 StockTransferOrderResource.

Response status codes:

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

Resource URL:

GET /materialsManagement/stockTransferOrders?page={page}&pageSize={pageSize}

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 /materialsManagement/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.
documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}

GET Print StockTransferOrder by identifier

Prints the specified entity record.

The following elements are required:

id (string) The record identifier.

The following elements are optional:

template (string) The report template that should be used. This is a query string parameter.

Response:

When successful, the response body contains a stream with the printed file.

Response status codes:

200 OK. The operation was completed successfully.
404 NotFound. The specified resord does not exist.

Resource URL:

GET /materialsManagement/stockTransferOrders/{id}/print?template={template}

GET Print StockTransferOrder by key

Prints the specified entity record.

The following elements are required:

companyKey (string) The company key.
documentType (string) Document Type.
serie (string) Series.
seriesNumber (int) Number.

The following elements are optional:

template (string) The report template that should be used. This is a query string parameter.

Response:

When successful, the response body contains a stream with the printed file.

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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/print

GET Original Print StockTransferOrderOriginal by identifier

Prints the specified entity record.

The following elements are required:

id (string) The record identifier.

The following elements are optional:

template (string) The report template that should be used. This is a query string parameter.

Response:

When successful, the response body contains a stream with the printed file.

Response status codes:

200 OK. The operation was completed successfully.
404 NotFound. The specified resord does not exist.

Resource URL:

GET /materialsManagement/stockTransferOrders/{id}/printOriginal?template={template}

GET Original Print StockTransferOrder by key

Prints the specified entity record.

The following elements are required:

companyKey (string) The company key.
documentType (string) Document Type.
serie (string) Series.
seriesNumber (int) Number.

The following elements are optional:

template (string) The report template that should be used. This is a query string parameter.

Response:

When successful, the response body contains a stream with the printed file.

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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/printOriginal

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.

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 /materialsManagement/stockTransferOrders

PUT Operations

PUT Set ATDocCodeID StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/aTDocCodeID

PUT Set Description StockTransferOrderLine

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/documentLines/{lineId}/description

PUT Set IsActive StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/isActive

PUT Set IsATDocCodeIDEditable StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/isATDocCodeIDEditable

PUT Set IsSeriesCommunicated StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/isSeriesCommunicated

PUT Set LoadingBuildingNumber StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/loadingBuildingNumber

PUT Set LoadingCityName StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/loadingCityName

PUT Set LoadingCountry StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/loadingCountry

PUT Set LoadingDateTime StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/loadingDateTime

PUT Set LoadingPoint StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/loadingPoint

PUT Set LoadingPostalZone StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/loadingPostalZone

PUT Set LoadingStreetName StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/loadingStreetName

PUT Set NoteToRecipient StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/noteToRecipient

PUT Set PrintedReportName StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/printedReportName

PUT Set Reference StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/reference

PUT Set Remarks StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/remarks

PUT Set UnloadingBuildingNumber StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/unloadingBuildingNumber

PUT Set UnloadingCityName StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/unloadingCityName

PUT Set UnloadingCountry StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/unloadingCountry

PUT Set UnloadingDateTime StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/unloadingDateTime

PUT Set UnloadingPoint StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/unloadingPoint

PUT Set UnloadingPostalZone StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/unloadingPostalZone

PUT Set UnloadingStreetName StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/unloadingStreetName

PUT Set UseCurrentDate StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/useCurrentDate

PUT Set VehiclePlateNumber StockTransferOrder

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

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}/vehiclePlateNumber

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 /materialsManagement/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.
documentType (string) Document Type.
serie (string) Series.
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 /materialsManagement/stockTransferOrders/{companyKey}/{documentType}/{serie}/{seriesNumber}

Resources


ApiStockTransferOrderDocumentLinesResource

The following elements are required:

description (string) Description.
quantity (decimal) Quantity.
unit (string) Unit.
materialsItem (string) Item.


ApiStockTransferOrderResource

The following elements are required:

documentType (string) Document Type.
serie (string) Series.
seriesNumber (int) Number.
loadingPoint (string) Point.
loadingStreetName (string) Street.
loadingBuildingNumber (string) Building Number.
loadingPostalZone (string) Postal Code.
loadingCityName (string) City.
loadingDateTime (DateTimeOffset) Date/Time.
unloadingDateTime (DateTimeOffset) Date/Time.
isATDocCodeIDEditable (bool) Indicates whether de ATDocCodeID is editable or not.
loadingCountry (string) Country.
documentDate (DateTime) Date.
company (string) Company.
sourceWarehouse (string) Source Warehouse.
targetWarehouse (string) Target Warehouse.
useCurrentDate (bool) Use Current Date.
isSeriesCommunicated (bool) Is Series Communicated.

The following elements are optional:

remarks (string) Remarks.
documentLines (List of ApiStockTransferOrderDocumentLinesResource) Document Lines.
See ApiStockTransferOrderDocumentLinesResource.
reference (string) Reference.
unloadingPoint (string) Point.
unloadingStreetName (string) Street.
unloadingBuildingNumber (string) Building Number.
unloadingPostalZone (string) Postal Code.
unloadingCityName (string) City.
vehiclePlateNumber (string) License Plate.
aTDocCodeID (string) AT Code.
accountingPartyName (string) Accounting Party Name.
unloadingCountry (string) Country.
noteToRecipient (string) The note to the stock transfer order recipient.
printedReportName (string) Printed Report Name.


StockTransferOrderLineResource

The following elements are required:

description (string) Description.
quantity (decimal) Quantity.
unitPrice (decimal) Unit Price.
unit (string) Unit.
currency (string) Currency.
itemType (enum ItemType) Item Type.
See ItemType.
unitCost (decimal) Unit Cost.
conversionFactor (decimal) Conversion Factor.
baseUnit (string) Base Unit.
materialsItem (string) Item.
value (decimal) Value.

The following elements are optional:

inventoryAmount (decimal) Inventory Amount.


StockTransferOrderResource

The following elements are required:

documentType (string) Document Type.
(fk) Allowed value: the natural key of a record of type DeliveryType. These records are accessibly through the DeliveryTypes service.
serie (string) Series.
(fk) Allowed value: the natural key of a record of type Serie. These records are accessibly through the Series service.
seriesNumber (int) Number.
payableAmount (decimal) Total.
autoCreated (bool) Auto Created.
loadingPoint (string) Point.
loadingStreetName (string) Street.
loadingBuildingNumber (string) Building Number.
loadingPostalZone (string) Postal Code.
loadingCityName (string) City.
loadingDateTime (DateTimeOffset) Date/Time.
unloadingDateTime (DateTimeOffset) Date/Time.
isATDocCodeIDEditable (bool) Indicates whether de ATDocCodeID is editable or not.
accountingParty (string) Accounting Party.
(fk) Allowed value: the natural key of a record of type Party. These records are accessibly through the Parties service.
isWsCommunicable (bool) Is Ws Communicable.
loadingCountry (string) Country.
(fk) Allowed value: the natural key of a record of type Country. These records are accessibly through the Countries service.
documentDate (DateTime) Date.
postingDate (DateTime) Posting Date.
company (string) Company.
(fk) Allowed value: the natural key of a record of type Company. These records are accessibly through the Companies service.
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.
exchangeRate (decimal) Exchange Rate.
totalValue (decimal) Total Value.
useCurrentDate (bool) Use Current Date.
isExternal (bool) Is External.
isManual (bool) Is Manual.
isSeriesCommunicated (bool) Is Series Communicated.

The following elements are optional:

isPrinted (bool) Is Printed.
hash (string) Reference value to determine the authenticity or integrity of an object. The result of applying a mathematical formula to the object must be equal to this value for it to be authentic. Internally determined.
hashControl (string) Reference value subset to determine the authenticity or integrity of an object. The result of applying a mathematical formula to the object must be equal to this value for it to be authentic. Internally determined.
legalStamp (string) Legal Stamp.
remarks (string) Remarks.
documentLines (List of StockTransferOrderLineResource) Document Lines.
See StockTransferOrderLineResource.
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.
aTDocCodeID (string) AT Code.
accountingPartyName (string) Accounting Party Name.
accountingPartyTaxId (string) Accounting Party Tax Id.
accountingPartyAddress (string) Accounting Party Address.
unloadingCountry (string) Country.
(fk) Allowed value: the natural key of a record of type Country. These records are accessibly through the Countries service.
fiscalDocumentType (string) The legal fiscal document type defined on the stock transfer order type. Inferred from the stock transfer order type.
(fk) Allowed value: the natural key of a record of type FiscalDocumentType. These records are accessibly through the FiscalDocumentTypes service.
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.
noteToRecipient (string) The note to the stock transfer order recipient.
aTCUD (string) Unique fiscal document code. The result of applying a mathematical formula to the object that includes the series validation code assigned by the country's tax authority. Internally determined.
aTQRCode (string) Unique fiscal document bidimensional QR code. The result of applying a mathematical formula to the object that includes the series validation code assigned by the country's tax authority. Internally determined.
printedReportName (string) Printed Report Name.
isReprinted (bool) Is Reprinted.
isSigned (bool) Is Signed.


Enumerations


ItemType

1 Item
2 Service
3 SpecialSalesTaxes
4 Tax
5 Other