GET api/Mt_Prices_List?pos_name={pos_name}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pos_name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of mt_prices_list_p| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| name | string |
None. |
|
| is_default | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": "d4a4c64b-630e-4d87-b6d1-9c25710a6a21",
"name": "sample string 2",
"is_default": true
},
{
"$ref": "1"
}
]