POST api/AccountingDanhmuc/PostDMNganhang

Request Information

URI Parameters

None.

Body Parameters

Class_Accounting_DM_Nganhang
NameDescriptionTypeAdditional information
MatkhauApi

string

None.

Database

string

None.

tinhtrangphieu

integer

None.

ID

integer

None.

Nganhang_Ma

string

None.

Nganhang_Ten

string

None.

Nganhang_Diachi

string

None.

Nganhang_SoTK

string

None.

Namdulieu

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "MatkhauApi": "sample string 1",
  "Database": "sample string 2",
  "tinhtrangphieu": 3,
  "ID": 4,
  "Nganhang_Ma": "sample string 5",
  "Nganhang_Ten": "sample string 6",
  "Nganhang_Diachi": "sample string 7",
  "Nganhang_SoTK": "sample string 8",
  "Namdulieu": 9
}

application/xml, text/xml

Sample:
<Class_Accounting_DM_Nganhang xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_invoice">
  <Database>sample string 2</Database>
  <ID>4</ID>
  <MatkhauApi>sample string 1</MatkhauApi>
  <Namdulieu>9</Namdulieu>
  <Nganhang_Diachi>sample string 7</Nganhang_Diachi>
  <Nganhang_Ma>sample string 5</Nganhang_Ma>
  <Nganhang_SoTK>sample string 8</Nganhang_SoTK>
  <Nganhang_Ten>sample string 6</Nganhang_Ten>
  <tinhtrangphieu>3</tinhtrangphieu>
</Class_Accounting_DM_Nganhang>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.