GET api/grants/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
grants| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | decimal number |
None. |
|
| code_u | integer |
None. |
|
| form_no | integer |
None. |
|
| grant_ | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1.0,
"code_u": 1,
"form_no": 1,
"grant_": "sample string 2"
}
text/html
Sample:
{"ID":1.0,"code_u":1,"form_no":1,"grant_":"sample string 2"}
application/xml, text/xml
Sample:
<grants xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TWD_WEB.Models"> <ID>1</ID> <code_u>1</code_u> <form_no>1</form_no> <grant_>sample string 2</grant_> </grants>