POST api/Shoot/getshootbumpcalculation

Request Information

URI Parameters

None.

Body Parameters

ShootBumpCalculationModel
NameDescriptionTypeAdditional information
ShootId

integer

None.

BumpId

integer

None.

Quantity

string

None.

Rate

decimal number

None.

BaseRate

integer

None.

Hours

integer

None.

BumpRateList

Collection of BumpRate

None.

IsUnion

boolean

None.

IsNonUnion

boolean

None.

IsTaftHartley

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ShootId": 1,
  "BumpId": 2,
  "Quantity": "sample string 3",
  "Rate": 4.0,
  "BaseRate": 5,
  "Hours": 6,
  "BumpRateList": [
    {
      "$id": "2",
      "BumpId": 1,
      "Rate": 2.0
    },
    {
      "$ref": "2"
    }
  ],
  "IsUnion": true,
  "IsNonUnion": true,
  "IsTaftHartley": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResult
NameDescriptionTypeAdditional information
ContentEncoding

Encoding

None.

ContentType

string

None.

Data

Object

None.

JsonRequestBehavior

JsonRequestBehavior

None.

MaxJsonLength

integer

None.

RecursionLimit

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ContentEncoding": null,
  "ContentType": "sample string 1",
  "Data": {
    "$id": "2"
  },
  "JsonRequestBehavior": 0,
  "MaxJsonLength": 1,
  "RecursionLimit": 1
}