PUT api/SalBands/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| salBandM | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"SalBandID": 1,
"SalBandName": "sample string 2",
"SalBandNameE": "sample string 3",
"SalBandCalcTypeID": "sample string 4",
"SalBandCalcTypeName": "sample string 5",
"SalBandTypeID": "sample string 6",
"SalBandTypeName": "sample string 7",
"IsInTax": 8,
"IsForEmployeeSide": 9,
"IsPrintedInSheet": 10,
"salBandDets": [
{
"$id": "2",
"SalBandDetID": 1,
"SalBandID": 2,
"SalBandName": "sample string 3",
"SalBandNameE": "sample string 4",
"ChildSalBandID": 5,
"ChildSalBandName": "sample string 6",
"ChildSalBandOperator": "sample string 7",
"ChildSalBandPersent": 8.0
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.