POST fxo/Contact/CustomerService

Request Information

URI Parameters

None.

Body Parameters

CustomerService
NameDescriptionTypeAdditional information
relationship_manager

IdValuePair

None.

customer_service_group

IdValuePair

None.

introduced_by

IdValuePair

None.

cust_remarks

string

None.

acquired_reason

IdValuePair

None.

lost_reason

IdValuePair

None.

relationship_start_date

string

None.

sales_channel1

integer

None.

sales_channel2

integer

None.

sales_channel3

integer

None.

sales_channel4

integer

None.

sales_channel5

integer

None.

entity_id

integer

None.

reference_id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "relationship_manager": {
    "value": "sample string 1",
    "id": 2
  },
  "customer_service_group": {
    "value": "sample string 1",
    "id": 2
  },
  "introduced_by": {
    "value": "sample string 1",
    "id": 2
  },
  "cust_remarks": "sample string 1",
  "acquired_reason": {
    "value": "sample string 1",
    "id": 2
  },
  "lost_reason": {
    "value": "sample string 1",
    "id": 2
  },
  "relationship_start_date": "sample string 2",
  "sales_channel1": 3,
  "sales_channel2": 4,
  "sales_channel3": 5,
  "sales_channel4": 6,
  "sales_channel5": 7,
  "entity_id": 8,
  "reference_id": "sample string 9"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CustomerService'.

application/xml

Sample:

An exception has occurred while using the formatter 'CustomXmlFormatter' to generate sample for media type 'application/xml'. Exception message: Cannot access a closed Stream.

text/xml

Sample:

An exception has occurred while using the formatter 'CustomXmlFormatter' to generate sample for media type 'text/xml'. Exception message: Cannot access a closed Stream.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.