settings
GET /settings
To get Powersoft365 settings.
/settings?token=XXXX
Returns
PUT /settings
To update the images locations.
| field |
type |
description |
| api_credentials
|
| token |
string |
Credentials provided by Powersoft that allow access to the API |
| settings
|
| request_password_365 |
string |
Request password as registered in 365 BASE64 encoded. Required. The password is necessary to give you permission to use the method. Password is provided by Powersoft. |
| database_code_365 |
string |
The unique code of the databse as is registered in 365. Required. |
| image_blob_storage_location |
string |
The url of the image blob storage. Required. |
| company_logo_file |
string |
The url of the company logo. Optionally. |
| image_item_location |
string |
The url of the images stored for the items. Optionally. |
| image_model_location |
string |
The url of the images stored for the models. Optionally. |
| image_item_category_location |
string |
The url of the images stored for the items categories. Optionally. |
| image_brand_location |
string |
The url of the images stored for the brands. Optionally. |
| image_customer_location |
string |
The url of the images stored for the customers. Optionally. |
Returns
The standard api_response object.