POST TenderPressReleaseModule/ProjectSchemeCategoryMaster/Put

Request Information

URI Parameters

None.

Body Parameters

ProjectSchemeCategoryMasterModel
NameDescriptionTypeAdditional information
Id

integer

None.

NodalDepartmentCode

integer

None.

ProgramSchemeTypeCode

integer

None.

ProgramSchemeName

string

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "NodalDepartmentCode": 1,
  "ProgramSchemeTypeCode": 1,
  "ProgramSchemeName": "sample string 2",
  "IsActive": true,
  "IsDeleted": true
}

application/xml, text/xml

Sample:
<ProjectSchemeCategoryMasterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMOWebApi.Models.AdminModel.MasterModel">
  <Id>1</Id>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <NodalDepartmentCode>1</NodalDepartmentCode>
  <ProgramSchemeName>sample string 2</ProgramSchemeName>
  <ProgramSchemeTypeCode>1</ProgramSchemeTypeCode>
</ProjectSchemeCategoryMasterModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Id"

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="NodalDepartmentCode"

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="ProgramSchemeTypeCode"

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="ProgramSchemeName"

sample string 2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="IsActive"

True
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="IsDeleted"

True
--MultipartDataMediaFormatterBoundary1q2w3e--

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, multipart/form-data

Sample:

Sample not available.