companycontactSortPost method
Future<Response<WebApiLogicSortItemsResponse> >
companycontactSortPost({
- required WebApiModulesCompanyCompanyContactSortCompanyContactRequest? body,
Implementation
Future<chopper.Response<WebApiLogicSortItemsResponse>>
companycontactSortPost({
required WebApiModulesCompanyCompanyContactSortCompanyContactRequest? body,
}) {
generatedMapping.putIfAbsent(
WebApiLogicSortItemsResponse,
() => WebApiLogicSortItemsResponse.fromJsonFactory,
);
return _companycontactSortPost(body: body);
}