20171211-python Automation-Interface Test-postman-psot-JSON parameters

Source: Internet
Author: User

Interface 3: Adding student information

Brief description: Add student information, enter parameter is JSON type

Request Url:http://api.nnzhp.cn/api/user/add_stu

Request mode: Post, parameter is JSON type

Name of parameter Must-Choose Type Description
Name Y String Student Name
Grade Y String Class
Phone Y Int Phone
Sex N String Sex, do not pass the default male
Age N Int Age, does not pass the default 18
Addr N String Address, do not pass the default Beijing changping

1, click Newtab, select Post, address bar input Url:http://api.nnzhp.cn/api/user/add_stu

2, click Body, option Raw, enter key value pairs

{

"Name": "Dazong",
"Grade": "Tianxie",
"Phone": "18822222222",
"Addr": "Beijingwangjing"
}

3, click Send To view the returned results

{
"Error_code": 1000,
"MSG": "Operation succeeded!" "
}

20171211-python Automation-Interface Test-postman-psot-JSON parameters

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.