Transaction proposal mark booked
Marking a transaction proposal as booked by a third party in Basecone.
This API resource is only available to Premium APPs.
POST transactionproposals/:id/markbooked
Request details
The post request will contain all the required information to mark a transaction proposal as booked by a third party, identified by the Id.
You cannot mark as booked a document belonging to an archive company.
Request properties
| Property | Type | Description | Optional |
|---|---|---|---|
| Number | Long | The booking number. | No |
| Journal | String | The name of transaction type.(Reserved for future use) | Yes |
Example request
{
"number":20150003
"journal":"PNV"
}
Response
Upon succes a 200 status code will be returned, otherwise an error message with failure details
