PUT api/enqDetails/UpdateExternal/{EEN_ID}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
ExternalEnqModel | No documentation available. |
Define this parameter in the request body. |
EEN_ID | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{ "EEN_ID": 1, "DOC_CODE": "sample string 1", "DOC_DATE": "2024-12-27T06:29:10.7539313+05:30", "EEN_INTIAT_BY": 1, "EMP_EMPLOYEE_CODE": "sample string 2", "EEC_COMMENT_BYs": "sample string 3", "EMP_FIRST_NAME": "sample string 4", "EEC_RECCOMD": "sample string 5", "EEC_RECOMM_BYs": "sample string 6", "EEC_COMMENT_BY": 1, "EEC_COMMENT": "sample string 7", "EEC_CONCLUSION": "sample string 8", "EEC_CONCLUSION_DATE": "2024-12-27T06:29:10.7539313+05:30", "EEC_WEF": "2024-12-27T06:29:10.7539313+05:30", "EEC_REMARKS": "sample string 9", "EEC_RECM_PUNISHMENT": "sample string 10", "EEN_COMP_UPLOAD": "sample string 11", "EEN_COMPLAIMNT_DATE": "2024-12-27T06:29:10.7539313+05:30", "EEN_NATURE_COMP": "sample string 13", "EEN_CHARGES_LAID": "sample string 14", "EEN_SEVERTY": "sample string 15", "EEN_REMARKS": "sample string 16", "EmpID": 17, "DivisionId": 18, "Doc_Year": 19, "DOC_STATUS": "sample string 20", "EEN_Radio_Button1": "sample string 21", "EEN_REF_NO": "sample string 22", "EEN_REF_DATE": "2024-12-27T06:29:10.7539313+05:30", "EEN_UPLOAD": "sample string 23", "EEN_Other_UPLOAD": "sample string 24", "EEN_OM_UPLOAD": "sample string 25" }
application/xml, text/xml
Sample:
<ExternalEnqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <DOC_CODE>sample string 1</DOC_CODE> <DOC_DATE>2024-12-27T06:29:10.7539313+05:30</DOC_DATE> <DOC_STATUS>sample string 20</DOC_STATUS> <DivisionId>18</DivisionId> <Doc_Year>19</Doc_Year> <EEC_COMMENT>sample string 7</EEC_COMMENT> <EEC_COMMENT_BY>1</EEC_COMMENT_BY> <EEC_COMMENT_BYs>sample string 3</EEC_COMMENT_BYs> <EEC_CONCLUSION>sample string 8</EEC_CONCLUSION> <EEC_CONCLUSION_DATE>2024-12-27T06:29:10.7539313+05:30</EEC_CONCLUSION_DATE> <EEC_RECCOMD>sample string 5</EEC_RECCOMD> <EEC_RECM_PUNISHMENT>sample string 10</EEC_RECM_PUNISHMENT> <EEC_RECOMM_BYs>sample string 6</EEC_RECOMM_BYs> <EEC_REMARKS>sample string 9</EEC_REMARKS> <EEC_WEF>2024-12-27T06:29:10.7539313+05:30</EEC_WEF> <EEN_CHARGES_LAID>sample string 14</EEN_CHARGES_LAID> <EEN_COMPLAIMNT_DATE>2024-12-27T06:29:10.7539313+05:30</EEN_COMPLAIMNT_DATE> <EEN_COMP_UPLOAD>sample string 11</EEN_COMP_UPLOAD> <EEN_ID>1</EEN_ID> <EEN_INTIAT_BY>1</EEN_INTIAT_BY> <EEN_NATURE_COMP>sample string 13</EEN_NATURE_COMP> <EEN_OM_UPLOAD>sample string 25</EEN_OM_UPLOAD> <EEN_Other_UPLOAD>sample string 24</EEN_Other_UPLOAD> <EEN_REF_DATE>2024-12-27T06:29:10.7539313+05:30</EEN_REF_DATE> <EEN_REF_NO>sample string 22</EEN_REF_NO> <EEN_REMARKS>sample string 16</EEN_REMARKS> <EEN_Radio_Button1>sample string 21</EEN_Radio_Button1> <EEN_SEVERTY>sample string 15</EEN_SEVERTY> <EEN_UPLOAD>sample string 23</EEN_UPLOAD> <EMP_EMPLOYEE_CODE>sample string 2</EMP_EMPLOYEE_CODE> <EMP_FIRST_NAME>sample string 4</EMP_FIRST_NAME> <EmpID>17</EmpID> </ExternalEnqModel>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.