Update Document
Request Body
Shell (cURL)
curl --location "URL/access/klearstack/update_document" \
--header "Authorization: Bearer your_token_here" \
--form "company_name=Replace_Company_Name_Here" \
--form "collection_name=Replace_Collection_Name_Here" \
--form "id=Replace_Document_ID_Here" \
--form 'data={
"doc_date_value": {
"_value": "02-Oct-2022",
"_coordinates": [1306, 87, 1444, 107]
},
"doc_number_value": {
"_value": "287269549621X10102022",
"_coordinates": [1306, 87, 1444, 107]
}
}'Python
Java (OkHttp)
Node.js
JavaScript (XHR)
API Response
PreviousGet details of a DocumentNextUpdate Results of Approved Invoices with QuickBooks Enterprise Response
Last updated