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