rest api connection -> insert operation |
11/18/2020 4:25:17 AM |
PHPRunner General questions | |
C
chanpeter88 author
rest api connection -> create rest api view -> INSERT -> REQUEST BODY
|
|
![]() |
Sergey Kornilov admin 11/19/2020 |
If you specify POST request for the INSERT operation and also specify Content-Type: application/json then data will be sent in JSON format. |