Last updated 2 months ago
GET /v1/econtract/momofingo/document/original-docs/{ id dokumen }
GET
/v1/econtract/momofingo/document/original-docs/{ id dokumen }
Fetches the original documents for the given document ID.
"10074"
Successful response
const response = await fetch('http://{{base_url}}v1/econtract/momofingo/document/original-docs/{document_id}', { method: 'GET', headers: {}, }); const data = await response.json();