GET api/JobImport/getNewJobFilter/{client}/{guid}/{filter}/{key}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
client

integer

Required

guid

string

Required

filter

string

Required

key

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of jobCards
NameDescriptionTypeAdditional information
serial

integer

None.

job

integer

None.

client

integer

None.

webtiv

integer

None.

agent

integer

None.

category

integer

None.

cardserial

integer

None.

magar_id

integer

None.

magar_phone

string

None.

exclusive

integer

None.

sms

integer

None.

agentName

string

None.

name

string

None.

family

string

None.

tel1

string

None.

tel1txt

string

None.

tel2

string

None.

tel2txt

string

None.

tel3

string

None.

tel3txt

string

None.

tel4

string

None.

tel4txt

string

None.

tel5

string

None.

tel5txt

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "serial": 1,
    "job": 1,
    "client": 1,
    "webtiv": 1,
    "agent": 1,
    "category": 1,
    "cardserial": 1,
    "magar_id": 1,
    "magar_phone": "sample string 2",
    "exclusive": 1,
    "sms": 1,
    "agentName": "sample string 3",
    "name": "sample string 4",
    "family": "sample string 5",
    "tel1": "sample string 6",
    "tel1txt": "sample string 7",
    "tel2": "sample string 8",
    "tel2txt": "sample string 9",
    "tel3": "sample string 10",
    "tel3txt": "sample string 11",
    "tel4": "sample string 12",
    "tel4txt": "sample string 13",
    "tel5": "sample string 14",
    "tel5txt": "sample string 15"
  },
  {
    "serial": 1,
    "job": 1,
    "client": 1,
    "webtiv": 1,
    "agent": 1,
    "category": 1,
    "cardserial": 1,
    "magar_id": 1,
    "magar_phone": "sample string 2",
    "exclusive": 1,
    "sms": 1,
    "agentName": "sample string 3",
    "name": "sample string 4",
    "family": "sample string 5",
    "tel1": "sample string 6",
    "tel1txt": "sample string 7",
    "tel2": "sample string 8",
    "tel2txt": "sample string 9",
    "tel3": "sample string 10",
    "tel3txt": "sample string 11",
    "tel4": "sample string 12",
    "tel4txt": "sample string 13",
    "tel5": "sample string 14",
    "tel5txt": "sample string 15"
  }
]

text/xml

Sample:
<ArrayOfjobCards xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/whatsAppServer.Models">
  <jobCards>
    <agent>1</agent>
    <agentName>sample string 3</agentName>
    <cardserial>1</cardserial>
    <category>1</category>
    <client>1</client>
    <exclusive>1</exclusive>
    <family>sample string 5</family>
    <job>1</job>
    <magar_id>1</magar_id>
    <magar_phone>sample string 2</magar_phone>
    <name>sample string 4</name>
    <serial>1</serial>
    <sms>1</sms>
    <tel1>sample string 6</tel1>
    <tel1txt>sample string 7</tel1txt>
    <tel2>sample string 8</tel2>
    <tel2txt>sample string 9</tel2txt>
    <tel3>sample string 10</tel3>
    <tel3txt>sample string 11</tel3txt>
    <tel4>sample string 12</tel4>
    <tel4txt>sample string 13</tel4txt>
    <tel5>sample string 14</tel5>
    <tel5txt>sample string 15</tel5txt>
    <webtiv>1</webtiv>
  </jobCards>
  <jobCards>
    <agent>1</agent>
    <agentName>sample string 3</agentName>
    <cardserial>1</cardserial>
    <category>1</category>
    <client>1</client>
    <exclusive>1</exclusive>
    <family>sample string 5</family>
    <job>1</job>
    <magar_id>1</magar_id>
    <magar_phone>sample string 2</magar_phone>
    <name>sample string 4</name>
    <serial>1</serial>
    <sms>1</sms>
    <tel1>sample string 6</tel1>
    <tel1txt>sample string 7</tel1txt>
    <tel2>sample string 8</tel2>
    <tel2txt>sample string 9</tel2txt>
    <tel3>sample string 10</tel3>
    <tel3txt>sample string 11</tel3txt>
    <tel4>sample string 12</tel4>
    <tel4txt>sample string 13</tel4txt>
    <tel5>sample string 14</tel5>
    <tel5txt>sample string 15</tel5txt>
    <webtiv>1</webtiv>
  </jobCards>
</ArrayOfjobCards>