inventoryreceiptIdPut method
Future<Response<WebApiModulesInventoryInventoryReceiptInventoryReceipt> >
inventoryreceiptIdPut({
- required String? id,
- required WebApiModulesInventoryInventoryReceiptInventoryReceipt? body,
@param id
Implementation
Future<
chopper.Response<WebApiModulesInventoryInventoryReceiptInventoryReceipt>
>
inventoryreceiptIdPut({
required String? id,
required WebApiModulesInventoryInventoryReceiptInventoryReceipt? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryInventoryReceiptInventoryReceipt,
() => WebApiModulesInventoryInventoryReceiptInventoryReceipt
.fromJsonFactory,
);
return _inventoryreceiptIdPut(id: id, body: body);
}