GET api/Void/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AuthoRequestInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| AuthoID | string |
None. |
|
| AuthoName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AuthoID": "sample string 1",
"AuthoName": "sample string 2"
},
{
"AuthoID": "sample string 1",
"AuthoName": "sample string 2"
}
]
text/html
Sample:
[{"AuthoID":"sample string 1","AuthoName":"sample string 2"},{"AuthoID":"sample string 1","AuthoName":"sample string 2"}]
application/xml, text/xml
Sample:
<ArrayOfAuthoRequestInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SeniorDineQRCSharp_Service.Models">
<AuthoRequestInfo>
<AuthoID>sample string 1</AuthoID>
<AuthoName>sample string 2</AuthoName>
</AuthoRequestInfo>
<AuthoRequestInfo>
<AuthoID>sample string 1</AuthoID>
<AuthoName>sample string 2</AuthoName>
</AuthoRequestInfo>
</ArrayOfAuthoRequestInfo>