GET cwm/udx/generaCodiciCollo?quantita={quantita}&serie={serie}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| quantita | integer |
Required |
|
| serie | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CWMResultArrayOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Collection of string |
None. |
|
| error | CWMError |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": [
"sample string 1",
"sample string 2"
],
"error": 0,
"message": "sample string 1"
}