POST api/Admin/UpdateWardCTC

Request Information

URI Parameters

None.

Body Parameters

Collection of EditWardCTC
NameDescriptionTypeAdditional information
Name

string

None.

DesignationId

integer

None.

ShortForm

string

None.

CtcPermanent

decimal number

None.

TotalHours

integer

None.

OvertimePerHourCost

decimal number

None.

OvertimePerHourCostTwo

decimal number

None.

AgencyPerHourCost

decimal number

None.

AgencyPerHourCostOne

decimal number

None.

AgencyPerHourCostTwo

decimal number

None.

CtcPermanentPerHourCost

decimal number

None.

WardWiseCtcId

integer

None.

UserId

integer

None.

WardId

integer

None.

Type

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Name": "sample string 1",
    "DesignationId": 2,
    "ShortForm": "sample string 3",
    "CtcPermanent": 1.0,
    "TotalHours": 1,
    "OvertimePerHourCost": 1.0,
    "OvertimePerHourCostTwo": 1.0,
    "AgencyPerHourCost": 1.0,
    "AgencyPerHourCostOne": 1.0,
    "AgencyPerHourCostTwo": 1.0,
    "CtcPermanentPerHourCost": 1.0,
    "WardWiseCtcId": 1,
    "UserId": 1,
    "WardId": 1,
    "Type": 1
  },
  {
    "$ref": "1"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Json
NameDescriptionTypeAdditional information
status

string

None.

message

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "message": "sample string 2",
  "data": {
    "$id": "2"
  }
}