Update CBS Codes

PUT /ws/rest/service/v1/cost/cbs/{project_number}

Purpose:

Update CBS Codes for the specified Project.

Input:

All parameters should be URL encoded.

Path Parameter

Update CBS code input JSON

{

"data": [

{

"bitemid": "26",

"code": "CostX"

"description": "Updating Cost Code using REST webservice",

"status": "InActive"

}

]

}

Output:

JSON object containing 'status', 'data', 'message'

Update CBS Code output JSON

{

"data":[

{

"bitemid" : 26,

"code": "CostX",

"description": "Updating Cost Code using REST webservice",

"item": " Cost1 Item",

"uResProgressAmount": 10,

"status": "inactive",

"cost_type": "Capital",

"parentid": "1",

"orderid": "0",

"budgetid": "6",

}

],

"message":[

"success"

],

"status":200

}

Related Topics

Cost

Get CBS Codes

Create CBS Codes

Get Column Data

Update Column Data

Sort Cost Sheet



Last Published Friday, December 13, 2024