api_response
Overview
This is the standard object returned for all requests to the API.
| field |
description |
| response_code |
1 = api call was successful. If not 1, then the api call was unsuccessful. |
| response_msg |
The response message. If response_code = 1, then the description is "OK". If the response code is not 1, then the description is a message explaining why the call failed.
|
| response_id |
Always returned, but usually an empty string. In cases where a NEW entity is created in Powersof365, then this will contain the Powersoft365 ID.
|