Input: Use the downloaded sample data in SampleTest.json of the Given folder to test this functionality.
Output: Single object
Example:
POST
http://localhost:9999/department/create
Params
Authorization Headers (9)
Body Scripts
Tests
Settings
none form-datax-www-form-urlencoded Oraw binary GraphQL JSON
"name": "Customer Service",
"description": "Handles customer inquiries and resolves issues.".
"exployees": [
"name": [
"firstName": "Michael",
"lastNare": "Doe",
"middleName": "Ryan"
10
1.
11
"dateOfBirth": "1990-05-15",
12
"gender": "sale","department": null,
13
Body Cookies Headers (7) Test Results
Zoom
Pretty
Raw
Preview
Visualize JSON
6789101
12
13
"message": "Create a new department and add employees succesfully",
"result": {
"departmentId": "6705ffee87114567a57ec5e7",
"departrentName": "Customer Service",
" employeesList": [
1
"name": "Michael Ryan Doe"
"name": "Emily Jane Clark"
+ 95%
Send
Cookies
Beautify
201 Created 73. ms 4718 Save Response
Close