POST api/Costs/InsertCostUnitType

Request Information

URI Parameters

None.

Body Parameters

CostUnitType
NameDescriptionTypeAdditional information
CostID

integer

None.

UnitTypeID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CostID": 1,
  "UnitTypeID": 2
}

application/xml, text/xml

Sample:
<CostUnitType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <CostID>1</CostID>
  <UnitTypeID>2</UnitTypeID>
</CostUnitType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.