api_inbound_delivery_srv_0002
Module api_inbound_delivery_srv_0002
API
Definitions
osa/api_inbound_delivery_srv_0002
Overview
S/4HANA is a robust enterprise resource planning (ERP) solution, designed for large-scale enterprises by SAP SE.
The ballerinax/sap.s4hana.api_inbound_delivery_srv_0002 package offers APIs for seamless integration with the Inbound Delivery API v2.2.0. This service enables users to create, read, update and delete inbound deliveries.
Setup guide
-
Sign in to your S/4HANA dashboard.
-
Under the
Communication Management
section, click on theDisplay Communications Scenario
title. -
In the search bar, type
Delivery Processing Integration
and select the corresponding scenario from the results. -
In the top right corner of the screen, click on
Create Communication Arrangement
. -
Enter a unique name for the arrangement.
-
Choose an existing
Communication System
from the dropdown menu and save your arrangement. -
The hostname (
<unique id>-api.s4hana.cloud.sap
) will be displayed in the top right corner of the screen.
Quickstart
To use the sap.s4hana.api_inbound_delivery_srv_0002
connector in your Ballerina application, modify the .bal
file as follows:
Step 1: Import the module
Import the sap.s4hana.api_inbound_delivery_srv_0002
module.
mport ballerinax/sap.s4hana.api_inbound_delivery_srv_0002 as inbDel;
Step 2: Instantiate a new connector
Use the hostname and credentials to initiate a client
onfigurable string hostname = ?; onfigurable string username = ?; onfigurable string password = ?; nbDel:Client inbDelClient = check new ( hostname = hostname, config = { auth: { username, password } } ;
Step 3: Invoke the connector operation
Now, utilize the available connector operations.
nbDel:CollectionOfA_InbDeliveryItemWrapper listInbDeliveryItems = check inbdDelClient->listA_InbDeliveryItems();
Step 4: Run the Ballerina application
al run
Clients
api_inbound_delivery_srv_0002: Client
This service enables you to create, read, update and delete inbound deliveries. It can be consumed in Fiori apps and on other user interfaces.
Constructor
Gets invoked to initialize the connector
.
init (ConnectionConfig config, string hostname, int port)
- config ConnectionConfig - The configurations to be used when initializing the
connector
- hostname string -
- port int 443 -
createA_InbDeliveryHeader
function createA_InbDeliveryHeader(CreateA_InbDeliveryHeader payload, map<string|string[]> headers) returns A_InbDeliveryHeaderWrapper|error
Creates inbound deliveries with reference to preceding document.
Parameters
- payload CreateA_InbDeliveryHeader - New entity
Return Type
- A_InbDeliveryHeaderWrapper|error - Created entity
createAddSerialNumberToDeliveryItem
function createAddSerialNumberToDeliveryItem(map<string|string[]> headers, *CreateAddSerialNumberToDeliveryItemQueries queries) returns AddSerialNumberToDeliveryItemWrapper|error
Adds serial number to inbound delivery item.
Parameters
- queries *CreateAddSerialNumberToDeliveryItemQueries - Queries to be sent with the request
Return Type
- AddSerialNumberToDeliveryItemWrapper|error - Success
createConfirmPutawayAllItems
function createConfirmPutawayAllItems(map<string|string[]> headers, *CreateConfirmPutawayAllItemsQueries queries) returns ConfirmPutawayAllItemsWrapper|error
Confirms putaway quantity of inbound delivery items.
Parameters
- queries *CreateConfirmPutawayAllItemsQueries - Queries to be sent with the request
Return Type
- ConfirmPutawayAllItemsWrapper|error - Success
createConfirmPutawayOneItem
function createConfirmPutawayOneItem(map<string|string[]> headers, *CreateConfirmPutawayOneItemQueries queries) returns ConfirmPutawayOneItemWrapper|error
Confirms putaway quantity of inbound delivery item.
Parameters
- queries *CreateConfirmPutawayOneItemQueries - Queries to be sent with the request
Return Type
- ConfirmPutawayOneItemWrapper|error - Success
createCreateBatchSplitItem
function createCreateBatchSplitItem(map<string|string[]> headers, *CreateCreateBatchSplitItemQueries queries) returns CreatedDeliveryItem_1|error
Creates an additional batch split item for an inbound delivery item.
Parameters
- queries *CreateCreateBatchSplitItemQueries - Queries to be sent with the request
Return Type
- CreatedDeliveryItem_1|error - Success
createDeleteAllSerialNumbersFromDeliveryItem
function createDeleteAllSerialNumbersFromDeliveryItem(map<string|string[]> headers, *CreateDeleteAllSerialNumbersFromDeliveryItemQueries queries) returns DeleteAllSerialNumbersFromDeliveryItemWrapper|error
Deletes all serial numbers from inbound delivery item.
Parameters
- queries *CreateDeleteAllSerialNumbersFromDeliveryItemQueries - Queries to be sent with the request
Return Type
createDeleteSerialNumberFromDeliveryItem
function createDeleteSerialNumberFromDeliveryItem(map<string|string[]> headers, *CreateDeleteSerialNumberFromDeliveryItemQueries queries) returns DeleteSerialNumberFromDeliveryItemWrapper|error
Deletes serial number from inbound delivery item.
Parameters
- queries *CreateDeleteSerialNumberFromDeliveryItemQueries - Queries to be sent with the request
Return Type
createPostGoodsReceipt
function createPostGoodsReceipt(map<string|string[]> headers, *CreatePostGoodsReceiptQueries queries) returns PostGoodsReceiptWrapper|error
Posts goods receipt for inbound delivery.
Parameters
- queries *CreatePostGoodsReceiptQueries - Queries to be sent with the request
Return Type
- PostGoodsReceiptWrapper|error - Success
createPutawayAllItems
function createPutawayAllItems(map<string|string[]> headers, *CreatePutawayAllItemsQueries queries) returns PutawayAllItemsWrapper|error
Takes over delivery quantity as putaway quantity for all inbound delivery items.
Parameters
- queries *CreatePutawayAllItemsQueries - Queries to be sent with the request
Return Type
- PutawayAllItemsWrapper|error - Success
createPutawayOneItem
function createPutawayOneItem(map<string|string[]> headers, *CreatePutawayOneItemQueries queries) returns PutawayOneItemWrapper|error
Takes over delivery quantity as putaway quantity for specified inbound delivery item.
Parameters
- queries *CreatePutawayOneItemQueries - Queries to be sent with the request
Return Type
- PutawayOneItemWrapper|error - Success
createPutawayOneItemWithBaseQuantity
function createPutawayOneItemWithBaseQuantity(map<string|string[]> headers, *CreatePutawayOneItemWithBaseQuantityQueries queries) returns PutawayOneItemWithBaseQuantityWrapper|error
Sets putaway quantity and delivery quantity for inbound delivery item.
Parameters
- queries *CreatePutawayOneItemWithBaseQuantityQueries - Queries to be sent with the request
Return Type
- PutawayOneItemWithBaseQuantityWrapper|error - Success
createPutawayOneItemWithSalesQuantity
function createPutawayOneItemWithSalesQuantity(map<string|string[]> headers, *CreatePutawayOneItemWithSalesQuantityQueries queries) returns PutawayOneItemWithSalesQuantityWrapper|error
Sets putaway quantity and delivery quantity for inbound delivery item.
Parameters
- queries *CreatePutawayOneItemWithSalesQuantityQueries - Queries to be sent with the request
Return Type
- PutawayOneItemWithSalesQuantityWrapper|error - Success
createReverseGoodsReceipt
function createReverseGoodsReceipt(map<string|string[]> headers, *CreateReverseGoodsReceiptQueries queries) returns ReverseGoodsReceiptWrapper|error
Reverses goods receipt for inbound delivery.
Parameters
- queries *CreateReverseGoodsReceiptQueries - Queries to be sent with the request
Return Type
- ReverseGoodsReceiptWrapper|error - Success
createSetPutawayQuantityWithBaseQuantity
function createSetPutawayQuantityWithBaseQuantity(map<string|string[]> headers, *CreateSetPutawayQuantityWithBaseQuantityQueries queries) returns SetPutawayQuantityWithBaseQuantityWrapper|error
Sets putaway quantity in base unit of measure for delivery item.
Parameters
- queries *CreateSetPutawayQuantityWithBaseQuantityQueries - Queries to be sent with the request
Return Type
deleteA_InbDeliveryHeader
function deleteA_InbDeliveryHeader(string DeliveryDocument, map<string|string[]> headers) returns Response|error
Deletes inbound deliveries.
Parameters
- DeliveryDocument string - Delivery
Return Type
- Response|error - Success
deleteA_InbDeliveryItem
function deleteA_InbDeliveryItem(string DeliveryDocument, string DeliveryDocumentItem, map<string|string[]> headers) returns Response|error
Deletes inbound delivery items.
Return Type
- Response|error - Success
getA_InbDeliveryDocFlow
function getA_InbDeliveryDocFlow(string PrecedingDocument, string PrecedingDocumentItem, string SubsequentDocumentCategory, map<string|string[]> headers, *GetA_InbDeliveryDocFlowQueries queries) returns A_InbDeliveryDocFlowWrapper|error
Reads inbound delivery document flows by key.
Parameters
- PrecedingDocument string - Preceding Doc.
- PrecedingDocumentItem string - Preceding Item
- SubsequentDocumentCategory string - Subs.Doc.Categ.
- queries *GetA_InbDeliveryDocFlowQueries - Queries to be sent with the request
Return Type
- A_InbDeliveryDocFlowWrapper|error - Retrieved entity
getA_InbDeliveryHeader
function getA_InbDeliveryHeader(string DeliveryDocument, map<string|string[]> headers, *GetA_InbDeliveryHeaderQueries queries) returns A_InbDeliveryHeaderWrapper|error
Reads inbound delivery headers.
Parameters
- DeliveryDocument string - Delivery
- queries *GetA_InbDeliveryHeaderQueries - Queries to be sent with the request
Return Type
- A_InbDeliveryHeaderWrapper|error - Retrieved entity
getA_InbDeliveryItem
function getA_InbDeliveryItem(string DeliveryDocument, string DeliveryDocumentItem, map<string|string[]> headers, *GetA_InbDeliveryItemQueries queries) returns A_InbDeliveryItemWrapper|error
Reads inbound delivery items.
Parameters
- DeliveryDocument string - Delivery
- DeliveryDocumentItem string - Item
- queries *GetA_InbDeliveryItemQueries - Queries to be sent with the request
Return Type
- A_InbDeliveryItemWrapper|error - Retrieved entity
getAddressOfA_InbDeliveryPartner
function getAddressOfA_InbDeliveryPartner(string PartnerFunction, string SDDocument, map<string|string[]> headers, *GetAddressOfA_InbDeliveryPartnerQueries queries) returns A_InbDeliveryAddressWrapper|error
Reads addresses of specific inbound delivery partner.
Parameters
- PartnerFunction string - Partner Functn
- SDDocument string - SD Document
- queries *GetAddressOfA_InbDeliveryPartnerQueries - Queries to be sent with the request
Return Type
- A_InbDeliveryAddressWrapper|error - Retrieved entity
getSerialDeliveryItemOfA_InbDeliveryItem
function getSerialDeliveryItemOfA_InbDeliveryItem(string DeliveryDocument, string DeliveryDocumentItem, map<string|string[]> headers, *GetSerialDeliveryItemOfA_InbDeliveryItemQueries queries) returns A_InbDeliverySerialNmbrWrapper|error
Reads maintenance item object lists of specific inbound delivery item.
Parameters
- DeliveryDocument string - Delivery
- DeliveryDocumentItem string - Item
- queries *GetSerialDeliveryItemOfA_InbDeliveryItemQueries - Queries to be sent with the request
Return Type
- A_InbDeliverySerialNmbrWrapper|error - Retrieved entity
listA_InbDeliveryHeaders
function listA_InbDeliveryHeaders(map<string|string[]> headers, *ListA_InbDeliveryHeadersQueries queries) returns CollectionOfA_InbDeliveryHeaderWrapper|error
Reads inbound delivery headers.
Parameters
- queries *ListA_InbDeliveryHeadersQueries - Queries to be sent with the request
Return Type
- CollectionOfA_InbDeliveryHeaderWrapper|error - Retrieved entities
listA_InbDeliveryItems
function listA_InbDeliveryItems(map<string|string[]> headers, *ListA_InbDeliveryItemsQueries queries) returns CollectionOfA_InbDeliveryItemWrapper|error
Reads inbound delivery items.
Parameters
- queries *ListA_InbDeliveryItemsQueries - Queries to be sent with the request
Return Type
- CollectionOfA_InbDeliveryItemWrapper|error - Retrieved entities
listDeliveryDocumentItemTextsOfA_InbDeliveryItem
function listDeliveryDocumentItemTextsOfA_InbDeliveryItem(string DeliveryDocument, string DeliveryDocumentItem, map<string|string[]> headers, *ListDeliveryDocumentItemTextsOfA_InbDeliveryItemQueries queries) returns CollectionOfA_InbDeliveryItemTextWrapper|error
Reads texts of specific inbound delivery item.
Parameters
- DeliveryDocument string - Delivery
- DeliveryDocumentItem string - Item
- queries *ListDeliveryDocumentItemTextsOfA_InbDeliveryItemQueries - Queries to be sent with the request
Return Type
- CollectionOfA_InbDeliveryItemTextWrapper|error - Retrieved entities
listDeliveryDocumentItemsOfA_InbDeliveryHeader
function listDeliveryDocumentItemsOfA_InbDeliveryHeader(string DeliveryDocument, map<string|string[]> headers, *ListDeliveryDocumentItemsOfA_InbDeliveryHeaderQueries queries) returns CollectionOfA_InbDeliveryItemWrapper|error
Reads items of specific inbound delivery header.
Parameters
- DeliveryDocument string - Delivery
- queries *ListDeliveryDocumentItemsOfA_InbDeliveryHeaderQueries - Queries to be sent with the request
Return Type
- CollectionOfA_InbDeliveryItemWrapper|error - Retrieved entities
listDeliveryDocumentPartnersOfA_InbDeliveryHeader
function listDeliveryDocumentPartnersOfA_InbDeliveryHeader(string DeliveryDocument, map<string|string[]> headers, *ListDeliveryDocumentPartnersOfA_InbDeliveryHeaderQueries queries) returns CollectionOfA_InbDeliveryPartnerWrapper|error
Reads partners of specific inbound delivery header.
Parameters
- DeliveryDocument string - Delivery
- queries *ListDeliveryDocumentPartnersOfA_InbDeliveryHeaderQueries - Queries to be sent with the request
Return Type
- CollectionOfA_InbDeliveryPartnerWrapper|error - Retrieved entities
listDeliveryDocumentTextsOfA_InbDeliveryHeader
function listDeliveryDocumentTextsOfA_InbDeliveryHeader(string DeliveryDocument, map<string|string[]> headers, *ListDeliveryDocumentTextsOfA_InbDeliveryHeaderQueries queries) returns CollectionOfA_InbDeliveryHeaderTextWrapper|error
Reads texts of specific inbound delivery header.
Parameters
- DeliveryDocument string - Delivery
- queries *ListDeliveryDocumentTextsOfA_InbDeliveryHeaderQueries - Queries to be sent with the request
Return Type
- CollectionOfA_InbDeliveryHeaderTextWrapper|error - Retrieved entities
listDocumentFlowsOfA_InbDeliveryItem
function listDocumentFlowsOfA_InbDeliveryItem(string DeliveryDocument, string DeliveryDocumentItem, map<string|string[]> headers, *ListDocumentFlowsOfA_InbDeliveryItemQueries queries) returns CollectionOfA_InbDeliveryDocFlowWrapper|error
Reads document flows of specific inbound delivery item.
Parameters
- DeliveryDocument string - Delivery
- DeliveryDocumentItem string - Item
- queries *ListDocumentFlowsOfA_InbDeliveryItemQueries - Queries to be sent with the request
Return Type
- CollectionOfA_InbDeliveryDocFlowWrapper|error - Retrieved entities
listMaintenanceItemObjectsOfA_InbDeliverySerialNmbr
function listMaintenanceItemObjectsOfA_InbDeliverySerialNmbr(string MaintenanceItemObjectList, map<string|string[]> headers, *ListMaintenanceItemObjectsOfA_InbDeliverySerialNmbrQueries queries) returns CollectionOfA_MaintenanceItemObjListWrapper|error
Reads maintenance item objects of specific inbound delivery maintenance item object list.
Parameters
- MaintenanceItemObjectList string - Object list
- queries *ListMaintenanceItemObjectsOfA_InbDeliverySerialNmbrQueries - Queries to be sent with the request
Return Type
- CollectionOfA_MaintenanceItemObjListWrapper|error - Retrieved entities
patchA_InbDeliveryDocFlow
function patchA_InbDeliveryDocFlow(string PrecedingDocument, string PrecedingDocumentItem, string SubsequentDocumentCategory, Modified\ A_InbDeliveryDocFlowType payload, map<string|string[]> headers) returns Response|error
Updates inbound delivery document flows.
Parameters
- PrecedingDocument string - Preceding Doc.
- PrecedingDocumentItem string - Preceding Item
- SubsequentDocumentCategory string - Subs.Doc.Categ.
- payload Modified\ A_InbDeliveryDocFlowType - New property values
Return Type
- Response|error - Success
patchA_InbDeliveryHeader
function patchA_InbDeliveryHeader(string DeliveryDocument, Modified\ A_InbDeliveryHeaderType payload, map<string|string[]> headers) returns Response|error
Updates inbound delivery headers.
Parameters
- DeliveryDocument string - Delivery
- payload Modified\ A_InbDeliveryHeaderType - New property values
Return Type
- Response|error - Success
patchA_InbDeliveryItem
function patchA_InbDeliveryItem(string DeliveryDocument, string DeliveryDocumentItem, Modified\ A_InbDeliveryItemType payload, map<string|string[]> headers) returns Response|error
Updates inbound delivery items.
Parameters
- DeliveryDocument string - Delivery
- DeliveryDocumentItem string - Item
- payload Modified\ A_InbDeliveryItemType - New property values
Return Type
- Response|error - Success
performBatchOperation
function performBatchOperation(Request request, map<string|string[]> headers) returns Response|error
Send a group of requests
Parameters
- request Request - Batch request
Return Type
- Response|error - Batch response
Records
api_inbound_delivery_srv_0002: A_InbDeliveryAddress
Fields
- AddressID string? -
- AdditionalStreetPrefixName string? -
- AdditionalStreetSuffixName string? -
- AddressTimeZone string? -
- Building string? -
- BusinessPartnerName1 string? -
- BusinessPartnerName2 string? -
- BusinessPartnerName3 string? -
- BusinessPartnerName4 string? -
- CareOfName string? -
- CityCode string? -
- CityName string? -
- CitySearch string? -
- CompanyPostalCode string? -
- CorrespondenceLanguage string? -
- Country string? -
- County string? -
- DeliveryServiceNumber string? -
- DeliveryServiceTypeCode string? -
- District string? -
- FaxNumber string? -
- Floor string? -
- FormOfAddress string? -
- FullName string? -
- HomeCityName string? -
- HouseNumber string? -
- HouseNumberSupplementText string? -
- Nation string? -
- Person string? -
- PhoneNumber string? -
- POBox string? -
- POBoxDeviatingCityName string? -
- POBoxDeviatingCountry string? -
- POBoxDeviatingRegion string? -
- POBoxIsWithoutNumber boolean? -
- POBoxLobbyName string? -
- POBoxPostalCode string? -
- PostalCode string? -
- PrfrdCommMediumType string? -
- Region string? -
- RoomNumber string? -
- SearchTerm1 string? -
- StreetName string? -
- StreetPrefixName string? -
- StreetSearch string? -
- StreetSuffixName string? -
- TaxJurisdiction string? -
- TransportZone string? -
api_inbound_delivery_srv_0002: A_InbDeliveryAddressWrapper
Fields
- d A_InbDeliveryAddress? -
api_inbound_delivery_srv_0002: A_InbDeliveryDocFlow
Fields
- DeliveryVersion string? -
- PrecedingDocument string? -
- PrecedingDocumentCategory string? -
- PrecedingDocumentItem string? -
- QuantityInBaseUnit string? -
- SDFulfillmentCalculationRule string? -
- SubsequentDocument string? -
- SubsequentDocumentCategory string? -
- SubsequentDocumentItem string? -
- TransferOrderInWrhsMgmtIsConfd boolean? -
api_inbound_delivery_srv_0002: A_InbDeliveryDocFlowWrapper
Fields
- d A_InbDeliveryDocFlow? -
api_inbound_delivery_srv_0002: A_InbDeliveryHeader
Fields
- ReceivingLocationTimeZone string? -
- ActualDeliveryRoute string? -
- ActualGoodsMovementDate string? -
- ActualGoodsMovementTime string? -
- BillingDocumentDate string? -
- BillOfLading string? -
- CompleteDeliveryIsDefined boolean? -
- ConfirmationTime string? -
- CreatedByUser string? -
- CreationDate string? -
- CreationTime string? -
- CustomerGroup string? -
- DeliveryBlockReason string? -
- DeliveryDate string? -
- DeliveryDocument string? -
- DeliveryDocumentBySupplier string? -
- DeliveryDocumentType string? -
- DeliveryIsInPlant boolean? -
- DeliveryPriority string? -
- DeliveryTime string? -
- DeliveryVersion string? -
- DepreciationPercentage string? -
- DistrStatusByDecentralizedWrhs string? -
- DocumentDate string? -
- ExternalIdentificationType string? -
- ExternalTransportSystem string? -
- FactoryCalendarByCustomer string? -
- GoodsIssueOrReceiptSlipNumber string? -
- GoodsIssueTime string? -
- HandlingUnitInStock string? -
- HdrGeneralIncompletionStatus string? -
- HdrGoodsMvtIncompletionStatus string? -
- HeaderBillgIncompletionStatus string? -
- HeaderBillingBlockReason string? -
- HeaderDelivIncompletionStatus string? -
- HeaderGrossWeight string? -
- HeaderNetWeight string? -
- HeaderPackingIncompletionSts string? -
- HeaderPickgIncompletionStatus string? -
- HeaderVolume string? -
- HeaderVolumeUnit string? -
- HeaderWeightUnit string? -
- IncotermsClassification string? -
- IncotermsTransferLocation string? -
- IntercompanyBillingDate string? -
- InternalFinancialDocument string? -
- IsDeliveryForSingleWarehouse string? -
- IsExportDelivery string? -
- LastChangeDate string? -
- LastChangedByUser string? -
- LoadingDate string? -
- LoadingPoint string? -
- LoadingTime string? -
- MeansOfTransport string? -
- MeansOfTransportRefMaterial string? -
- MeansOfTransportType string? -
- OrderCombinationIsAllowed boolean? -
- OrderID string? -
- OverallDelivConfStatus string? -
- OverallDelivReltdBillgStatus string? -
- OverallGoodsMovementStatus string? -
- OverallIntcoBillingStatus string? -
- OverallPackingStatus string? -
- OverallPickingConfStatus string? -
- OverallPickingStatus string? -
- OverallProofOfDeliveryStatus string? -
- OverallSDProcessStatus string? -
- OverallWarehouseActivityStatus string? -
- OvrlItmDelivIncompletionSts string? -
- OvrlItmGdsMvtIncompletionSts string? -
- OvrlItmGeneralIncompletionSts string? -
- OvrlItmPackingIncompletionSts string? -
- OvrlItmPickingIncompletionSts string? -
- PaymentGuaranteeProcedure string? -
- PickedItemsLocation string? -
- PickingDate string? -
- PickingTime string? -
- PlannedGoodsIssueDate string? -
- ProofOfDeliveryDate string? -
- ProposedDeliveryRoute string? -
- ReceivingPlant string? -
- RouteSchedule string? -
- SalesDistrict string? -
- SalesOffice string? -
- SalesOrganization string? -
- SDDocumentCategory string? -
- ShipmentBlockReason string? -
- ShippingCondition string? -
- ShippingPoint string? -
- ShippingType string? -
- ShipToParty string? -
- SoldToParty string? -
- SpecialProcessingCode string? -
- StatisticsCurrency string? -
- Supplier string? -
- TotalBlockStatus string? -
- TotalCreditCheckStatus string? -
- TotalNumberOfPackage string? -
- TransactionCurrency string? -
- TransportationGroup string? -
- TransportationPlanningDate string? -
- TransportationPlanningStatus string? -
- TransportationPlanningTime string? -
- UnloadingPointName string? -
- Warehouse string? -
- WarehouseGate string? -
- WarehouseStagingArea string? -
- to_DeliveryDocumentText A_InbDeliveryHeader_to_DeliveryDocumentText? -
- to_DeliveryDocumentItem A_InbDeliveryHeader_to_DeliveryDocumentItem? -
- to_DeliveryDocumentPartner A_InbDeliveryHeader_to_DeliveryDocumentPartner? -
api_inbound_delivery_srv_0002: A_InbDeliveryHeader_to_DeliveryDocumentItem
Fields
- results A_InbDeliveryItem[]? -
api_inbound_delivery_srv_0002: A_InbDeliveryHeader_to_DeliveryDocumentPartner
Fields
- results A_InbDeliveryPartner[]? -
api_inbound_delivery_srv_0002: A_InbDeliveryHeader_to_DeliveryDocumentText
Fields
- results A_InbDeliveryHeaderText[]? -
api_inbound_delivery_srv_0002: A_InbDeliveryHeaderText
Fields
- DeliveryDocument string? -
- TextElement string? -
- Language string? -
- TextElementDescription string? -
- TextElementText string? -
- DeliveryLongTextIsFormatted boolean? -
api_inbound_delivery_srv_0002: A_InbDeliveryHeaderWrapper
Fields
- d A_InbDeliveryHeader? -
api_inbound_delivery_srv_0002: A_InbDeliveryItem
Fields
- ActualDeliveredQtyInBaseUnit string? -
- ActualDeliveryQuantity string? -
- AdditionalCustomerGroup1 string? -
- AdditionalCustomerGroup2 string? -
- AdditionalCustomerGroup3 string? -
- AdditionalCustomerGroup4 string? -
- AdditionalCustomerGroup5 string? -
- AdditionalMaterialGroup1 string? -
- AdditionalMaterialGroup2 string? -
- AdditionalMaterialGroup3 string? -
- AdditionalMaterialGroup4 string? -
- AdditionalMaterialGroup5 string? -
- AlternateProductNumber string? -
- BaseUnit string? -
- Batch string? -
- BatchBySupplier string? -
- BatchClassification string? -
- BOMExplosion string? -
- BusinessArea string? -
- ConsumptionPosting string? -
- ControllingArea string? -
- CostCenter string? -
- CreatedByUser string? -
- CreationDate string? -
- CreationTime string? -
- CustEngineeringChgStatus string? -
- DeliveryDocument string? -
- DeliveryDocumentItem string? -
- DeliveryDocumentItemCategory string? -
- DeliveryDocumentItemText string? -
- DeliveryGroup string? -
- DeliveryQuantityUnit string? -
- DeliveryRelatedBillingStatus string? -
- DeliveryToBaseQuantityDnmntr string? -
- DeliveryToBaseQuantityNmrtr string? -
- DepartmentClassificationByCust string? -
- DistributionChannel string? -
- Division string? -
- FixedShipgProcgDurationInDays string? -
- GLAccount string? -
- GoodsMovementReasonCode string? -
- GoodsMovementStatus string? -
- GoodsMovementType string? -
- HigherLevelItem string? -
- InspectionLot string? -
- InspectionPartialLot string? -
- IntercompanyBillingStatus string? -
- InternationalArticleNumber string? -
- InventorySpecialStockType string? -
- InventoryValuationType string? -
- IsCompletelyDelivered boolean? -
- IsNotGoodsMovementsRelevant string? -
- IsSeparateValuation boolean? -
- IssgOrRcvgBatch string? -
- IssgOrRcvgMaterial string? -
- IssgOrRcvgSpclStockInd string? -
- IssgOrRcvgStockCategory string? -
- IssgOrRcvgValuationType string? -
- IssuingOrReceivingPlant string? -
- IssuingOrReceivingStorageLoc string? -
- ItemBillingBlockReason string? -
- ItemBillingIncompletionStatus string? -
- ItemDeliveryIncompletionStatus string? -
- ItemGdsMvtIncompletionSts string? -
- ItemGeneralIncompletionStatus string? -
- ItemGrossWeight string? -
- ItemIsBillingRelevant string? -
- ItemNetWeight string? -
- ItemPackingIncompletionStatus string? -
- ItemPickingIncompletionStatus string? -
- ItemVolume string? -
- ItemVolumeUnit string? -
- ItemWeightUnit string? -
- LastChangeDate string? -
- LoadingGroup string? -
- ManufactureDate string? -
- Material string? -
- MaterialByCustomer string? -
- MaterialFreightGroup string? -
- MaterialGroup string? -
- MaterialIsBatchManaged boolean? -
- MaterialIsIntBatchManaged boolean? -
- NumberOfSerialNumbers Signed32? -
- OrderID string? -
- OrderItem string? -
- OriginalDeliveryQuantity string? -
- OriginallyRequestedMaterial string? -
- OverdelivTolrtdLmtRatioInPct string? -
- PackingStatus string? -
- PartialDeliveryIsAllowed string? -
- PaymentGuaranteeForm string? -
- PickingConfirmationStatus string? -
- PickingControl string? -
- PickingStatus string? -
- Plant string? -
- PrimaryPostingSwitch string? -
- ProductAvailabilityDate string? -
- ProductAvailabilityTime string? -
- ProductConfiguration string? -
- ProductHierarchyNode string? -
- ProfitabilitySegment string? -
- ProfitCenter string? -
- ProofOfDeliveryRelevanceCode string? -
- ProofOfDeliveryStatus string? -
- QuantityIsFixed boolean? -
- ReceivingPoint string? -
- ReferenceDocumentLogicalSystem string? -
- ReferenceSDDocument string? -
- ReferenceSDDocumentCategory string? -
- ReferenceSDDocumentItem string? -
- DeliveryDocumentItemBySupplier string? -
- RetailPromotion string? -
- SalesDocumentItemType string? -
- SalesGroup string? -
- SalesOffice string? -
- SDDocumentCategory string? -
- SDProcessStatus string? -
- ShelfLifeExpirationDate string? -
- StatisticsDate string? -
- StockType string? -
- StorageBin string? -
- StorageLocation string? -
- StorageType string? -
- SubsequentMovementType string? -
- TransportationGroup string? -
- UnderdelivTolrtdLmtRatioInPct string? -
- UnlimitedOverdeliveryIsAllowed boolean? -
- VarblShipgProcgDurationInDays string? -
- Warehouse string? -
- WarehouseActivityStatus string? -
- WarehouseStagingArea string? -
- DeliveryVersion string? -
- WarehouseStockCategory string? -
- WarehouseStorageBin string? -
- to_SerialDeliveryItem A_InbDeliverySerialNmbr? -
- to_DocumentFlow A_InbDeliveryItem_to_DocumentFlow? -
- to_DeliveryDocumentItemText A_InbDeliveryItem_to_DeliveryDocumentItemText? -
api_inbound_delivery_srv_0002: A_InbDeliveryItem_to_DeliveryDocumentItemText
Fields
- results A_InbDeliveryItemText[]? -
api_inbound_delivery_srv_0002: A_InbDeliveryItem_to_DocumentFlow
Fields
- results A_InbDeliveryDocFlow[]? -
api_inbound_delivery_srv_0002: A_InbDeliveryItemText
Fields
- DeliveryDocument string? -
- DeliveryDocumentItem string? -
- TextElement string? -
- Language string? -
- TextElementDescription string? -
- TextElementText string? -
- DeliveryLongTextIsFormatted boolean? -
api_inbound_delivery_srv_0002: A_InbDeliveryItemWrapper
Fields
- d A_InbDeliveryItem? -
api_inbound_delivery_srv_0002: A_InbDeliveryPartner
Fields
- AddressID string? -
- ContactPerson string? -
- Customer string? -
- PartnerFunction string? -
- Personnel string? -
- SDDocument string? -
- SDDocumentItem string? -
- Supplier string? -
- to_Address A_InbDeliveryAddress? -
api_inbound_delivery_srv_0002: A_InbDeliverySerialNmbr
Fields
- DeliveryDate string? -
- DeliveryDocument string? -
- DeliveryDocumentItem string? -
- MaintenanceItemObjectList string? -
- SDDocumentCategory string? -
- to_MaintenanceItemObject A_InbDeliverySerialNmbr_to_MaintenanceItemObject? -
api_inbound_delivery_srv_0002: A_InbDeliverySerialNmbr_to_MaintenanceItemObject
Fields
- results A_MaintenanceItemObjList[]? -
api_inbound_delivery_srv_0002: A_InbDeliverySerialNmbrWrapper
Fields
api_inbound_delivery_srv_0002: A_MaintenanceItemObjList
Fields
- Assembly string? -
- Equipment string? -
- FunctionalLocation string? -
- MaintenanceItemObject Signed32? -
- MaintenanceItemObjectList string? -
- MaintenanceNotification string? -
- MaintObjectLocAcctAssgmtNmbr string? -
- Material string? -
- SerialNumber string? -
- ManufacturerSerialNumber string? -
api_inbound_delivery_srv_0002: AddSerialNumberToDeliveryItemWrapper
Fields
api_inbound_delivery_srv_0002: ClientHttp1Settings
Provides settings related to HTTP/1.x protocol.
Fields
- keepAlive KeepAlive(default http:KEEPALIVE_AUTO) - Specifies whether to reuse a connection for multiple requests
- chunking Chunking(default http:CHUNKING_AUTO) - The chunking behaviour of the request
- proxy ProxyConfig? - Proxy server related options
api_inbound_delivery_srv_0002: Collection\ of\ DeliveryMessage
Fields
- __count count? -
- results DeliveryMessage[]? -
api_inbound_delivery_srv_0002: Collection\ of\ PutawayReport
Fields
- __count count? -
- results PutawayReport[]? -
api_inbound_delivery_srv_0002: CollectionOfA_InbDeliveryDocFlow
Fields
- __count count? -
- results A_InbDeliveryDocFlow[]? -
api_inbound_delivery_srv_0002: CollectionOfA_InbDeliveryDocFlowWrapper
Fields
api_inbound_delivery_srv_0002: CollectionOfA_InbDeliveryHeader
Fields
- __count count? -
- results A_InbDeliveryHeader[]? -
api_inbound_delivery_srv_0002: CollectionOfA_InbDeliveryHeaderText
Fields
- __count count? -
- results A_InbDeliveryHeaderText[]? -
api_inbound_delivery_srv_0002: CollectionOfA_InbDeliveryHeaderTextWrapper
Fields
api_inbound_delivery_srv_0002: CollectionOfA_InbDeliveryHeaderWrapper
Fields
api_inbound_delivery_srv_0002: CollectionOfA_InbDeliveryItem
Fields
- __count count? -
- results A_InbDeliveryItem[]? -
api_inbound_delivery_srv_0002: CollectionOfA_InbDeliveryItemText
Fields
- __count count? -
- results A_InbDeliveryItemText[]? -
api_inbound_delivery_srv_0002: CollectionOfA_InbDeliveryItemTextWrapper
Fields
api_inbound_delivery_srv_0002: CollectionOfA_InbDeliveryItemWrapper
Fields
api_inbound_delivery_srv_0002: CollectionOfA_InbDeliveryPartner
Fields
- __count count? -
- results A_InbDeliveryPartner[]? -
api_inbound_delivery_srv_0002: CollectionOfA_InbDeliveryPartnerWrapper
Fields
api_inbound_delivery_srv_0002: CollectionOfA_MaintenanceItemObjList
Fields
- __count count? -
- results A_MaintenanceItemObjList[]? -
api_inbound_delivery_srv_0002: CollectionOfA_MaintenanceItemObjListWrapper
Fields
api_inbound_delivery_srv_0002: ConfirmPutawayAllItemsWrapper
Fields
api_inbound_delivery_srv_0002: ConfirmPutawayOneItemWrapper
Fields
api_inbound_delivery_srv_0002: ConnectionConfig
Provides a set of configurations for controlling the behaviours when communicating with a remote HTTP endpoint.
Fields
- auth BearerTokenConfig|OAuth2RefreshTokenGrantConfig|CredentialsConfig - Configurations related to client authentication
- httpVersion HttpVersion(default http:HTTP_2_0) - The HTTP version understood by the client
- http1Settings ClientHttp1Settings? - Configurations related to HTTP/1.x protocol
- http2Settings ClientHttp2Settings? - Configurations related to HTTP/2 protocol
- timeout decimal(default 60) - The maximum time to wait (in seconds) for a response before closing the connection
- forwarded string(default "disable") - The choice of setting
forwarded
/x-forwarded
header
- poolConfig PoolConfiguration? - Configurations associated with request pooling
- cache CacheConfig? - HTTP caching related configurations
- compression Compression(default http:COMPRESSION_AUTO) - Specifies the way of handling compression (
accept-encoding
) header
- circuitBreaker CircuitBreakerConfig? - Configurations associated with the behaviour of the Circuit Breaker
- retryConfig RetryConfig? - Configurations associated with retrying
- responseLimits ResponseLimitConfigs? - Configurations associated with inbound response size limits
- secureSocket ClientSecureSocket? - SSL/TLS-related options
- proxy ProxyConfig? - Proxy server related options
- validation boolean(default true) - Enables the inbound payload validation functionality which provided by the constraint package. Enabled by default
api_inbound_delivery_srv_0002: CreateA_InbDeliveryAddress
api_inbound_delivery_srv_0002: CreateA_InbDeliveryDocFlow
Fields
- QuantityInBaseUnit string? -
api_inbound_delivery_srv_0002: CreateA_InbDeliveryHeader
Fields
- ActualGoodsMovementDate string? -
- ActualGoodsMovementTime string? -
- BillOfLading string? -
- DeliveryDate string? -
- DeliveryDocumentBySupplier string? -
- DeliveryTime string? -
- ProposedDeliveryRoute string? -
- ShippingType string? -
- Supplier string? -
- to_DeliveryDocumentText CreateA_InbDeliveryHeader_to_DeliveryDocumentText? -
- to_DeliveryDocumentItem CreateA_InbDeliveryHeader_to_DeliveryDocumentItem? -
- to_DeliveryDocumentPartner CreateA_InbDeliveryHeader_to_DeliveryDocumentPartner? -
api_inbound_delivery_srv_0002: CreateA_InbDeliveryHeader_to_DeliveryDocumentItem
Fields
- results CreateA_InbDeliveryItem[]? -
api_inbound_delivery_srv_0002: CreateA_InbDeliveryHeader_to_DeliveryDocumentPartner
Fields
- results CreateA_InbDeliveryPartner[]? -
api_inbound_delivery_srv_0002: CreateA_InbDeliveryHeader_to_DeliveryDocumentText
Fields
- results CreateA_InbDeliveryHeaderText[]? -
api_inbound_delivery_srv_0002: CreateA_InbDeliveryHeaderText
api_inbound_delivery_srv_0002: CreateA_InbDeliveryItem
Fields
- ActualDeliveryQuantity string? -
- Batch string? -
- BatchBySupplier string? -
- DeliveryDocument string -
- DeliveryQuantityUnit string? -
- ManufactureDate string? -
- Material string? -
- Plant string? -
- ReferenceSDDocument string? -
- ReferenceSDDocumentItem string? -
- ShelfLifeExpirationDate string? -
- to_SerialDeliveryItem CreateA_InbDeliverySerialNmbr? -
- to_DocumentFlow CreateA_InbDeliveryItem_to_DocumentFlow? -
- to_DeliveryDocumentItemText CreateA_InbDeliveryItem_to_DeliveryDocumentItemText? -
api_inbound_delivery_srv_0002: CreateA_InbDeliveryItem_to_DeliveryDocumentItemText
Fields
- results CreateA_InbDeliveryItemText[]? -
api_inbound_delivery_srv_0002: CreateA_InbDeliveryItem_to_DocumentFlow
Fields
- results CreateA_InbDeliveryDocFlow[]? -
api_inbound_delivery_srv_0002: CreateA_InbDeliveryItemText
api_inbound_delivery_srv_0002: CreateA_InbDeliveryPartner
Fields
- to_Address CreateA_InbDeliveryAddress? -
api_inbound_delivery_srv_0002: CreateA_InbDeliverySerialNmbr
Fields
- to_MaintenanceItemObject CreateA_InbDeliverySerialNmbr_to_MaintenanceItemObject? -
api_inbound_delivery_srv_0002: CreateA_InbDeliverySerialNmbr_to_MaintenanceItemObject
Fields
- results CreateA_MaintenanceItemObjList[]? -
api_inbound_delivery_srv_0002: CreateA_MaintenanceItemObjList
Fields
- SerialNumber string? -
api_inbound_delivery_srv_0002: CreateAddSerialNumberToDeliveryItemQueries
Represents the Queries record for the operation: createAddSerialNumberToDeliveryItem
Fields
- DeliveryDocument string - Delivery
(Value needs to be enclosed in single quotes)
- DeliveryDocumentItem string - Item
(Value needs to be enclosed in single quotes)
- SerialNumber string - Serial Number
(Value needs to be enclosed in single quotes)
api_inbound_delivery_srv_0002: CreateConfirmPutawayAllItemsQueries
Represents the Queries record for the operation: createConfirmPutawayAllItems
Fields
- DeliveryDocument string - Delivery
(Value needs to be enclosed in single quotes)
api_inbound_delivery_srv_0002: CreateConfirmPutawayOneItemQueries
Represents the Queries record for the operation: createConfirmPutawayOneItem
Fields
- DeliveryDocument string - Delivery
(Value needs to be enclosed in single quotes)
- DeliveryDocumentItem string - Item
(Value needs to be enclosed in single quotes)
api_inbound_delivery_srv_0002: CreateCreateBatchSplitItemQueries
Represents the Queries record for the operation: createCreateBatchSplitItem
Fields
- DeliveryDocument string - Value needs to be enclosed in single quotes
- DeliveryDocumentItem string - Value needs to be enclosed in single quotes
- PutawayQuantityInOrderUnit string? - Value needs to be suffixed with
M
- Batch string - Value needs to be enclosed in single quotes
- ManufactureDate string? - Time Stamp
(Value needs to be enclosed in single quotes and prefixed withdatetime
, e.g.datetime'2017-12-31T00:00'
)
- ActualDeliveryQuantity string - Value needs to be suffixed with
M
- ShelfLifeExpirationDate string? - Time Stamp
(Value needs to be enclosed in single quotes and prefixed withdatetime
, e.g.datetime'2017-12-31T00:00'
)
- BatchBySupplier string? - Value needs to be enclosed in single quotes
- DeliveryQuantityUnit string - Value needs to be enclosed in single quotes
api_inbound_delivery_srv_0002: CreatedDeliveryItem
Fields
- DeliveryDocument string? -
- DeliveryDocumentItem string? -
api_inbound_delivery_srv_0002: CreatedDeliveryItem_1
Fields
api_inbound_delivery_srv_0002: CreatedDeliveryItem_1_d
Fields
- CreateBatchSplitItem CreatedDeliveryItem? -
api_inbound_delivery_srv_0002: CreateDeleteAllSerialNumbersFromDeliveryItemQueries
Represents the Queries record for the operation: createDeleteAllSerialNumbersFromDeliveryItem
Fields
- DeliveryDocument string - Delivery
(Value needs to be enclosed in single quotes)
- DeliveryDocumentItem string - Item
(Value needs to be enclosed in single quotes)
api_inbound_delivery_srv_0002: CreateDeleteSerialNumberFromDeliveryItemQueries
Represents the Queries record for the operation: createDeleteSerialNumberFromDeliveryItem
Fields
- DeliveryDocument string - Delivery
(Value needs to be enclosed in single quotes)
- DeliveryDocumentItem string - Item
(Value needs to be enclosed in single quotes)
- SerialNumber string - Serial Number
(Value needs to be enclosed in single quotes)
api_inbound_delivery_srv_0002: CreatePostGoodsReceiptQueries
Represents the Queries record for the operation: createPostGoodsReceipt
Fields
- DeliveryDocument string - Delivery
(Value needs to be enclosed in single quotes)
- ActualGoodsMovementDate string? - Time Stamp
(Value needs to be enclosed in single quotes and prefixed withdatetime
, e.g.datetime'2017-12-31T00:00'
)
api_inbound_delivery_srv_0002: CreatePutawayAllItemsQueries
Represents the Queries record for the operation: createPutawayAllItems
Fields
- DeliveryDocument string - Delivery
(Value needs to be enclosed in single quotes)
api_inbound_delivery_srv_0002: CreatePutawayOneItemQueries
Represents the Queries record for the operation: createPutawayOneItem
Fields
- DeliveryDocument string - Delivery
(Value needs to be enclosed in single quotes)
- DeliveryDocumentItem string - Item
(Value needs to be enclosed in single quotes)
api_inbound_delivery_srv_0002: CreatePutawayOneItemWithBaseQuantityQueries
Represents the Queries record for the operation: createPutawayOneItemWithBaseQuantity
Fields
- DeliveryDocument string - Delivery
(Value needs to be enclosed in single quotes)
- DeliveryDocumentItem string - Item
(Value needs to be enclosed in single quotes)
- ActualDeliveredQtyInBaseUnit string - Qty (stckp.unt)
(Value needs to be suffixed withM
)
- BaseUnit string - Base Unit
(Value needs to be enclosed in single quotes)
api_inbound_delivery_srv_0002: CreatePutawayOneItemWithSalesQuantityQueries
Represents the Queries record for the operation: createPutawayOneItemWithSalesQuantity
Fields
- DeliveryDocument string - Delivery
(Value needs to be enclosed in single quotes)
- DeliveryDocumentItem string - Item
(Value needs to be enclosed in single quotes)
- ActualDeliveryQuantity string - Delivery qty
(Value needs to be suffixed withM
)
- DeliveryQuantityUnit string - Sales Unit
(Value needs to be enclosed in single quotes)
api_inbound_delivery_srv_0002: CreateReverseGoodsReceiptQueries
Represents the Queries record for the operation: createReverseGoodsReceipt
Fields
- DeliveryDocument string - Delivery
(Value needs to be enclosed in single quotes)
- ActualGoodsMovementDate string - Actual GI Date
(Value needs to be enclosed in single quotes and prefixed withdatetime
, e.g.datetime'2017-12-31T00:00'
)
api_inbound_delivery_srv_0002: CreateSetPutawayQuantityWithBaseQuantityQueries
Represents the Queries record for the operation: createSetPutawayQuantityWithBaseQuantity
Fields
- DeliveryDocument string - Delivery
(Value needs to be enclosed in single quotes)
- DeliveryDocumentItem string - Item
(Value needs to be enclosed in single quotes)
- ActualDeliveredQtyInBaseUnit string - Qty (stckp.unt)
(Value needs to be suffixed withM
)
- BaseUnit string - Base Unit
(Value needs to be enclosed in single quotes)
api_inbound_delivery_srv_0002: DeleteAllSerialNumbersFromDeliveryItemWrapper
Fields
api_inbound_delivery_srv_0002: DeleteSerialNumberFromDeliveryItemWrapper
Fields
api_inbound_delivery_srv_0002: DeliveryMessage
Fields
- CollectiveProcessing string? -
- DeliveryDocument string? -
- DeliveryDocumentItem string? -
- ScheduleLine string? -
- CollectiveProcessingMsgCounter string? -
- SystemMessageIdentification string? -
- SystemMessageNumber string? -
- SystemMessageType string? -
- SystemMessageVariable1 string? -
- SystemMessageVariable2 string? -
- SystemMessageVariable3 string? -
- SystemMessageVariable4 string? -
- CollectiveProcessingType string? -
api_inbound_delivery_srv_0002: GetA_InbDeliveryDocFlowQueries
Represents the Queries record for the operation: getA_InbDeliveryDocFlow
Fields
- \$select A_InbDeliveryDocFlowByKeySelectOptions? - Select properties to be returned, see Select
api_inbound_delivery_srv_0002: GetA_InbDeliveryHeaderQueries
Represents the Queries record for the operation: getA_InbDeliveryHeader
Fields
- \$expand A_InbDeliveryHeaderExpandOptions? - Expand related entities, see Expand
- \$select A_InbDeliveryHeaderSelectOptions? - Select properties to be returned, see Select
api_inbound_delivery_srv_0002: GetA_InbDeliveryItemQueries
Represents the Queries record for the operation: getA_InbDeliveryItem
Fields
- \$expand A_InbDeliveryItemExpandOptions? - Expand related entities, see Expand
- \$select A_InbDeliveryItemSelectOptions? - Select properties to be returned, see Select
api_inbound_delivery_srv_0002: GetAddressOfA_InbDeliveryPartnerQueries
Represents the Queries record for the operation: getAddressOfA_InbDeliveryPartner
Fields
- \$select AddressOfA_InbDeliveryPartnerSelectOptions? - Select properties to be returned, see Select
api_inbound_delivery_srv_0002: GetSerialDeliveryItemOfA_InbDeliveryItemQueries
Represents the Queries record for the operation: getSerialDeliveryItemOfA_InbDeliveryItem
Fields
- \$expand SerialDeliveryItemOfA_InbDeliveryItemExpandOptions? - Expand related entities, see Expand
- \$select SerialDeliveryItemOfA_InbDeliveryItemSelectOptions? - Select properties to be returned, see Select
api_inbound_delivery_srv_0002: ListA_InbDeliveryHeadersQueries
Represents the Queries record for the operation: listA_InbDeliveryHeaders
Fields
- \$skip int? - Skip the first n items, see Paging - Skip
- \$top int? - Show only the first n items, see Paging - Top
- \$orderby A_InbDeliveryHeaderOrderByOptions? - Order items by property values, see Sorting
- \$expand A_InbDeliveryHeaderExpandOptions? - Expand related entities, see Expand
- \$inlinecount "allpages"|"none" ? - Include count of items, see Inlinecount
- \$select A_InbDeliveryHeaderSelectOptions? - Select properties to be returned, see Select
api_inbound_delivery_srv_0002: ListA_InbDeliveryItemsQueries
Represents the Queries record for the operation: listA_InbDeliveryItems
Fields
- \$skip int? - Skip the first n items, see Paging - Skip
- \$top int? - Show only the first n items, see Paging - Top
- \$orderby A_InbDeliveryItemOrderByOptions? - Order items by property values, see Sorting
- \$expand A_InbDeliveryItemExpandOptions? - Expand related entities, see Expand
- \$inlinecount "allpages"|"none" ? - Include count of items, see Inlinecount
- \$select A_InbDeliveryItemSelectOptions? - Select properties to be returned, see Select
api_inbound_delivery_srv_0002: ListDeliveryDocumentItemsOfA_InbDeliveryHeaderQueries
Represents the Queries record for the operation: listDeliveryDocumentItemsOfA_InbDeliveryHeader
Fields
- \$skip int? - Skip the first n items, see Paging - Skip
- \$top int? - Show only the first n items, see Paging - Top
- \$orderby DeliveryDocumentItemOfA_InbDeliveryHeaderOrderByOptions? - Order items by property values, see Sorting
- \$expand DeliveryDocumentItemOfA_InbDeliveryHeaderExpandOptions? - Expand related entities, see Expand
- \$inlinecount "allpages"|"none" ? - Include count of items, see Inlinecount
- \$select DeliveryDocumentItemOfA_InbDeliveryHeaderSelectOptions? - Select properties to be returned, see Select
api_inbound_delivery_srv_0002: ListDeliveryDocumentItemTextsOfA_InbDeliveryItemQueries
Represents the Queries record for the operation: listDeliveryDocumentItemTextsOfA_InbDeliveryItem
Fields
- \$inlinecount "allpages"|"none" ? - Include count of items, see Inlinecount
- \$select DeliveryDocumentItemTextOfA_InbDeliveryItemSelectOptions? - Select properties to be returned, see Select
api_inbound_delivery_srv_0002: ListDeliveryDocumentPartnersOfA_InbDeliveryHeaderQueries
Represents the Queries record for the operation: listDeliveryDocumentPartnersOfA_InbDeliveryHeader
Fields
- \$orderby DeliveryDocumentPartnerOfA_InbDeliveryHeaderOrderByOptions? - Order items by property values, see Sorting
- \$expand DeliveryDocumentPartnerOfA_InbDeliveryHeaderExpandOptions? - Expand related entities, see Expand
- \$inlinecount "allpages"|"none" ? - Include count of items, see Inlinecount
- \$select DeliveryDocumentPartnerOfA_InbDeliveryHeaderSelectOptions? - Select properties to be returned, see Select
api_inbound_delivery_srv_0002: ListDeliveryDocumentTextsOfA_InbDeliveryHeaderQueries
Represents the Queries record for the operation: listDeliveryDocumentTextsOfA_InbDeliveryHeader
Fields
- \$inlinecount "allpages"|"none" ? - Include count of items, see Inlinecount
- \$select DeliveryDocumentTextOfA_InbDeliveryHeaderSelectOptions? - Select properties to be returned, see Select
api_inbound_delivery_srv_0002: ListDocumentFlowsOfA_InbDeliveryItemQueries
Represents the Queries record for the operation: listDocumentFlowsOfA_InbDeliveryItem
Fields
- \$orderby DocumentFlowOfA_InbDeliveryItemOrderByOptions? - Order items by property values, see Sorting
- \$inlinecount "allpages"|"none" ? - Include count of items, see Inlinecount
- \$select DocumentFlowOfA_InbDeliveryItemSelectOptions? - Select properties to be returned, see Select
api_inbound_delivery_srv_0002: ListMaintenanceItemObjectsOfA_InbDeliverySerialNmbrQueries
Represents the Queries record for the operation: listMaintenanceItemObjectsOfA_InbDeliverySerialNmbr
Fields
- \$inlinecount "allpages"|"none" ? - Include count of items, see Inlinecount
- \$select MaintenanceItemObjectOfA_InbDeliverySerialNmbrSelectOptions? - Select properties to be returned, see Select
api_inbound_delivery_srv_0002: Modified\ A_InbDeliveryDocFlowType
Fields
api_inbound_delivery_srv_0002: Modified\ A_InbDeliveryHeaderType
Fields
api_inbound_delivery_srv_0002: Modified\ A_InbDeliveryItemType
Fields
api_inbound_delivery_srv_0002: OAuth2RefreshTokenGrantConfig
OAuth2 Refresh Token Grant Configs
Fields
- refreshUrl string(default "https://{host}:{port}") - Refresh URL
api_inbound_delivery_srv_0002: PostGoodsReceiptWrapper
Fields
api_inbound_delivery_srv_0002: ProxyConfig
Proxy server configurations to be used with the HTTP client endpoint.
Fields
- host string(default "") - Host name of the proxy server
- port int(default 0) - Proxy server port
- userName string(default "") - Proxy server username
- password string(default "") - Proxy server password
api_inbound_delivery_srv_0002: PutawayAllItemsWrapper
Fields
api_inbound_delivery_srv_0002: PutawayOneItemWithBaseQuantityWrapper
Fields
api_inbound_delivery_srv_0002: PutawayOneItemWithSalesQuantityWrapper
Fields
api_inbound_delivery_srv_0002: PutawayOneItemWrapper
Fields
api_inbound_delivery_srv_0002: PutawayReport
Fields
- SystemMessageIdentification string? -
- SystemMessageNumber string? -
- SystemMessageType string? -
- SystemMessageVariable1 string? -
- SystemMessageVariable2 string? -
- SystemMessageVariable3 string? -
- SystemMessageVariable4 string? -
- Batch string? -
- DeliveryQuantityUnit string? -
- ActualDeliveryQuantity string? -
- DeliveryDocumentItemText string? -
- Material string? -
- DeliveryDocumentItem string? -
- DeliveryDocument string? -
api_inbound_delivery_srv_0002: ReverseGoodsReceiptWrapper
Fields
api_inbound_delivery_srv_0002: SetPutawayQuantityWithBaseQuantityWrapper
Fields
api_inbound_delivery_srv_0002: UpdateA_InbDeliveryDocFlow
Fields
- QuantityInBaseUnit string? -
api_inbound_delivery_srv_0002: UpdateA_InbDeliveryHeader
Fields
- ActualGoodsMovementDate string? -
- ActualGoodsMovementTime string? -
- DeliveryDate string? -
- DeliveryTime string? -
- ProposedDeliveryRoute string? -
- ShippingType string? -
api_inbound_delivery_srv_0002: UpdateA_InbDeliveryItem
Fields
- ActualDeliveryQuantity string? -
- Batch string? -
- BatchBySupplier string? -
- ManufactureDate string? -
- ShelfLifeExpirationDate string? -
Array types
api_inbound_delivery_srv_0002: A_InbDeliveryItemOrderByOptions
A_InbDeliveryItemOrderByOptions
api_inbound_delivery_srv_0002: A_InbDeliveryItemExpandOptions
A_InbDeliveryItemExpandOptions
api_inbound_delivery_srv_0002: SerialDeliveryItemOfA_InbDeliveryItemExpandOptions
SerialDeliveryItemOfA_InbDeliveryItemExpandOptions
api_inbound_delivery_srv_0002: DeliveryDocumentPartnerOfA_InbDeliveryHeaderSelectOptions
DeliveryDocumentPartnerOfA_InbDeliveryHeaderSelectOptions
api_inbound_delivery_srv_0002: DeliveryDocumentItemOfA_InbDeliveryHeaderOrderByOptions
DeliveryDocumentItemOfA_InbDeliveryHeaderOrderByOptions
api_inbound_delivery_srv_0002: DocumentFlowOfA_InbDeliveryItemSelectOptions
DocumentFlowOfA_InbDeliveryItemSelectOptions
api_inbound_delivery_srv_0002: DeliveryDocumentPartnerOfA_InbDeliveryHeaderExpandOptions
DeliveryDocumentPartnerOfA_InbDeliveryHeaderExpandOptions
api_inbound_delivery_srv_0002: A_InbDeliveryHeaderExpandOptions
A_InbDeliveryHeaderExpandOptions
api_inbound_delivery_srv_0002: A_InbDeliveryItemSelectOptions
A_InbDeliveryItemSelectOptions
api_inbound_delivery_srv_0002: DeliveryDocumentItemOfA_InbDeliveryHeaderSelectOptions
DeliveryDocumentItemOfA_InbDeliveryHeaderSelectOptions
api_inbound_delivery_srv_0002: DeliveryDocumentTextOfA_InbDeliveryHeaderSelectOptions
DeliveryDocumentTextOfA_InbDeliveryHeaderSelectOptions
api_inbound_delivery_srv_0002: A_InbDeliveryDocFlowByKeySelectOptions
A_InbDeliveryDocFlowByKeySelectOptions
api_inbound_delivery_srv_0002: A_InbDeliveryHeaderOrderByOptions
A_InbDeliveryHeaderOrderByOptions
api_inbound_delivery_srv_0002: DeliveryDocumentItemOfA_InbDeliveryHeaderExpandOptions
DeliveryDocumentItemOfA_InbDeliveryHeaderExpandOptions
api_inbound_delivery_srv_0002: AddressOfA_InbDeliveryPartnerSelectOptions
AddressOfA_InbDeliveryPartnerSelectOptions
api_inbound_delivery_srv_0002: A_InbDeliveryHeaderSelectOptions
A_InbDeliveryHeaderSelectOptions
api_inbound_delivery_srv_0002: SerialDeliveryItemOfA_InbDeliveryItemSelectOptions
SerialDeliveryItemOfA_InbDeliveryItemSelectOptions
api_inbound_delivery_srv_0002: DocumentFlowOfA_InbDeliveryItemOrderByOptions
DocumentFlowOfA_InbDeliveryItemOrderByOptions
api_inbound_delivery_srv_0002: DeliveryDocumentPartnerOfA_InbDeliveryHeaderOrderByOptions
DeliveryDocumentPartnerOfA_InbDeliveryHeaderOrderByOptions
api_inbound_delivery_srv_0002: DeliveryDocumentItemTextOfA_InbDeliveryItemSelectOptions
DeliveryDocumentItemTextOfA_InbDeliveryItemSelectOptions
api_inbound_delivery_srv_0002: MaintenanceItemObjectOfA_InbDeliverySerialNmbrSelectOptions
MaintenanceItemObjectOfA_InbDeliverySerialNmbrSelectOptions
Import
import osa/api_inbound_delivery_srv_0002;
Metadata
Released date: 4 months ago
Version: 0.1.0
Compatibility
Platform: any
Ballerina version: 2201.9.0
GraalVM compatible: Yes
Pull count
Total: 2
Current verison: 2
Weekly downloads
Other versions
0.1.0