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