POST api/FAGetAccountDistributions

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "AssetAccountDistribution": [
    {
      "FA_ACCT_DIST_CODE": "sample string 1",
      "FA_ACCT_DIST_NAME": "sample string 2",
      "INS_USER": "sample string 3",
      "INS_DATE": "2024-09-19T04:57:50.2457339-07:00",
      "UPD_USER": "sample string 5",
      "UPD_DATE": "2024-09-19T04:57:50.2457339-07:00"
    },
    {
      "FA_ACCT_DIST_CODE": "sample string 1",
      "FA_ACCT_DIST_NAME": "sample string 2",
      "INS_USER": "sample string 3",
      "INS_DATE": "2024-09-19T04:57:50.2457339-07:00",
      "UPD_USER": "sample string 5",
      "UPD_DATE": "2024-09-19T04:57:50.2457339-07:00"
    },
    {
      "FA_ACCT_DIST_CODE": "sample string 1",
      "FA_ACCT_DIST_NAME": "sample string 2",
      "INS_USER": "sample string 3",
      "INS_DATE": "2024-09-19T04:57:50.2457339-07:00",
      "UPD_USER": "sample string 5",
      "UPD_DATE": "2024-09-19T04:57:50.2457339-07:00"
    }
  ]
}