POST Api/Masters/DeleteCurrencyMaster

Request Information

URI Parameters

None.

Body Parameters

Masters
NameDescriptionTypeAdditional information
name

string

None.

branchName

string

None.

country

integer

None.

state

integer

None.

city

integer

None.

email

string

None.

mobileNo

string

None.

phone

string

None.

logo

string

None.

noOfYear

integer

None.

noOfSemester

integer

None.

description

string

None.

courseId

integer

None.

semesterId

integer

None.

collegeId

integer

None.

fatherName

string

None.

motherName

string

None.

dob

string

None.

currentAddress

string

None.

permanantAddress

string

None.

salary

string

None.

userName

string

None.

password

string

None.

role

string

None.

designation

string

None.

duration

string

None.

feeType

string

None.

code

string

None.

symbol

string

None.

currenryId

string

None.

totalFee

string

None.

feeTypeId

string

None.

fee

string

None.

photo

string

None.

departmentId

string

None.

admissionBy

string

None.

enrollmentNo

string

None.

dtTeacherEducationalInfo

DataTable

None.

dtTeacherExperienceInfo

DataTable

None.

studentEducationInfo

DataTable

None.

studentAttachmentInfo

DataTable

None.

opCode

integer

None.

isException

boolean

None.

exceptionMessage

string

None.

DS

DataSet

None.

id

string

None.

strId

string

None.

userId

integer

None.

status

integer

None.

message

string

None.

PageSize

string

None.

PageIndex

string

None.

responseValue

DataSet

None.

Request Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "branchName": "sample string 2",
  "country": 3,
  "state": 4,
  "city": 5,
  "email": "sample string 6",
  "mobileNo": "sample string 7",
  "phone": "sample string 8",
  "logo": "sample string 9",
  "noOfYear": 10,
  "noOfSemester": 11,
  "description": "sample string 12",
  "courseId": 13,
  "semesterId": 14,
  "collegeId": 15,
  "fatherName": "sample string 16",
  "motherName": "sample string 17",
  "dob": "sample string 18",
  "currentAddress": "sample string 19",
  "permanantAddress": "sample string 20",
  "salary": "sample string 21",
  "userName": "sample string 22",
  "password": "sample string 23",
  "role": "sample string 24",
  "designation": "sample string 25",
  "duration": "sample string 26",
  "feeType": "sample string 27",
  "code": "sample string 28",
  "symbol": "sample string 29",
  "currenryId": "sample string 30",
  "totalFee": "sample string 31",
  "feeTypeId": "sample string 32",
  "fee": "sample string 33",
  "photo": "sample string 34",
  "departmentId": "sample string 35",
  "admissionBy": "sample string 36",
  "enrollmentNo": "sample string 37",
  "dtTeacherEducationalInfo": null,
  "dtTeacherExperienceInfo": [],
  "studentEducationInfo": [],
  "studentAttachmentInfo": [],
  "opCode": 38,
  "isException": true,
  "exceptionMessage": "sample string 40",
  "ds": null,
  "id": "sample string 41",
  "strId": "sample string 42",
  "userId": 43,
  "status": 44,
  "message": "sample string 45",
  "pageSize": "sample string 46",
  "pageIndex": "sample string 47",
  "responseValue": {}
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Cannot serialize the DataTable. DataTable name is not set.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Cannot serialize the DataTable. DataTable name is not set.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Masters'.

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.