Skip to main content

Using action="delete" in JSON Format

Using action="delete" in JSON Format

Written by Petr Pech

Example for a received order (the procedure is analogous for other records):

{
"winstrom":{
"-version":"1.0",
"faktura-vydana":{
"@action":"delete",
"id":[
"code:21/0001",
"ext:ID:210001"
]
}
}
}

The procedure is analogous for other records.

Did this answer your question?