POST api/Accounts/GetBankChargesList

Request Information

URI Parameters

None.

Body Parameters

GetBankChargesList
NameDescriptionTypeAdditional information
BCS_BK_ID

integer

None.

BCS_SIGN

string

None.

BCS_TYPE

string

None.

BCS_GL_ID

integer

None.

BCS_STATUS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BCS_BK_ID": 1,
  "BCS_SIGN": "sample string 1",
  "BCS_TYPE": "sample string 2",
  "BCS_GL_ID": 1,
  "BCS_STATUS": "sample string 3"
}

application/xml, text/xml

Sample:
<GetBankChargesList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <BCS_BK_ID>1</BCS_BK_ID>
  <BCS_GL_ID>1</BCS_GL_ID>
  <BCS_SIGN>sample string 1</BCS_SIGN>
  <BCS_STATUS>sample string 3</BCS_STATUS>
  <BCS_TYPE>sample string 2</BCS_TYPE>
</GetBankChargesList>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.