GET api/G_Industry/{dt}/{userid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dt | string |
None. |
|
| userid | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of G_Industry| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Code": "sample string 1",
"Name": "sample string 2"
},
{
"Code": "sample string 1",
"Name": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfG_Industry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HITAPI.Models">
<G_Industry>
<Code>sample string 1</Code>
<Name>sample string 2</Name>
</G_Industry>
<G_Industry>
<Code>sample string 1</Code>
<Name>sample string 2</Name>
</G_Industry>
</ArrayOfG_Industry>