GET api/JDData/Implement/{Id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of ImplementName | Description | Type | Additional information |
---|---|---|---|
ImplementID | integer |
None. |
|
ImplementName | string |
None. |
|
ImplementTypeID | integer |
None. |
|
ImplementTypeName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "implementID": 1, "implementName": "sample string 2", "implementTypeID": 3, "implementTypeName": "sample string 4" }, { "implementID": 1, "implementName": "sample string 2", "implementTypeID": 3, "implementTypeName": "sample string 4" } ]
application/xml, text/xml
Sample:
<ArrayOfImplement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <Implement> <ImplementID>1</ImplementID> <ImplementName>sample string 2</ImplementName> <ImplementTypeID>3</ImplementTypeID> <ImplementTypeName>sample string 4</ImplementTypeName> </Implement> <Implement> <ImplementID>1</ImplementID> <ImplementName>sample string 2</ImplementName> <ImplementTypeID>3</ImplementTypeID> <ImplementTypeName>sample string 4</ImplementTypeName> </Implement> </ArrayOfImplement>