update README.md

This commit is contained in:
StevanFreeborn
2022-05-03 15:09:55 -05:00
parent 0c317b0aab
commit 429cfb9c60
+4
View File
@@ -504,6 +504,10 @@ for field in response.data.fields:
#### Delete Record By Id #### Delete Record By Id
```python ```python
response = client.DeleteRecordById(appId=195, recordId=60)
print(f'Status Code: {response.statusCode}')
print(f'Message: {response.message}')
``` ```
#### Get Records By Ids #### Get Records By Ids