Skip to main content
POST
/
techservice
/
ticket
/
filter
List technic service tickets method
curl --request POST \
  --url https://apigw.bienport.com/api/techservice/ticket/filter \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --header 'OrganizationId: <organizationid>' \
  --data '{
  "organizationId": 12312,
  "subscriptionId": 12342,
  "ticketId": 6,
  "ticketType": 2
}'
[
  {
    "id": 128073,
    "active": true,
    "subscriptionNo": "ABN-36534",
    "subscriptionId": 1212,
    "serviceNo": "SER-179303",
    "customerName": "İsim Soyisim",
    "customerId": 134719,
    "systemCategory": "ALARM",
    "serviceType": "Servis",
    "operationType": "<string>",
    "processStage": "Kayıt",
    "head": "FAtih Köse ticket",
    "description": "description",
    "appealDate": "2022-03-25T10:41:28.330Z",
    "startDate": "<string>",
    "finishDate": "<string>",
    "serviceAddress": "İçerenköy",
    "serviceCity": "İSTANBUL(Anadolu)",
    "serviceCounty": "ATAŞEHİR"
  }
]

Headers

Authorization
string
required

Access Token

OrganizationId
string
required

Organization ID

Body

application/json

serviceRequest

Request Model for get ticket of crm

organizationId
integer
required

organizationId.

Example:

12312

subscriptionId
integer

Subscription Id[Optional].

Example:

12342

ticketId
integer

Ticket Id[Optional].

Example:

6

ticketType
integer[]

Ticket Type[Optional].

Example:

2

Response

Get Technic Service Tickets Success.

subscriptionId
integer
required
Example:

1212

serviceNo
string
required
Example:

"SER-179303"

id
integer

Id of ticket.

Example:

128073

active
boolean
Example:

true

subscriptionNo
string
Example:

"ABN-36534"

customerName
string
Example:

"İsim Soyisim"

customerId
integer
Example:

134719

systemCategory
string
Example:

"ALARM"

serviceType
string
Example:

"Servis"

operationType
string
processStage
string
Example:

"Kayıt"

head
string
Example:

"FAtih Köse ticket"

description
string
Example:

"description"

appealDate
string
Example:

"2022-03-25T10:41:28.330Z"

startDate
string
finishDate
string
serviceAddress
string
Example:

"İçerenköy"

serviceCity
string
Example:

"İSTANBUL(Anadolu)"

serviceCounty
string
Example:

"ATAŞEHİR"