Commit 1ef37f1f authored by Syed Asif's avatar Syed Asif

collection added

parent 28d15f1f
{
"info": {
"_postman_id": "4bdefb85-1e14-4ca8-bfca-f4b64685f6fd",
"name": "profile",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "http://localhost:9091/profile",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"firstName\": \"India\",\r\n \"lastName\": \"Nisum\",\r\n \"dateOfBirth\": \"11-12-1995\",\r\n \"permanentAccountNumber\": \"SBAPA1239A\",\r\n \"adharNumber\": \"295456789123\",\r\n \"mobileNumber\": \"9223456789\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:9091/profile",
"protocol": "http",
"host": [
"localhost"
],
"port": "9091",
"path": [
"profile"
]
}
},
"response": []
},
{
"name": "http://localhost:9091/profile",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:9091/profile",
"protocol": "http",
"host": [
"localhost"
],
"port": "9091",
"path": [
"profile"
]
}
},
"response": []
},
{
"name": "http://localhost:9091/profile",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"profileId\": \"658dd9e42ed4836c0cf70b84\",\r\n \"firstName\": \"India\",\r\n \"lastName\": \"Nisum\",\r\n \"dateOfBirth\": \"11-21-1997\",\r\n \"permanentAccountNumber\": \"ABAPA1235A\",\r\n \"adharNumber\": \"123456789123\",\r\n \"mobileNumber\": \"9223456789\",\r\n \"status\": \"ACTIVE\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:9091/profile",
"protocol": "http",
"host": [
"localhost"
],
"port": "9091",
"path": [
"profile"
]
}
},
"response": []
},
{
"name": "http://localhost:9091/profile/658dd9c62ed4836c0cf70b83",
"request": {
"method": "DELETE",
"header": [],
"url": {
"raw": "http://localhost:9091/profile/658dd9c62ed4836c0cf70b83",
"protocol": "http",
"host": [
"localhost"
],
"port": "9091",
"path": [
"profile",
"658dd9c62ed4836c0cf70b83"
]
}
},
"response": []
}
]
}
### Java Spring template project
This project is based on a GitLab [Project Template](https://docs.gitlab.com/ee/gitlab-basics/create-project.html).
......
{
"info": {
"_postman_id": "4bdefb85-1e14-4ca8-bfca-f4b64685f6fd",
"name": "profile",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "http://localhost:9091/profile",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"firstName\": \"India\",\r\n \"lastName\": \"Nisum\",\r\n \"dateOfBirth\": \"11-12-1995\",\r\n \"permanentAccountNumber\": \"SBAPA1239A\",\r\n \"adharNumber\": \"295456789123\",\r\n \"mobileNumber\": \"9223456789\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:9091/profile",
"protocol": "http",
"host": [
"localhost"
],
"port": "9091",
"path": [
"profile"
]
}
},
"response": []
},
{
"name": "http://localhost:9091/profile",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:9091/profile",
"protocol": "http",
"host": [
"localhost"
],
"port": "9091",
"path": [
"profile"
]
}
},
"response": []
},
{
"name": "http://localhost:9091/profile",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"profileId\": \"658dd9e42ed4836c0cf70b84\",\r\n \"firstName\": \"India\",\r\n \"lastName\": \"Nisum\",\r\n \"dateOfBirth\": \"11-21-1997\",\r\n \"permanentAccountNumber\": \"ABAPA1235A\",\r\n \"adharNumber\": \"123456789123\",\r\n \"mobileNumber\": \"9223456789\",\r\n \"status\": \"ACTIVE\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:9091/profile",
"protocol": "http",
"host": [
"localhost"
],
"port": "9091",
"path": [
"profile"
]
}
},
"response": []
},
{
"name": "http://localhost:9091/profile/658dd9c62ed4836c0cf70b83",
"request": {
"method": "DELETE",
"header": [],
"url": {
"raw": "http://localhost:9091/profile/658dd9c62ed4836c0cf70b83",
"protocol": "http",
"host": [
"localhost"
],
"port": "9091",
"path": [
"profile",
"658dd9c62ed4836c0cf70b83"
]
}
},
"response": []
}
]
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment