POST api/ProjectMast/SectionReports
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
obData | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "PayPeriodId": 1, "AccountingPeriod": "2025-01-11T13:00:03.1509056+03:00", "Type": "sample string 3", "EMP_ID": 1 }
application/xml, text/xml
Sample:
<VinciTbmInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.HrAndTeamSetup"> <AccountingPeriod>2025-01-11T13:00:03.1509056+03:00</AccountingPeriod> <EMP_ID>1</EMP_ID> <PayPeriodId>1</PayPeriodId> <Type>sample string 3</Type> </VinciTbmInput>
application/x-www-form-urlencoded
Sample: