inventoryreceiptCreditsPost method

Future<Response<WebApiModulesInventoryInventoryReceiptCredits>> inventoryreceiptCreditsPost({
  1. required WebApiModulesInventoryInventoryReceiptCredits? body,
})

Implementation

Future<chopper.Response<WebApiModulesInventoryInventoryReceiptCredits>>
inventoryreceiptCreditsPost({
  required WebApiModulesInventoryInventoryReceiptCredits? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryInventoryReceiptCredits,
    () => WebApiModulesInventoryInventoryReceiptCredits.fromJsonFactory,
  );

  return _inventoryreceiptCreditsPost(body: body);
}