Update Fund Assignment Order

PUT /ws/rest/service/v1/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 all the fund codes listed in order.

Order Fund Codes

Sample Input

{

"data": [{

"code_order": ["1001", "1002", "1003"]

}]

}

Output:

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

Status

Message

Condition

200

success

If all the data is retrieved in the response

Sample Output

{

"data": [{

"code_order": ["1001", "1002", "1003"]

}]

,

"message": [

"success"

],

"status": 200

}

Output:

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

If update for one code fails, all the changes will be rolled back.



Legal Notices | Your Privacy Rights
Copyright © 1998, 2022

Last Published Tuesday, February 8, 2022