invoiceValidateoutsidesalesrepresentativeBrowsePost method
Future<Response<FwStandardSqlServerFwJsonDataTable> >
invoiceValidateoutsidesalesrepresentativeBrowsePost({
- required FwStandardModelsBrowseRequest? body,
Implementation
Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
invoiceValidateoutsidesalesrepresentativeBrowsePost(
{required FwStandardModelsBrowseRequest? body}) {
generatedMapping.putIfAbsent(FwStandardSqlServerFwJsonDataTable,
() => FwStandardSqlServerFwJsonDataTable.fromJsonFactory);
return _invoiceValidateoutsidesalesrepresentativeBrowsePost(body: body);
}