POST api/Allotment/CreateFinalCost/{S_NotificationID}/{S_ProjectID}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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/xml, text/xml

Sample:
<PropertyFinalCostModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models">
  <PFC_CA_ID_FK>4</PFC_CA_ID_FK>
  <PFC_Cost_per_Sqmt>7</PFC_Cost_per_Sqmt>
  <PFC_Edited_UserId_FK>13</PFC_Edited_UserId_FK>
  <PFC_Final_Cost>8</PFC_Final_Cost>
  <PFC_Id>1</PFC_Id>
  <PFC_Inactive>11</PFC_Inactive>
  <PFC_LastEdited>12</PFC_LastEdited>
  <PFC_NO_ID_FK>2</PFC_NO_ID_FK>
  <PFC_PD_ID_FK>3</PFC_PD_ID_FK>
  <PFC_RES_ID_FK>5</PFC_RES_ID_FK>
  <PFC_Sqmt>6</PFC_Sqmt>
  <PFC_TS>10</PFC_TS>
  <PFC_UserId_FK>9</PFC_UserId_FK>
</PropertyFinalCostModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PropertyFinalCostModel'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.