inventoryreceiptItemsAssignbarcodesPost method
Future<Response<WebApiModulesInventoryInventoryReceiptAssignBarcodeResponse> >
inventoryreceiptItemsAssignbarcodesPost({
- required WebApiModulesInventoryInventoryReceiptAssignBarcodeRequest? body,
Implementation
Future<
chopper.Response<
WebApiModulesInventoryInventoryReceiptAssignBarcodeResponse>>
inventoryreceiptItemsAssignbarcodesPost(
{required WebApiModulesInventoryInventoryReceiptAssignBarcodeRequest?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryInventoryReceiptAssignBarcodeResponse,
() => WebApiModulesInventoryInventoryReceiptAssignBarcodeResponse
.fromJsonFactory);
return _inventoryreceiptItemsAssignbarcodesPost(body: body);
}