POST api/CMS/NIRF/ManageNIRF
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| data | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"NIRFID": 1,
"NIRFTitle": "sample string 2",
"NIRFDate": "2026-03-31T16:43:45.3502463+05:30",
"NIRFFilePath": "sample string 4",
"IsNew": true,
"DraftedBy": "sample string 6",
"DraftDate": "2026-03-31T16:43:45.3502463+05:30",
"PublishedBy": "sample string 8",
"PublishedDate": "2026-03-31T16:43:45.3502463+05:30",
"IsDraft": true,
"IsPublished": true,
"IPAddress": "sample string 12"
}
application/xml, text/xml
Sample:
<CMSNIRFAddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel"> <DraftDate>2026-03-31T16:43:45.3502463+05:30</DraftDate> <DraftedBy>sample string 6</DraftedBy> <IPAddress>sample string 12</IPAddress> <IsDraft>true</IsDraft> <IsNew>true</IsNew> <IsPublished>true</IsPublished> <NIRFDate>2026-03-31T16:43:45.3502463+05:30</NIRFDate> <NIRFFilePath>sample string 4</NIRFFilePath> <NIRFID>1</NIRFID> <NIRFTitle>sample string 2</NIRFTitle> <PublishedBy>sample string 8</PublishedBy> <PublishedDate>2026-03-31T16:43:45.3502463+05:30</PublishedDate> </CMSNIRFAddModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>