POST v1/advisors/saveProductDetails

Request Information

URI Parameters

None.

Body Parameters

Collection of CreateAdviosorProductDetails
NameDescriptionTypeAdditional information
Id

integer

None.

ProductId

integer

None.

UserName

string

None.

AdvisorType

AdvisorType

None.

IsPhoneService

boolean

None.

IsChatService

boolean

None.

IsEmailService

boolean

None.

MortgageDetails

Collection of MortgageDetails

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "productId": 2,
    "userName": "sample string 3",
    "advisorType": "Independent",
    "isPhoneService": true,
    "isChatService": true,
    "isEmailService": true,
    "mortgageDetails": [
      {
        "mortgageValue": 1
      },
      {
        "mortgageValue": 1
      }
    ]
  },
  {
    "id": 1,
    "productId": 2,
    "userName": "sample string 3",
    "advisorType": "Independent",
    "isPhoneService": true,
    "isChatService": true,
    "isEmailService": true,
    "mortgageDetails": [
      {
        "mortgageValue": 1
      },
      {
        "mortgageValue": 1
      }
    ]
  }
]

text/html, multipart/form-data

Sample:
[{"id":1,"productId":2,"userName":"sample string 3","advisorType":"Independent","isPhoneService":true,"isChatService":true,"isEmailService":true,"mortgageDetails":[{"mortgageValue":1},{"mortgageValue":1}]},{"id":1,"productId":2,"userName":"sample string 3","advisorType":"Independent","isPhoneService":true,"isChatService":true,"isEmailService":true,"mortgageDetails":[{"mortgageValue":1},{"mortgageValue":1}]}]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, multipart/form-data

Sample:

Sample not available.