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