sell
, buy
- Purchase/Sale - rate
- Standard rates (National Bank){
"rates": {
"currency_from": "string",
"currency_to": "string",
"rate": 0,
"rate_type": "string",
"start_date": "string",
"end_date": "string",
"operation": "string"
}
}
curl --location --request POST 'https://api.freedompay.kz/v5/partner/rates/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"rates": {
"currency_from": "string",
"currency_to": "string",
"rate": 0,
"rate_type": "string",
"start_date": "string",
"end_date": "string",
"operation": "string"
}
}'
ok
: Request was successful.error
: Request passed with an error.{
"status": "string",
"error_code": 0,
"error_description": "string",
"dt": "2019-08-24T14:15:22Z"
}