POST api/Data/CreatePandoClient

Request Information

URI Parameters

None.

Body Parameters

CreatePandoRequestAPIMessage
NameDescriptionTypeAdditional information
ClientID

string

None.

ClientName

string

None.

OwnerCode

string

None.

EmptyPhonebook

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ClientID": "sample string 1",
  "ClientName": "sample string 2",
  "OwnerCode": "sample string 3",
  "EmptyPhonebook": true
}

application/xml, text/xml

Sample:
<DataController.CreatePandoRequestAPIMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccuAPI">
  <ClientID>sample string 1</ClientID>
  <ClientName>sample string 2</ClientName>
  <EmptyPhonebook>true</EmptyPhonebook>
  <OwnerCode>sample string 3</OwnerCode>
</DataController.CreatePandoRequestAPIMessage>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.