ESH/service_client/GHCL.postman_collection_.json
2024-10-23 18:28:06 +05:30

201 lines
3.7 KiB
JSON

{
"info": {
"_postman_id": "21c0b16e-5cce-47b3-8ef7-9c655e4f02d8",
"name": "GHCL",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Get Employee Data Based on modified date",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "UserToken",
"value": "",
"type": "default"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "FROM_DATE",
"value": "1900-01-26",
"type": "default"
},
{
"key": "TILL_DATE",
"value": "2023-12-26",
"type": "default"
},
{
"key": "RETURN_EMPLOYEEDATA",
"value": "true",
"type": "default"
},
{
"key": "",
"value": "",
"type": "default",
"disabled": true
}
]
},
"url": {
"raw": "https://uat3.factohr.com/staff/API/Employee/getEmployeeDetailsByModifiedOnDate",
"protocol": "https",
"host": [
"uat3",
"factohr",
"com"
],
"path": [
"staff",
"API",
"Employee",
"getEmployeeDetailsByModifiedOnDate"
]
}
},
"response": []
},
{
"name": "UserToken",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "username",
"value": "staff",
"type": "default"
},
{
"key": "password",
"value": "staff!123",
"type": "default"
}
]
},
"url": {
"raw": "https://uat3.factohr.com/staff/api/ACL/AuthenticateUserEmployeeAndGetUserToken",
"protocol": "https",
"host": [
"uat3",
"factohr",
"com"
],
"path": [
"staff",
"api",
"ACL",
"AuthenticateUserEmployeeAndGetUserToken"
]
}
},
"response": []
},
{
"name": "Worker link",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "UserToken",
"value": "",
"type": "default"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "FROM_DATE",
"value": "1900-01-26",
"type": "text"
},
{
"key": "TILL_DATE",
"value": "2023-12-26",
"type": "text"
},
{
"key": "RETURN_EMPLOYEEDATA",
"value": "true",
"type": "text"
}
]
},
"url": {
"raw": "https://uat3.factohr.com/veraval/API/Employee/getEmployeeDetailsByModifiedOnDate",
"protocol": "https",
"host": [
"uat3",
"factohr",
"com"
],
"path": [
"veraval",
"API",
"Employee",
"getEmployeeDetailsByModifiedOnDate"
]
}
},
"response": []
},
{
"name": "UserTokenForWorker",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "username",
"value": "veraval",
"type": "text"
},
{
"key": "password",
"value": "veraval!321",
"type": "text"
}
]
},
"url": {
"raw": "https://uat3.factohr.com/veraval/api/ACL/AuthenticateUserEmployeeAndGetUserToken",
"protocol": "https",
"host": [
"uat3",
"factohr",
"com"
],
"path": [
"veraval",
"api",
"ACL",
"AuthenticateUserEmployeeAndGetUserToken"
]
}
},
"response": []
}
]
}