GET api/GetGroups
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CORR_FV93_FV2008| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| FV93_Code | string |
None. |
|
| FV93_Description | string |
None. |
|
| FV2008_CODE | string |
None. |
|
| FV2008_DESCRIPTION | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"FV93_Code": "sample string 2",
"FV93_Description": "sample string 3",
"FV2008_CODE": "sample string 4",
"FV2008_DESCRIPTION": "sample string 5"
}
application/xml, text/xml
Sample:
<CORR_FV93_FV2008 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/cpi_api.Models"> <FV2008_CODE>sample string 4</FV2008_CODE> <FV2008_DESCRIPTION>sample string 5</FV2008_DESCRIPTION> <FV93_Code>sample string 2</FV93_Code> <FV93_Description>sample string 3</FV93_Description> <ID>1</ID> </CORR_FV93_FV2008>