POST api/TransferCall

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
tranfercall
Documentation for 'tranfercall'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "TransferCall_CallHistoryId": 1,
  "TransferCall_To": "sample string 2",
  "TransferCall_From": "sample string 3",
  "TransferCall_AccountId": 4,
  "TransferCall_TranferTime": "sample string 5",
  "TransferCall_LocalId": 6,
  "Transfer_IsSynced": 7
}

application/xml, text/xml

Sample:
<TransferCallDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataPostWebService">
  <TransferCall_AccountId>4</TransferCall_AccountId>
  <TransferCall_CallHistoryId>1</TransferCall_CallHistoryId>
  <TransferCall_From>sample string 3</TransferCall_From>
  <TransferCall_LocalId>6</TransferCall_LocalId>
  <TransferCall_To>sample string 2</TransferCall_To>
  <TransferCall_TranferTime>sample string 5</TransferCall_TranferTime>
  <Transfer_IsSynced>7</Transfer_IsSynced>
</TransferCallDetail>

application/x-www-form-urlencoded

Sample:

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