Response Information
The response body consists of the following JSON
            structure:
        {
     "status": "STATUS",
     "output": {
         "sPListItemID": "ID",
         "sPListItemIDUrl": "ID"
     },
     "executionCount": 1,
     "error": "ERROR"
}The description for the above syntax is as follows:
| Name | Description | Type | 
| STATUS | Indicates: Success or Error | String | 
| Output | Key/value pair of result elements. | Dictionary of string [key] and string [value] | 
| sPListItemID | List Item ID | Integer | 
| sPListItemID | List Item ID | Integer | 
| executionCount | Number of methods executed from the current invocation. NOTE: Will always be 1 for the integration API. | Integer | 
| ERROR | Any error message details | String |