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