Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- arrayAnuncisBorrados is array of MTAULELL_ANUNCIS
- FOR ALL TAULELL_ANUNCIS
- IF TAULELL_ANUNCIS.Anunci_ID = Anunci_ID THEN
- TAULELL_ANUNCIS.isDeleted = True
- IF HModify(TAULELL_ANUNCIS) THEN
- obj is MTAULELL_ANUNCIS = TAULELL_ANUNCIS
- arrayAnuncisBorrados.Add(obj)
- ELSE
- // Returns an HTTP 5xx code: the cause of the problem is on the server (not on the consumer).
- RESULT ReturnHFError(500)
- END
- END
- END
- sToReturn is ANSI string
- Serialize(arrayAnuncisBorrados, sToReturn, psdJSON)
- RETURN sToReturn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement