GET api/package/GetFirstEnterTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of FirstEnterName | Description | Type | Additional information |
---|---|---|---|
firstEnter_code | integer |
None. |
|
firstEnter_name | string |
Required |
|
hours_distance | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "firstEnter_code": 1, "firstEnter_name": "sample string 2", "hours_distance": 3 }, { "firstEnter_code": 1, "firstEnter_name": "sample string 2", "hours_distance": 3 } ]
application/xml, text/xml
Sample:
<ArrayOfFirstEnter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog"> <FirstEnter> <firstEnter_code>1</firstEnter_code> <firstEnter_name>sample string 2</firstEnter_name> <hours_distance>3</hours_distance> </FirstEnter> <FirstEnter> <firstEnter_code>1</firstEnter_code> <firstEnter_name>sample string 2</firstEnter_name> <hours_distance>3</hours_distance> </FirstEnter> </ArrayOfFirstEnter>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.