java - Android Retrofit post information to api database -
how can post in case information android device api route. not response in android monitor. i have created basic retrofitbuilder class. have created apiservice contains this: @formurlencoded @post("device") call<deviceresponse> device(@field("device_name") string device_name, @field("device_producer") string device_producer, @field("device_pixel_width") int device_pixel_width, @field("device_pixel_height") int device_pixel_height, @field("device_ratio_width") int device_ratio_width, @field("device_ratio_height") int device_ratio_height, @field("device_android_version") int device_android_version, @field("device_status") int device_status); a device model contains device constructor setter