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