© 2024 Clarivate
GET /api/.../invoices/{id}/payrate
Returns exchange rate data for payment.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the Invoice. |
{
"Rate": 2,
"ModificationDate": "2011-09-27T07:40:05.85-04:00",
"PolarisUserName": "clarke",
"CurrencyLabel": "CAD"
}
Code | Description |
---|---|
200 | OK. Success |
404 | id is invalid |