OrderApiProvider class

Constructors

OrderApiProvider.new({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 DioClient microsoftClient, required String piNumber, Options? getPackingInstructionOptions}) Future<Response>
getPackagingInstructionDetermination({required DioClient microsoftClient, required String materialNo, String? plantId, String? versionId, 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