Update Unit By Project Master

PUT {{base_url}}/DataEntry/upMaster/:Batch|RefNo

NOTE: This applies if you have the Use Files to Group Transactions option set to No in Settings » Accounting » Transactions.

Use this endpoint to update master record information for each unit by project.

Master record information comes from the General Information section on the Unit By Project detail screen for each unit by project in the batch.

Request Body

{"Batch"=>"UPNonBatch00001", "RefNo"=>"000API00001", "Posted"=>"N", "Seq"=>1}

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: OK

"[\r\n    {\r\n        \"Batch\": \"010910\",\r\n        \"RefNo\": \"A2445B44028436F0105D53A5C99F2120\",\r\n        \"Posted\": \"N\",\r\n        \"Seq\": 2,\r\n        \"CurrencyExchangeOverrideMethod\": \"N\",\r\n        \"CurrencyExchangeOverrideDate\": \"\",\r\n        ...\r\n    }\r\n]"