POST api/Setting/ApplyCareerVacancy

Request Information

URI Parameters

None.

Body Parameters

tbl_CareerVacancyApply
NameDescriptionTypeAdditional information
BranchCode

string

None.

Name

string

None.

Mobile

string

None.

FatherName

string

None.

Address

string

None.

City

string

None.

WhatsMobile

string

None.

EmailID

string

None.

DOB

date

None.

ApplyFor

integer

None.

Remarks

string

None.

ProfilePic

string

None.

Qualification

string

None.

CV

string

None.

ApiFor

string

None.

Request Formats

application/json, text/json

Sample:
{
  "branchCode": "sample string 1",
  "name": "sample string 2",
  "mobile": "sample string 3",
  "fatherName": "sample string 4",
  "address": "sample string 5",
  "city": "sample string 6",
  "whatsMobile": "sample string 7",
  "emailID": "sample string 8",
  "dob": "2025-11-08T20:08:04.1659051+05:30",
  "applyFor": 9,
  "remarks": "sample string 10",
  "profilePic": "sample string 11",
  "qualification": "sample string 12",
  "cv": "sample string 13",
  "apiFor": "sample string 14"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.