OrderApiProvider class

Constructors

OrderApiProvider({required DioClient client})
const

Properties

client DioClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getIdepackItems({required DioClient microsoftClient, required String fillingOrderId, Options? getIdepackItemsOptions}) Future<Response<Json>>
getIdepackSSCCUnits({required DioClient microsoftClient, required String fillingOrderId, Options? getIdepackSSCCSOptions}) Future<Response<Json>>
getMaterialDetail({required String materialDocumentNo, Options? getMaterialDocumentsOptions}) Future<Response>
getPackagingInstruction({required String piNumber, Options? getPackingInstructionOptions}) Future<Response>
getPackagingInstructionsByMaterial({required String materialNo, String? determinationType, String? plantId, String? versionId, Options? getPackingInstructionDeterminationOptions}) Future<Response<Json>>
getPackagingInstructionsDetermination({required String determinationScheme, String? plant, String? materialNumber, String? usageIndicator, String? shipToParty, String? unloadingPoint, String? accountNumber, String? route, String? soldToParty, String? shippingType, String? shippingPoint, String? storageLocation, String? warehouseNumber, String? storageType, String? stagingArea, String? doorNumber, String? goodsSupplier, String? supplyArea, String? transportationGroup, String? loadingGroup, String? issuingPlant, String? referenceMaterial, String? mrpArea, String? sellingOrganisation, String? shippingConditions, String? shipToPartyCountry, String? productionVersion, String? containerType, String? salesOrganisation, String? batchNumber, Options? getPackingInstructionDeterminationOptions}) Future<Response<Json>>
getProcessOrderDetails({required String orderId, Options? getProcessOrderDetailsOptions}) Future<Response>
getProcessOrders({required String plant, required String orderResource, required String processOrder, Options? getProcessOrdersOptions}) Future<Response<Json>>
getPurchaseOrderConfirmation({required String poNumber, Options? getPurchaseConfirmationOptions}) Future<Response<Json>>
getPurchaseOrderItems({required String poNumber, Options? getPOItemsOptions}) Future<Response<Json>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postIdepackItems({required DioClient microsoftClient, required String fillingOrderId, required Json data, Options? postIdepackItemsOptions}) Future<Response>
postIdepackSSCCUnits({required DioClient microsoftClient, required String fillingOrderId, required Json data, Options? postIdepackSSCCSOptions}) Future<Response>
toString() String
A string representation of this object.
inherited
updatePurchaseOrderItem({required String csrfToken, required String poNumber, required String poItemNumber, required Json data, Json? updatingPOItemExtra}) Future<Response<Json>>

Operators

operator ==(Object other) bool
The equality operator.
inherited