PUT api/FamilyEventCategory/{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:
{ "FAM_EVE_CAT_ID": 1, "FAM_EVE_CAT_NAME": "sample string 1", "ENTITLE_NO_OF_LEAVE": 1.0, "EXP_DAYS": 1, "FLEX_VAL_PERIOD": true, "MIN_SER_PERIOD": 1.0, "MAX_OCCURRANCE": 1 }
application/xml, text/xml
Sample:
<FamilyEventCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.Resource"> <ENTITLE_NO_OF_LEAVE>1</ENTITLE_NO_OF_LEAVE> <EXP_DAYS>1</EXP_DAYS> <FAM_EVE_CAT_ID>1</FAM_EVE_CAT_ID> <FAM_EVE_CAT_NAME>sample string 1</FAM_EVE_CAT_NAME> <FLEX_VAL_PERIOD>true</FLEX_VAL_PERIOD> <MAX_OCCURRANCE>1</MAX_OCCURRANCE> <MIN_SER_PERIOD>1</MIN_SER_PERIOD> </FamilyEventCategory>
application/x-www-form-urlencoded
Sample: