POST api/EfcOnlineAccount

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
efcOnlineAccountModel
Documentation for 'efcOnlineAccountModel'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserID": "sample string 1",
  "AccountId": 2,
  "Password": "sample string 3",
  "AccountTypeName": "sample string 4",
  "AccountTypeId": 5,
  "AccountTypes": null,
  "AccountStatusId": 6,
  "AccountStatuses": null,
  "AccountTemplate": "sample string 7",
  "AccountTemplateId": "sample string 8",
  "AccountTemplateNames": null,
  "EfcOnlineFeatures": [
    {
      "AccountId": 1,
      "FeatureId": 2,
      "FeatureType": "sample string 3",
      "FeatureQuantity": 4.1,
      "FeatureTypes": null
    },
    {
      "AccountId": 1,
      "FeatureId": 2,
      "FeatureType": "sample string 3",
      "FeatureQuantity": 4.1,
      "FeatureTypes": null
    },
    {
      "AccountId": 1,
      "FeatureId": 2,
      "FeatureType": "sample string 3",
      "FeatureQuantity": 4.1,
      "FeatureTypes": null
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "UserID": "sample string 1",
  "AccountId": 2,
  "Password": "sample string 3",
  "AccountTypeName": "sample string 4",
  "AccountTypeId": 5,
  "AccountTypes": null,
  "AccountStatusId": 6,
  "AccountStatuses": null,
  "AccountTemplate": "sample string 7",
  "AccountTemplateId": "sample string 8",
  "AccountTemplateNames": null,
  "EfcOnlineFeatures": [
    {
      "AccountId": 1,
      "FeatureId": 2,
      "FeatureType": "sample string 3",
      "FeatureQuantity": 4.1,
      "FeatureTypes": null
    },
    {
      "AccountId": 1,
      "FeatureId": 2,
      "FeatureType": "sample string 3",
      "FeatureQuantity": 4.1,
      "FeatureTypes": null
    },
    {
      "AccountId": 1,
      "FeatureId": 2,
      "FeatureType": "sample string 3",
      "FeatureQuantity": 4.1,
      "FeatureTypes": null
    }
  ]
}