POST api/ProjectIncentive/CreateProjectIncentive
Request Information
URI Parameters
None.
Body Parameters
ProjectIncentivesBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectIncentiveId | integer |
None. |
|
| ProjectID | integer |
None. |
|
| UserID | integer |
None. |
|
| ConsumedHrs | decimal number |
None. |
|
| WorkContribution | decimal number |
None. |
|
| PerHrCompensation | decimal number |
None. |
|
| IncentiveINR | decimal number |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectIncentiveId": 1,
"ProjectID": 1,
"UserID": 1,
"ConsumedHrs": 1.1,
"WorkContribution": 1.1,
"PerHrCompensation": 1.1,
"IncentiveINR": 1.1,
"CreatedBy": "sample string 2",
"CreatedOn": "2026-05-19T12:13:49.1189312+05:30"
}
application/xml, text/xml
Sample:
<ProjectIncentivesBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnboxPharma.Models"> <ConsumedHrs>1.1</ConsumedHrs> <CreatedBy>sample string 2</CreatedBy> <CreatedOn>2026-05-19T12:13:49.1189312+05:30</CreatedOn> <IncentiveINR>1.1</IncentiveINR> <PerHrCompensation>1.1</PerHrCompensation> <ProjectID>1</ProjectID> <ProjectIncentiveId>1</ProjectIncentiveId> <UserID>1</UserID> <WorkContribution>1.1</WorkContribution> </ProjectIncentivesBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.