Save the Receiving Card Parameters as File
# Save the Receiving Card Parameters as File
Path:
/api/set_rcv_params
Method: POST
Content-type: application/json; charset=utf-8
API Description: This can be used to save the receiving card parameters as file.
Request
| Name | Type | Example | Description |
|---|---|---|---|
| type | String | file | file: By binary file; path: By file path. |
Request Body
| Name | Type | Example | Description |
|---|---|---|---|
| name | String | "xxx.rcvbp" | Parameter filename of the receiving card. |
Example (1) PATH Method (for Internal App)
{
"name": "2021-10-21 190736.rcvbp"
}

(2)FILE Mode 
Response
| Name | Type | Example | Description |
|---|---|---|---|
| errorCode | int | 0 | Error code. |
| apiErrorCode | int | 0 | API error code. |
Example
{
"errorCode": 0,
"apiErrorCode":0
}