GET api/Tbl_Shahrestan
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Tbl_Shahrestan| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| PK_Ostan | integer |
None. |
|
| Title | string |
None. |
|
| tarh | boolean |
None. |
|
| name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"PK_Ostan": 1,
"Title": "sample string 2",
"tarh": true,
"name": "sample string 3"
},
{
"ID": 1,
"PK_Ostan": 1,
"Title": "sample string 2",
"tarh": true,
"name": "sample string 3"
}
]
text/html
Sample:
[{"ID":1,"PK_Ostan":1,"Title":"sample string 2","tarh":true,"name":"sample string 3"},{"ID":1,"PK_Ostan":1,"Title":"sample string 2","tarh":true,"name":"sample string 3"}]
application/xml, text/xml
Sample:
<ArrayOfTbl_Shahrestan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjomanServices.Models">
<Tbl_Shahrestan>
<ID>1</ID>
<PK_Ostan>1</PK_Ostan>
<Title>sample string 2</Title>
<name>sample string 3</name>
<tarh>true</tarh>
</Tbl_Shahrestan>
<Tbl_Shahrestan>
<ID>1</ID>
<PK_Ostan>1</PK_Ostan>
<Title>sample string 2</Title>
<name>sample string 3</name>
<tarh>true</tarh>
</Tbl_Shahrestan>
</ArrayOfTbl_Shahrestan>