Update sales document status
documentedUpdate the status of a sales document.
POST https://api.repsly.com/v3/update/documentStatusSales Documentsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.repsly.com/v3/update/documentStatus" \
-X POST \
-H "Authorization: Basic {{$repsly_secret}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"DocumentID": {{$document_id}}, "DocumentStatusID": {{$document_status_id}}}'