POST api/BaoCaoTongHopKeToan/BienBanBanGiao
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of BienBanBanGiao_Model| Name | Description | Type | Additional information |
|---|---|---|---|
| DataType | string |
None. |
|
| SoBan | integer |
None. |
|
| SoTien | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DataType": "sample string 1",
"SoBan": 2,
"SoTien": 3.0
},
{
"DataType": "sample string 1",
"SoBan": 2,
"SoTien": 3.0
}
]