POST api/HospitalCreation/GetDesignation

Request Information

URI Parameters

None.

Body Parameters

ClsDesignation
NameDescriptionTypeAdditional information
designation_id

decimal number

None.

designation_name

string

None.

created_on

date

None.

Dml_Indicator

string

None.

StringResult

string

None.

StringMsg

string

None.

Request Formats

application/json, text/json

Sample:
{
  "designation_id": 1.1,
  "designation_name": "sample string 2",
  "created_on": "2025-12-22T06:47:30.5157568+05:30",
  "Dml_Indicator": "sample string 4",
  "StringResult": "sample string 5",
  "StringMsg": "sample string 6"
}

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.