GET v1/getERPButton
Метод для отримання кнопки переходу до ERP клієнта
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Button| Name | Description | Type | Additional information |
|---|---|---|---|
| isVisible | boolean |
None. |
|
| orderNo | integer |
None. |
|
| text | string |
None. |
|
| title | string |
None. |
|
| iconSrc | string |
None. |
|
| iconSelSrc | string |
None. |
|
| url | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"isVisible": true,
"orderNo": 2,
"text": "sample string 3",
"title": "sample string 4",
"iconSrc": "sample string 5",
"iconSelSrc": "sample string 6",
"url": "sample string 7"
}