PUT api/HoursStandard/{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:
{ "HR_STD_ID": 1, "HR_STD_CODE": "sample string 1", "HR_STD_NAME": "sample string 2", "PAY_TERM": "sample string 3", "PAY_RATE": 1.0, "SUB_OVERWRITE": "sample string 4", "RES_STATUS": "sample string 5", "CREATE_DATE": "2025-01-11T12:53:26.9876146+03:00", "CREATE_USER": 1, "UPDATE_DATE": "2025-01-11T12:53:26.9876146+03:00", "UPDATE_USER": 1, "PROJ_TYPE_ID": 1 }
application/xml, text/xml
Sample:
<HoursStandard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.Resource"> <CREATE_DATE>2025-01-11T12:53:26.9876146+03:00</CREATE_DATE> <CREATE_USER>1</CREATE_USER> <HR_STD_CODE>sample string 1</HR_STD_CODE> <HR_STD_ID>1</HR_STD_ID> <HR_STD_NAME>sample string 2</HR_STD_NAME> <PAY_RATE>1</PAY_RATE> <PAY_TERM>sample string 3</PAY_TERM> <PROJ_TYPE_ID>1</PROJ_TYPE_ID> <RES_STATUS>sample string 5</RES_STATUS> <SUB_OVERWRITE>sample string 4</SUB_OVERWRITE> <UPDATE_DATE>2025-01-11T12:53:26.9876146+03:00</UPDATE_DATE> <UPDATE_USER>1</UPDATE_USER> </HoursStandard>
application/x-www-form-urlencoded
Sample: