Update Fund Assignment Order for Cost Sheet

This PUT /ws/rest/service/v1/cost/fund/order/{project_number}

Purpose:

Fund ordering to be used for fund assignment when auto order rule is specified for the business process. this API will allow user to change the fund order in the project/shell funding sheet.

Input:

All parameters should be URL encoded.

Path Parameter

project_number(Required): Specify the project/shell number of the funding sheet.

POST body (JSON)

The data object will contain the list of all fund codes for a given cbs code listed in order.

Order Fund Codes by CBS codes

Sample Input

{

"data": [

{

"cbs_code": "00000~~00500",

"code_order": ["f1001", "f1002", "f1003"]

},

{

"cbs_code": "00000~~005001",

"code_order": ["f1002", "f1004", "f1003"]

}

]

}

Output:

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

Sample Output

{

"data": [{

"cbs_code": "00000~~00500",

"code_order": ["f1001", "f1002", "f1003"]

}

],

"message": [ {

"code": "00000~~005001",

"message": "CBS Code is invalid.",

"status": 1241

},

{

"code": "00000~~00500",

"message": "success",

"status": 200

}

],

"status": 3000

}

Partial update is allowed.



Legal Notices | Your Privacy Rights
Copyright © 1998, 2022

Last Published Tuesday, February 8, 2022