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