POST api/RawDatas
Request Information
URI Parameters
None.
Body Parameters
RawData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| RawFile | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RawFile": "QEA="
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RawData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| RawFile | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"RawFile": "QEA="
}