POST api/Branches/AddCallCenterEmployee

Request Information

URI Parameters

None.

Body Parameters

CallCenterEmployeeEntry
NameDescriptionTypeAdditional information
userID

integer

None.

securityToken

string

None.

name

string

None.

phone

string

None.

city

string

None.

Area

string

None.

address

string

None.

language

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userID": 1,
  "securityToken": "sample string 2",
  "name": "sample string 3",
  "phone": "sample string 4",
  "city": "sample string 5",
  "Area": "sample string 6",
  "address": "sample string 7",
  "language": "sample string 8"
}

application/xml, text/xml

Sample:
<CallCenterEmployeeEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VOOO_MVCAPI.Models.APIBodies">
  <Area>sample string 6</Area>
  <address>sample string 7</address>
  <city>sample string 5</city>
  <language>sample string 8</language>
  <name>sample string 3</name>
  <phone>sample string 4</phone>
  <securityToken>sample string 2</securityToken>
  <userID>1</userID>
</CallCenterEmployeeEntry>

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 'CallCenterEmployeeEntry'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.