invoiceValidateoutsidesalesrepresentativeBrowsePost method

Future<Response<FwStandardSqlServerFwJsonDataTable>> invoiceValidateoutsidesalesrepresentativeBrowsePost({
  1. required FwStandardModelsBrowseRequest? body,
})

Implementation

Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
    invoiceValidateoutsidesalesrepresentativeBrowsePost(
        {required FwStandardModelsBrowseRequest? body}) {
  generatedMapping.putIfAbsent(FwStandardSqlServerFwJsonDataTable,
      () => FwStandardSqlServerFwJsonDataTable.fromJsonFactory);

  return _invoiceValidateoutsidesalesrepresentativeBrowsePost(body: body);
}