CreateNotificationService

interface CreateNotificationService

Functions

createNotification
Link copied to clipboard
@POST(value = "notifications")
abstract fun createNotification(@Query(value = "vendor"vendor: String? = null): Call<Void>