Skip to content

Commit

Permalink
add: employers payload
Browse files Browse the repository at this point in the history
  • Loading branch information
nixhantb committed Jan 22, 2025
1 parent 864bb8e commit 2e90f3b
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions docs/assets/payloads/employers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"name": {
"firstName": "Avik",
"middleName": "Sat",
"lastName": "R"
},
"address": {
"street": "1234 Elm Street",
"city": "Kathmandu",
"state": "Bagmati",
"postalCode": "44600",
"country": "Nepal"
},
"phone": {
"countryCode": 977,
"phoneNumber": "98323232"
},
"company": {
"companyName": "Tech Innovations Pvt. Ltd.",
"profile": {
"profileInfo": "A leading company in software development and technology solutions.",
"companyAddress": {
"street": "456 Tech Lane",
"city": "Kathmandu",
"state": "Bagmati",
"postalCode": "44600",
"country": "Nepal"
},
"contactPhone": {
"countryCode": 977,
"phoneNumber": "9801234567"
},
"contactEmail": {
"emailType": "Personal",
"emailAddress": "[email protected]"
},
"website": "https://www.techinnovations.com",
"industryTypes": {
"industryType": "Technology"
}
}
},
"employerType": {
"employerCategory": 1
},
"industryType": {
"industryType": "Technology"
}
}

0 comments on commit 2e90f3b

Please sign in to comment.