inventoryreceiptUnassignitemsPost method

Implementation

Future<
  chopper.Response<
    WebApiModulesInventoryInventoryReceiptUnassignItemsResponse
  >
>
inventoryreceiptUnassignitemsPost({
  required WebApiModulesInventoryInventoryReceiptUnassignItemsRequest? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryInventoryReceiptUnassignItemsResponse,
    () => WebApiModulesInventoryInventoryReceiptUnassignItemsResponse
        .fromJsonFactory,
  );

  return _inventoryreceiptUnassignitemsPost(body: body);
}