POST FindTable
Request Information
URI Parameters
None.
Body Parameters
RequestTableQr| Name | Description | Type | Additional information |
|---|---|---|---|
| Barkod | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Barkod": "sample string 1"
}
application/xml, text/xml
Sample:
<RequestTableQr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.MobileService.Models.Request"> <Barkod>sample string 1</Barkod> </RequestTableQr>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultTable| Name | Description | Type | Additional information |
|---|---|---|---|
| SiraNo | integer |
None. |
|
| Barkod | string |
None. |
|
| SubeId | integer |
None. |
|
| MasaNo | string |
None. |
|
| ResultCode | integer |
None. |
|
| ResultMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"SiraNo": 1,
"Barkod": "sample string 1",
"SubeId": 2,
"MasaNo": "sample string 3",
"ResultCode": 4,
"ResultMessage": "sample string 5"
}
application/xml, text/xml
Sample:
<ResultTable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.MobileService.Models.Result"> <Barkod>sample string 1</Barkod> <MasaNo>sample string 3</MasaNo> <ResultCode>4</ResultCode> <ResultMessage>sample string 5</ResultMessage> <SiraNo>1</SiraNo> <SubeId>2</SubeId> </ResultTable>