POST api/FinancialEntities/UpdateFinancialEntity
Request Information
URI Parameters
None.
Body Parameters
FinancialEntityModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FinancialEntityId | integer |
None. |
|
| BankName | string |
Max length: 450 |
|
| BankTcCodeSale | string |
Max length: 450 |
|
| BankTcCodePurchase | string |
Max length: 450 |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FinancialEntityId": 1,
"BankName": "sample string 2",
"BankTcCodeSale": "sample string 3",
"BankTcCodePurchase": "sample string 4",
"Status": 5
}
application/xml, text/xml
Sample:
<FinancialEntityModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSTC.MODELS"> <BankName>sample string 2</BankName> <BankTcCodePurchase>sample string 4</BankTcCodePurchase> <BankTcCodeSale>sample string 3</BankTcCodeSale> <FinancialEntityId>1</FinancialEntityId> <Status>5</Status> </FinancialEntityModel>
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. |