Content deleted Content added
m Undid revision 901029999 by 221.150.37.27 (talk) The referenced specification specifies: "id - The request id. This can be of any type. It is used to match the response with the request that it is replying to." |
|||
Line 70:
<source lang="javascript">
--> {"version": "1.1", "method": "confirmFruitPurchase", "params": [["apple", "orange", "mangoes"], 1.123], "id": "194521489"}
<-- {"version": "1.1", "result": "done", "error":
</source>
|