GET Structures/Search/{TxtSearch}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TxtSearch | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SP_API_STRUCTURES_SEARCH_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ST_CODE | string |
None. |
|
| ST_LIBELLE | string |
None. |
|
| ORDRE | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ST_CODE": "sample string 1",
"ST_LIBELLE": "sample string 2",
"ORDRE": 1
}