POST api/DepotMNR/PutBankRulesTemplete
Request Information
URI Parameters
None.
Body Parameters
BankRulesTempleteInput| Name | Description | Type | Additional information |
|---|---|---|---|
| BRT_ID | integer |
None. |
|
| BRT_TYPE | string |
None. |
|
| BRT_NAME | string |
None. |
|
| BRT_BK_ID | integer |
None. |
|
| BRT_DETAILS | string |
None. |
|
| BRT_CONDITIONS | string |
None. |
|
| BRT_PROGRAM_ID | string |
None. |
|
| BRT_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BRT_ID": 1,
"BRT_TYPE": "sample string 1",
"BRT_NAME": "sample string 2",
"BRT_BK_ID": 1,
"BRT_DETAILS": "sample string 3",
"BRT_CONDITIONS": "sample string 4",
"BRT_PROGRAM_ID": "sample string 5",
"BRT_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<BankRulesTempleteInput 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_CONDITIONS>sample string 4</BRT_CONDITIONS> <BRT_CREATED_BY>1</BRT_CREATED_BY> <BRT_DETAILS>sample string 3</BRT_DETAILS> <BRT_ID>1</BRT_ID> <BRT_NAME>sample string 2</BRT_NAME> <BRT_PROGRAM_ID>sample string 5</BRT_PROGRAM_ID> <BRT_TYPE>sample string 1</BRT_TYPE> </BankRulesTempleteInput>
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. |