> For the complete documentation index, see [llms.txt](https://queue-docs.rightsline.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://queue-docs.rightsline.com/message-structure/financial-messages/example-messages.md).

# Example messages

## Currency Pairs

### Currency Pair Created

```
{
    "conversionId": 4972,
    "currencyConversionId": "00000000-0000-0000-0000-000000000000",
    "toCurrency": "USD",
    "fromCurrency": "AUD",
    "rate": 1.110000000,
    "effectiveDate": "2023-04-04T00:00:00Z",
    "conversionType": {
        "conversionTypeId": 0,
        "conversionTypeName": "Transaction To Company"
    },
    "rateSource": {
        "rateSourceId": 5,
        "rateSourceName": "Default"
    },
    "isLocked": false,
    "createdById": 124523,
    "createdDate": "2023-04-17T21:06:05.357Z",
    "lastUpdatedById": 124523,
    "lastUpdatedDate": "2023-04-17T21:06:05.357Z"
}
```

### Currency Pair Updated

```
{
    "conversionId": 4972,
    "currencyConversionId": "00000000-0000-0000-0000-000000000000",
    "toCurrency": "USD",
    "fromCurrency": "AUD",
    "rate": 1.112000000,
    "effectiveDate": "2023-04-04T00:00:00Z",
    "conversionType": {
        "conversionTypeId": 0,
        "conversionTypeName": "Transaction To Company"
    },
    "rateSource": {
        "rateSourceId": 5,
        "rateSourceName": "Default"
    },
    "isLocked": false,
    "createdById": 124523,
    "createdDate": "2023-04-17T21:06:05.357Z",
    "lastUpdatedById": 124523,
    "lastUpdatedDate": "2023-04-18T16:41:38.413Z"
}
```

### Currency Pair Deleted

```
{
 "conversionId": 4972,
    "currencyConversionId": "00000000-0000-0000-0000-000000000000",
    "toCurrency": "USD",
    "fromCurrency": "AUD",
    "rate": 1.112000000,
    "effectiveDate": "2023-04-04T00:00:00Z",
    "conversionType": {
        "conversionTypeId": 0,
        "conversionTypeName": "Transaction To Company"
    },
    "rateSource": {
        "rateSourceId": 5,
        "rateSourceName": "Default"
    },
    "isLocked": false,
    "createdById": 124523,
    "createdDate": "2023-04-17T21:06:05.357Z",
    "lastUpdatedById": 124523,
    "lastUpdatedDate": "2023-04-18T16:41:38.413Z",
    "deletedById": 124523,
    "deletedDate": "2023-04-18T16:44:57.307Z"
}
```
