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

}



Legal Notices | Your Privacy Rights
Copyright © 1998, 2022

Last Published Tuesday, February 8, 2022