POST api/DepotMNR/GetBankRulesTempleteList
Request Information
URI Parameters
None.
Body Parameters
GetBankRulesTempleteInuputs| Name | Description | Type | Additional information |
|---|---|---|---|
| BRT_TYPE | string |
None. |
|
| BRT_NAME | string |
None. |
|
| BRT_BK_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BRT_TYPE": "sample string 1",
"BRT_NAME": "sample string 2",
"BRT_BK_ID": 1
}
application/xml, text/xml
Sample:
<GetBankRulesTempleteInuputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <BRT_BK_ID>1</BRT_BK_ID> <BRT_NAME>sample string 2</BRT_NAME> <BRT_TYPE>sample string 1</BRT_TYPE> </GetBankRulesTempleteInuputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |