GET api/RestrictionSubs?_idR={_idR}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| _idR | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of dbo_getRestrictionSubAll| Name | Description | Type | Additional information |
|---|---|---|---|
| acc_no | decimal number |
None. |
|
| res_id | integer |
None. |
|
| AName | string |
None. |
|
| dept | decimal number |
None. |
|
| credit | decimal number |
None. |
|
| notes | string |
None. |
|
| branch | integer |
None. |
|
| reshd_id | integer |
None. |
|
| RestDate | date |
None. |
|
| ref_no | string |
None. |
|
| sub_type | integer |
None. |
|
| rest_sub_type | integer |
None. |
|
| center | integer |
None. |
|
| costName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"acc_no": 1.1,
"res_id": 1,
"AName": "sample string 1",
"dept": 1.1,
"credit": 1.1,
"notes": "sample string 2",
"branch": 1,
"reshd_id": 1,
"RestDate": "2025-11-09T14:20:27.8232722+03:00",
"ref_no": "sample string 3",
"sub_type": 1,
"rest_sub_type": 1,
"center": 1,
"costName": "sample string 4"
},
{
"acc_no": 1.1,
"res_id": 1,
"AName": "sample string 1",
"dept": 1.1,
"credit": 1.1,
"notes": "sample string 2",
"branch": 1,
"reshd_id": 1,
"RestDate": "2025-11-09T14:20:27.8232722+03:00",
"ref_no": "sample string 3",
"sub_type": 1,
"rest_sub_type": 1,
"center": 1,
"costName": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfdbo_getRestrictionSubAll xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">
<dbo_getRestrictionSubAll>
<AName>sample string 1</AName>
<RestDate>2025-11-09T14:20:27.8232722+03:00</RestDate>
<acc_no>1.1</acc_no>
<branch>1</branch>
<center>1</center>
<costName>sample string 4</costName>
<credit>1.1</credit>
<dept>1.1</dept>
<notes>sample string 2</notes>
<ref_no>sample string 3</ref_no>
<res_id>1</res_id>
<reshd_id>1</reshd_id>
<rest_sub_type>1</rest_sub_type>
<sub_type>1</sub_type>
</dbo_getRestrictionSubAll>
<dbo_getRestrictionSubAll>
<AName>sample string 1</AName>
<RestDate>2025-11-09T14:20:27.8232722+03:00</RestDate>
<acc_no>1.1</acc_no>
<branch>1</branch>
<center>1</center>
<costName>sample string 4</costName>
<credit>1.1</credit>
<dept>1.1</dept>
<notes>sample string 2</notes>
<ref_no>sample string 3</ref_no>
<res_id>1</res_id>
<reshd_id>1</reshd_id>
<rest_sub_type>1</rest_sub_type>
<sub_type>1</sub_type>
</dbo_getRestrictionSubAll>
</ArrayOfdbo_getRestrictionSubAll>