POST api/CuocGoi/InsertCuocGoiByDevice
Request Information
URI Parameters
None.
Body Parameters
ParamInsertCuocGoiDeviceName | Description | Type | Additional information |
---|---|---|---|
isCuocGoiDen | boolean |
None. |
|
MyPhone | string |
None. |
|
PhoneNumber | string |
None. |
|
SupplierAddress | string |
None. |
|
SupplierName | string |
None. |
|
ChiNhanh | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "isCuocGoiDen": true, "MyPhone": "sample string 2", "PhoneNumber": "sample string 3", "SupplierAddress": "sample string 4", "SupplierName": "sample string 5", "ChiNhanh": "sample string 6" }
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": {} }