POST api/InstantCall

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
instantCall
Documentation for 'instantCall'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "User": {
    "username": "sample string 1",
    "password": "sample string 2"
  },
  "FirstName": "sample string 3",
  "LastName": "sample string 4",
  "NumberToCall": "sample string 5",
  "Extension": 6,
  "StartDate": "2024-05-18T05:42:23.0122128+02:00",
  "EndDate": "2024-05-18T05:42:23.0122128+02:00",
  "InputDigits": "sample string 7",
  "Price": 1.0,
  "DateCall": "2024-05-18T05:42:23.0122128+02:00",
  "StartDateTimeCall": "2024-05-18T05:42:23.0122128+02:00",
  "EndDateTimeCall": "2024-05-18T05:42:23.0122128+02:00",
  "StartPrice": 1.0,
  "PricePerMinute": 1.0,
  "Type": 0,
  "MaxRetries": 9,
  "Retries": 10,
  "MinutesBetweenRetries": 11,
  "IVRRepeats": 12,
  "TextToSpeech": "sample string 16",
  "IntervalCall": 18,
  "CallerId": "sample string 19",
  "LanguageCode": "sample string 20",
  "CodeRequest": "sample string 21",
  "InstantCalls": [
    {
      "Id": 1,
      "FirstName": "sample string 3",
      "LastName": "sample string 4",
      "NumberToCall": "sample string 5",
      "Extension": 6,
      "StartDate": "2024-05-18T05:42:23.0122128+02:00",
      "EndDate": "2024-05-18T05:42:23.0122128+02:00",
      "Status": 0,
      "InputDigits": "sample string 9",
      "Price": 1.0,
      "DateCall": "2024-05-18T05:42:23.0122128+02:00",
      "StartDateTimeCall": "2024-05-18T05:42:23.0122128+02:00",
      "EndDateTimeCall": "2024-05-18T05:42:23.0122128+02:00",
      "StartPrice": 1.0,
      "PricePerMinute": 1.0,
      "Type": 0,
      "MaxRetries": 11,
      "Retries": 12,
      "MinutesBetweenRetries": 13,
      "IVRRepeats": 14,
      "TextToSpeech": "sample string 18",
      "IntervalCall": 20,
      "CallerId": "sample string 21",
      "LanguageCode": "sample string 22",
      "CodeRequest": "sample string 23"
    },
    {
      "Id": 1,
      "FirstName": "sample string 3",
      "LastName": "sample string 4",
      "NumberToCall": "sample string 5",
      "Extension": 6,
      "StartDate": "2024-05-18T05:42:23.0122128+02:00",
      "EndDate": "2024-05-18T05:42:23.0122128+02:00",
      "Status": 0,
      "InputDigits": "sample string 9",
      "Price": 1.0,
      "DateCall": "2024-05-18T05:42:23.0122128+02:00",
      "StartDateTimeCall": "2024-05-18T05:42:23.0122128+02:00",
      "EndDateTimeCall": "2024-05-18T05:42:23.0122128+02:00",
      "StartPrice": 1.0,
      "PricePerMinute": 1.0,
      "Type": 0,
      "MaxRetries": 11,
      "Retries": 12,
      "MinutesBetweenRetries": 13,
      "IVRRepeats": 14,
      "TextToSpeech": "sample string 18",
      "IntervalCall": 20,
      "CallerId": "sample string 21",
      "LanguageCode": "sample string 22",
      "CodeRequest": "sample string 23"
    },
    {
      "Id": 1,
      "FirstName": "sample string 3",
      "LastName": "sample string 4",
      "NumberToCall": "sample string 5",
      "Extension": 6,
      "StartDate": "2024-05-18T05:42:23.0122128+02:00",
      "EndDate": "2024-05-18T05:42:23.0122128+02:00",
      "Status": 0,
      "InputDigits": "sample string 9",
      "Price": 1.0,
      "DateCall": "2024-05-18T05:42:23.0122128+02:00",
      "StartDateTimeCall": "2024-05-18T05:42:23.0122128+02:00",
      "EndDateTimeCall": "2024-05-18T05:42:23.0122128+02:00",
      "StartPrice": 1.0,
      "PricePerMinute": 1.0,
      "Type": 0,
      "MaxRetries": 11,
      "Retries": 12,
      "MinutesBetweenRetries": 13,
      "IVRRepeats": 14,
      "TextToSpeech": "sample string 18",
      "IntervalCall": 20,
      "CallerId": "sample string 21",
      "LanguageCode": "sample string 22",
      "CodeRequest": "sample string 23"
    }
  ]
}

application/xml, text/xml

Sample:
<GlobalSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CallerId>sample string 19</CallerId>
  <CodeRequest>sample string 21</CodeRequest>
  <DateCall>2024-05-18T05:42:23.0122128+02:00</DateCall>
  <EndDate>2024-05-18T05:42:23.0122128+02:00</EndDate>
  <EndDateTimeCall>2024-05-18T05:42:23.0122128+02:00</EndDateTimeCall>
  <Extension>6</Extension>
  <FirstName>sample string 3</FirstName>
  <IVRRepeats>12</IVRRepeats>
  <Id>1</Id>
  <InputDigits>sample string 7</InputDigits>
  <InstantCalls>
    <InstantCall>
      <CallerId>sample string 21</CallerId>
      <CodeRequest>sample string 23</CodeRequest>
      <DateCall>2024-05-18T05:42:23.0122128+02:00</DateCall>
      <EndDate>2024-05-18T05:42:23.0122128+02:00</EndDate>
      <EndDateTimeCall>2024-05-18T05:42:23.0122128+02:00</EndDateTimeCall>
      <Extension>6</Extension>
      <FirstName>sample string 3</FirstName>
      <IVRRepeats>14</IVRRepeats>
      <Id>1</Id>
      <InputDigits>sample string 9</InputDigits>
      <IntervalCall>20</IntervalCall>
      <LanguageCode>sample string 22</LanguageCode>
      <LastName>sample string 4</LastName>
      <MaxRetries>11</MaxRetries>
      <MinutesBetweenRetries>13</MinutesBetweenRetries>
      <NumberToCall>sample string 5</NumberToCall>
      <Price>1</Price>
      <PricePerMinute>1</PricePerMinute>
      <Retries>12</Retries>
      <StartDate>2024-05-18T05:42:23.0122128+02:00</StartDate>
      <StartDateTimeCall>2024-05-18T05:42:23.0122128+02:00</StartDateTimeCall>
      <StartPrice>1</StartPrice>
      <Status>Failed</Status>
      <TextToSpeech>sample string 18</TextToSpeech>
      <Type>Default</Type>
    </InstantCall>
    <InstantCall>
      <CallerId>sample string 21</CallerId>
      <CodeRequest>sample string 23</CodeRequest>
      <DateCall>2024-05-18T05:42:23.0122128+02:00</DateCall>
      <EndDate>2024-05-18T05:42:23.0122128+02:00</EndDate>
      <EndDateTimeCall>2024-05-18T05:42:23.0122128+02:00</EndDateTimeCall>
      <Extension>6</Extension>
      <FirstName>sample string 3</FirstName>
      <IVRRepeats>14</IVRRepeats>
      <Id>1</Id>
      <InputDigits>sample string 9</InputDigits>
      <IntervalCall>20</IntervalCall>
      <LanguageCode>sample string 22</LanguageCode>
      <LastName>sample string 4</LastName>
      <MaxRetries>11</MaxRetries>
      <MinutesBetweenRetries>13</MinutesBetweenRetries>
      <NumberToCall>sample string 5</NumberToCall>
      <Price>1</Price>
      <PricePerMinute>1</PricePerMinute>
      <Retries>12</Retries>
      <StartDate>2024-05-18T05:42:23.0122128+02:00</StartDate>
      <StartDateTimeCall>2024-05-18T05:42:23.0122128+02:00</StartDateTimeCall>
      <StartPrice>1</StartPrice>
      <Status>Failed</Status>
      <TextToSpeech>sample string 18</TextToSpeech>
      <Type>Default</Type>
    </InstantCall>
    <InstantCall>
      <CallerId>sample string 21</CallerId>
      <CodeRequest>sample string 23</CodeRequest>
      <DateCall>2024-05-18T05:42:23.0122128+02:00</DateCall>
      <EndDate>2024-05-18T05:42:23.0122128+02:00</EndDate>
      <EndDateTimeCall>2024-05-18T05:42:23.0122128+02:00</EndDateTimeCall>
      <Extension>6</Extension>
      <FirstName>sample string 3</FirstName>
      <IVRRepeats>14</IVRRepeats>
      <Id>1</Id>
      <InputDigits>sample string 9</InputDigits>
      <IntervalCall>20</IntervalCall>
      <LanguageCode>sample string 22</LanguageCode>
      <LastName>sample string 4</LastName>
      <MaxRetries>11</MaxRetries>
      <MinutesBetweenRetries>13</MinutesBetweenRetries>
      <NumberToCall>sample string 5</NumberToCall>
      <Price>1</Price>
      <PricePerMinute>1</PricePerMinute>
      <Retries>12</Retries>
      <StartDate>2024-05-18T05:42:23.0122128+02:00</StartDate>
      <StartDateTimeCall>2024-05-18T05:42:23.0122128+02:00</StartDateTimeCall>
      <StartPrice>1</StartPrice>
      <Status>Failed</Status>
      <TextToSpeech>sample string 18</TextToSpeech>
      <Type>Default</Type>
    </InstantCall>
  </InstantCalls>
  <IntervalCall>18</IntervalCall>
  <LanguageCode>sample string 20</LanguageCode>
  <LastName>sample string 4</LastName>
  <MaxRetries>9</MaxRetries>
  <MinutesBetweenRetries>11</MinutesBetweenRetries>
  <NumberToCall>sample string 5</NumberToCall>
  <Price>1</Price>
  <PricePerMinute>1</PricePerMinute>
  <Retries>10</Retries>
  <StartDate>2024-05-18T05:42:23.0122128+02:00</StartDate>
  <StartDateTimeCall>2024-05-18T05:42:23.0122128+02:00</StartDateTimeCall>
  <StartPrice>1</StartPrice>
  <TextToSpeech>sample string 16</TextToSpeech>
  <Type>Default</Type>
  <User>
    <password>sample string 2</password>
    <username>sample string 1</username>
  </User>
</GlobalSettings>

application/x-www-form-urlencoded

Sample:

Sample not available.