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