POST api/PhieuXuat/InsertPhieuXuatFromBanHangQuaDT
Request Information
URI Parameters
None.
Body Parameters
ParamsPhieuXuatCuocGoi| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemPhieuXuat | string |
None. |
|
| ListVattuxuat | string |
None. |
|
| ItemCuocGoi | string |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ItemPhieuXuat": "sample string 1",
"ListVattuxuat": "sample string 2",
"ItemCuocGoi": "sample string 3",
"UserName": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"Data": {}
}