POST GetTables
Request Information
URI Parameters
None.
Body Parameters
RequestStandart| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Guid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Guid": "sample string 2"
}
application/xml, text/xml
Sample:
<RequestStandart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.MobileService.Models.Request"> <Guid>sample string 2</Guid> <Id>1</Id> </RequestStandart>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of MasaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SubeId | integer |
None. |
|
| MasaNo | string |
None. |
|
| SiraNo | integer |
None. |
|
| Barkod | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"SubeId": 2,
"MasaNo": "sample string 3",
"SiraNo": 1,
"Barkod": "sample string 4"
},
{
"Id": 1,
"SubeId": 2,
"MasaNo": "sample string 3",
"SiraNo": 1,
"Barkod": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfMasaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.Dto">
<MasaDto>
<Barkod>sample string 4</Barkod>
<Id>1</Id>
<MasaNo>sample string 3</MasaNo>
<SiraNo>1</SiraNo>
<SubeId>2</SubeId>
</MasaDto>
<MasaDto>
<Barkod>sample string 4</Barkod>
<Id>1</Id>
<MasaNo>sample string 3</MasaNo>
<SiraNo>1</SiraNo>
<SubeId>2</SubeId>
</MasaDto>
</ArrayOfMasaDto>