GET api/UDT/ValidSerie?nvSerie={nvSerie}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| nvSerie | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseRSG_SDK| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | LogTypes |
None. |
|
| Comments | string |
None. |
|
| Object | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 0,
"Comments": "sample string 1",
"Object": {}
}
application/xml, text/xml
Sample:
<ResponseRSG_SDK xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RSG_SDK_10"> <Code>Success</Code> <Comments>sample string 1</Comments> <Object /> </ResponseRSG_SDK>