Post Transaction Entries

PUT {{base_url}}/DataEntry/PostTransFile

Use this endpoint to post a single transaction entry or a set of transaction entries in Transaction Center » Transaction Entry » All Transactions.

Request Body

{"parms"=>{"batch"=>"48aed4940d014a319758a9921362510f", "clientcompany"=>"A0", "description"=>"DP Test Post 1", "period"=>"201305", "transtype"=>"CR"}}

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    \"typeList\": \"CR|JE\"\r\n    \"batchList\": \"48aed4940d014a319758a9921362510f|577813177b47407698261e892cef6ed3\",\r\n    \"retList\": \"1|1\",\r\n    \"periodList\": \"201305|201305\",\r\n    \"postseqList\": \"194|195\",\r\n    \"msg\": \"Cash Receipts file DP Test CR Post 1; 1 of 1 records posted; Posting sequence 194[CRLF]Journal Entries file DP Test JE Post 1; 2 of 2 records posted; Posting sequence 195\"\r\n}"