POST v1/advisors/products

Request Information

URI Parameters

None.

Body Parameters

Collection of BuyerProductRequest
NameDescriptionTypeAdditional information
Id

integer

None.

ProductId

integer

Required

AdvisorType

AdvisorType

Required

IsPhoneService

boolean

None.

IsChatService

boolean

None.

IsEmailService

boolean

None.

IsInactive

boolean

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "productId": 2,
    "advisorType": "Independent",
    "isPhoneService": true,
    "isChatService": true,
    "isEmailService": true,
    "isInactive": true
  },
  {
    "id": 1,
    "productId": 2,
    "advisorType": "Independent",
    "isPhoneService": true,
    "isChatService": true,
    "isEmailService": true,
    "isInactive": true
  }
]

text/html, multipart/form-data

Sample:
[{"id":1,"productId":2,"advisorType":"Independent","isPhoneService":true,"isChatService":true,"isEmailService":true,"isInactive":true},{"id":1,"productId":2,"advisorType":"Independent","isPhoneService":true,"isChatService":true,"isEmailService":true,"isInactive":true}]

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.