Tính toán chi phí
Endpoint
| Method | URL |
|---|---|
| PUT | https://tpa.docbase.ai/api/v1/integrations/organizations/{org_id}/folders/{FolderID}/submissions/{SubmissionID}/trigger_expense |
*Sử dụng external_id thay thế cho SubmissionID
| Method | URL |
|---|---|
| PUT | https://tpa.docbase.ai/api/v1/integrations/organizations/{org_id}/folders/{FolderID}/requests/{external_id}/trigger_expense |
Ví dụ
| Method | URL |
|---|---|
| PUT | https://tpa.docbase.ai/api/v1/integrations/organizations/1/folders/21/submissions/23556/trigger_expense |
Mô tả Kích hoạt quá trình xử lý: Tính toán chi phí của bộ hồ sơ.
Response 200 (application/json)
{
"status": "Success"
}