PUT api/MastGeneral/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| objDat | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"FIELD_ID": 1,
"FIELD_NAME": "sample string 1",
"FIELD_VALUE": 1.0,
"FIELD_STRING": "sample string 2",
"RES_STATUS": "sample string 3",
"CREATE_DATE": "2025-12-12T18:12:04.2434178+03:00",
"CREATE_USER": 1,
"UPDATE_DATE": "2025-12-12T18:12:04.2434178+03:00",
"UPDATE_USER": 1,
"code": "sample string 4"
}
application/xml, text/xml
Sample:
<MastGeneral xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.Resource"> <CREATE_DATE>2025-12-12T18:12:04.2434178+03:00</CREATE_DATE> <CREATE_USER>1</CREATE_USER> <FIELD_ID>1</FIELD_ID> <FIELD_NAME>sample string 1</FIELD_NAME> <FIELD_STRING>sample string 2</FIELD_STRING> <FIELD_VALUE>1</FIELD_VALUE> <RES_STATUS>sample string 3</RES_STATUS> <UPDATE_DATE>2025-12-12T18:12:04.2434178+03:00</UPDATE_DATE> <UPDATE_USER>1</UPDATE_USER> <code>sample string 4</code> </MastGeneral>
application/x-www-form-urlencoded
Sample: