POST api/KDCA/UserGetList

Request Information

URI Parameters

None.

Body Parameters

UserBac
NameDescriptionTypeAdditional information
idUser

integer

None.

name

string

None.

phone

string

None.

platform

string

None.

client

string

None.

idClient

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "idUser": 1,
  "name": "sample string 2",
  "phone": "sample string 3",
  "platform": "sample string 4",
  "client": "sample string 5",
  "idClient": 6
}

application/xml, text/xml

Sample:
<UserBac xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KDCA.Model">
  <client>sample string 5</client>
  <idClient>6</idClient>
  <idUser>1</idUser>
  <name>sample string 2</name>
  <phone>sample string 3</phone>
  <platform>sample string 4</platform>
</UserBac>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.