Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
Added template invalidate document
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgtho committed Nov 23, 2021
1 parent b865139 commit 7c63e6f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions templates/archive-invalidate-document.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"archive": {
"service": "DocumentService",
"method": "UpdateDocuments",
"secure": "<<<secure>>>",
"parameter": {
"DocumentNumber": "<<<documentNumber>>>",
"Status": "U"
}
},
"data": {
"secure": "true",
"documentNumber": "30/00000-12"
}
}

0 comments on commit 7c63e6f

Please sign in to comment.