PUT api/v1/admissionType/{admissionTypeId}/admissionTypeId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
admissionTypeId

integer

Required

Body Parameters

AdmissionTypeVM
NameDescriptionTypeAdditional information
admissionTypeId

integer

None.

admissionTypeName

string

None.

dateCreated

date

None.

tenantId

integer

None.

createdBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "admissionTypeId": 1,
  "admissionTypeName": "sample string 2",
  "dateCreated": "2024-09-19T10:58:22.6963655-07:00",
  "tenantId": 1,
  "createdBy": 3
}

application/xml, text/xml

Sample:
<AdmissionTypeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <admissionTypeId>1</admissionTypeId>
  <admissionTypeName>sample string 2</admissionTypeName>
  <createdBy>3</createdBy>
  <dateCreated>2024-09-19T10:58:22.6963655-07:00</dateCreated>
  <tenantId>1</tenantId>
</AdmissionTypeVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.