POST api/FileCRM/UpTapTin
Request Information
URI Parameters
None.
Body Parameters
UploadFileInfoName | Description | Type | Additional information |
---|---|---|---|
FileAsByteArray | Collection of byte |
None. |
|
NguoiDungID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "FileAsByteArray": "QEA=", "NguoiDungID": 1 }
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": {} }