eventAccountUserRoleRelationshipsCreate abstract method

  1. @Post(path: '/event_account_user_role_relationships')
Future<Response<EventAccountUserRoleRelationship>> eventAccountUserRoleRelationshipsCreate({
  1. @Body() @required EventAccountUserRoleRelationship? data,
})

@param data

Implementation

@Post(path: '/event_account_user_role_relationships')
Future<chopper.Response<EventAccountUserRoleRelationship>>
    eventAccountUserRoleRelationshipsCreate(
        {@Body() @required EventAccountUserRoleRelationship? data});