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