POST api/CuocGoi/ThanhToanPhieuBanHangQuaDienThoai
Request Information
URI Parameters
None.
Body Parameters
ParamThanhToanPhieuBanHangQuaDTName | Description | Type | Additional information |
---|---|---|---|
ThongTinThanhToanBanHangQuaDT | string |
None. |
|
UserName | string |
None. |
|
NgayLamViec | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ThongTinThanhToanBanHangQuaDT": "sample string 1", "UserName": "sample string 2", "NgayLamViec": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseInfoName | 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": {} }