inventoryreceiptItemmaterialsPost method
Future<Response<WebApiModulesInventoryInventoryReceiptItemMaterial> >
inventoryreceiptItemmaterialsPost({
- required WebApiModulesInventoryInventoryReceiptItemMaterial? body,
Implementation
Future<chopper.Response<WebApiModulesInventoryInventoryReceiptItemMaterial>>
inventoryreceiptItemmaterialsPost(
{required WebApiModulesInventoryInventoryReceiptItemMaterial? body}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryInventoryReceiptItemMaterial,
() =>
WebApiModulesInventoryInventoryReceiptItemMaterial.fromJsonFactory);
return _inventoryreceiptItemmaterialsPost(body: body);
}