POST api/Allotment/CreateFinalCost/{S_NotificationID}/{S_ProjectID}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| PropertyFinal | No documentation available. |
Define this parameter in the request body. |
| S_NotificationID | No documentation available. |
Define this parameter in the request URI. |
| S_ProjectID | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"PFC_Id": 1,
"PFC_NO_ID_FK": 2,
"PFC_PD_ID_FK": 3,
"PFC_CA_ID_FK": 4,
"PFC_RES_ID_FK": 5,
"PFC_Sqmt": 6.0,
"PFC_Cost_per_Sqmt": 7.0,
"PFC_Final_Cost": 8.0,
"PFC_UserId_FK": 9,
"PFC_TS": 10,
"PFC_Inactive": 11.0,
"PFC_LastEdited": 12.0,
"PFC_Edited_UserId_FK": 13.0
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.