GET tickets/id/{id}
Finds a Ticket by Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Ticket| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Atnnumber | string |
None. |
|
| Installationdate | date |
None. |
|
| InstallationdateCustom | string |
None. |
|
| Accounttype | integer |
None. |
|
| Allocationtype | integer |
None. |
|
| Preapprovedvillage | boolean |
None. |
|
| Negativearea | boolean |
None. |
|
| Categoryid | integer |
None. |
|
| Sourceid | integer |
None. |
|
| Statusid | string |
None. |
|
| Notes | string |
None. |
|
| Tpremarks | string |
None. |
|
| Remarks | string |
None. |
|
| Created | date |
None. |
|
| Creator | globally unique identifier |
None. |
|
| Updated | date |
None. |
|
| Updater | globally unique identifier |
None. |
|
| Subscriberinfoid | integer |
None. |
|
| Fullname | integer |
None. |
|
| Mobileno | integer |
None. |
|
| Landline | integer |
None. |
|
| integer |
None. |
||
| Installationaddress | integer |
None. |
|
| Billingaddress | integer |
None. |
|
| Accountattributes | integer |
None. |
|
| Householdincome | integer |
None. |
|
| Occupation | integer |
None. |
|
| Poid_qualitysubmitted | integer |
None. |
|
| Poincome_qualitysubmitted | integer |
None. |
|
| Servicebill_qualitysubmitted | integer |
None. |
|
| Saf_qualitysubmitted | integer |
None. |
|
| Contactno_qualitysubmitted | integer |
None. |
|
| Accountshell_qualitysubmitted | integer |
None. |
|
| Proofofincome | integer |
None. |
|
| Proofofidentification | integer |
None. |
|
| Servicebill | integer |
None. |
|
| Promo | integer |
None. |
|
| Plan | integer |
None. |
|
| Reasonstatusid | integer |
None. |
|
| Assignedto | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"atnnumber": "sample string 1",
"installationdate": "2026-04-05T13:25:11.1526917+08:00",
"installationdateCustom": "sample string 2",
"accounttype": 1,
"allocationtype": 1,
"preapprovedvillage": true,
"negativearea": true,
"categoryid": 1,
"sourceid": 1,
"statusid": "sample string 3",
"notes": "sample string 4",
"tpremarks": "sample string 5",
"remarks": "sample string 6",
"created": "2026-04-05T13:25:11.1526917+08:00",
"creator": "3557ec86-f5d1-40ad-a474-8df021544665",
"updated": "2026-04-05T13:25:11.1526917+08:00",
"updater": "0a351d80-57c8-4c6f-9eba-c81513d564fa",
"subscriberinfoid": 1,
"fullname": 1,
"mobileno": 1,
"landline": 1,
"email": 1,
"installationaddress": 1,
"billingaddress": 1,
"accountattributes": 1,
"householdincome": 1,
"occupation": 1,
"poid_qualitysubmitted": 1,
"poincome_qualitysubmitted": 1,
"servicebill_qualitysubmitted": 1,
"saf_qualitysubmitted": 1,
"contactno_qualitysubmitted": 1,
"accountshell_qualitysubmitted": 1,
"proofofincome": 1,
"proofofidentification": 1,
"servicebill": 1,
"promo": 1,
"plan": 1,
"reasonstatusid": 1,
"assignedto": 1
},
{
"id": 1,
"atnnumber": "sample string 1",
"installationdate": "2026-04-05T13:25:11.1526917+08:00",
"installationdateCustom": "sample string 2",
"accounttype": 1,
"allocationtype": 1,
"preapprovedvillage": true,
"negativearea": true,
"categoryid": 1,
"sourceid": 1,
"statusid": "sample string 3",
"notes": "sample string 4",
"tpremarks": "sample string 5",
"remarks": "sample string 6",
"created": "2026-04-05T13:25:11.1526917+08:00",
"creator": "3557ec86-f5d1-40ad-a474-8df021544665",
"updated": "2026-04-05T13:25:11.1526917+08:00",
"updater": "0a351d80-57c8-4c6f-9eba-c81513d564fa",
"subscriberinfoid": 1,
"fullname": 1,
"mobileno": 1,
"landline": 1,
"email": 1,
"installationaddress": 1,
"billingaddress": 1,
"accountattributes": 1,
"householdincome": 1,
"occupation": 1,
"poid_qualitysubmitted": 1,
"poincome_qualitysubmitted": 1,
"servicebill_qualitysubmitted": 1,
"saf_qualitysubmitted": 1,
"contactno_qualitysubmitted": 1,
"accountshell_qualitysubmitted": 1,
"proofofincome": 1,
"proofofidentification": 1,
"servicebill": 1,
"promo": 1,
"plan": 1,
"reasonstatusid": 1,
"assignedto": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfTicket xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<Ticket>
<Accountattributes>1</Accountattributes>
<Accountshell_qualitysubmitted>1</Accountshell_qualitysubmitted>
<Accounttype>1</Accounttype>
<Allocationtype>1</Allocationtype>
<Assignedto>1</Assignedto>
<Atnnumber>sample string 1</Atnnumber>
<Billingaddress>1</Billingaddress>
<Categoryid>1</Categoryid>
<Contactno_qualitysubmitted>1</Contactno_qualitysubmitted>
<Created>2026-04-05T13:25:11.1526917+08:00</Created>
<Creator>3557ec86-f5d1-40ad-a474-8df021544665</Creator>
<Email>1</Email>
<Fullname>1</Fullname>
<Householdincome>1</Householdincome>
<Id>1</Id>
<Installationaddress>1</Installationaddress>
<Installationdate>2026-04-05T13:25:11.1526917+08:00</Installationdate>
<InstallationdateCustom>sample string 2</InstallationdateCustom>
<Landline>1</Landline>
<Mobileno>1</Mobileno>
<Negativearea>true</Negativearea>
<Notes>sample string 4</Notes>
<Occupation>1</Occupation>
<Plan>1</Plan>
<Poid_qualitysubmitted>1</Poid_qualitysubmitted>
<Poincome_qualitysubmitted>1</Poincome_qualitysubmitted>
<Preapprovedvillage>true</Preapprovedvillage>
<Promo>1</Promo>
<Proofofidentification>1</Proofofidentification>
<Proofofincome>1</Proofofincome>
<Reasonstatusid>1</Reasonstatusid>
<Remarks>sample string 6</Remarks>
<Saf_qualitysubmitted>1</Saf_qualitysubmitted>
<Servicebill>1</Servicebill>
<Servicebill_qualitysubmitted>1</Servicebill_qualitysubmitted>
<Sourceid>1</Sourceid>
<Statusid>sample string 3</Statusid>
<Subscriberinfoid>1</Subscriberinfoid>
<Tpremarks>sample string 5</Tpremarks>
<Updated>2026-04-05T13:25:11.1526917+08:00</Updated>
<Updater>0a351d80-57c8-4c6f-9eba-c81513d564fa</Updater>
</Ticket>
<Ticket>
<Accountattributes>1</Accountattributes>
<Accountshell_qualitysubmitted>1</Accountshell_qualitysubmitted>
<Accounttype>1</Accounttype>
<Allocationtype>1</Allocationtype>
<Assignedto>1</Assignedto>
<Atnnumber>sample string 1</Atnnumber>
<Billingaddress>1</Billingaddress>
<Categoryid>1</Categoryid>
<Contactno_qualitysubmitted>1</Contactno_qualitysubmitted>
<Created>2026-04-05T13:25:11.1526917+08:00</Created>
<Creator>3557ec86-f5d1-40ad-a474-8df021544665</Creator>
<Email>1</Email>
<Fullname>1</Fullname>
<Householdincome>1</Householdincome>
<Id>1</Id>
<Installationaddress>1</Installationaddress>
<Installationdate>2026-04-05T13:25:11.1526917+08:00</Installationdate>
<InstallationdateCustom>sample string 2</InstallationdateCustom>
<Landline>1</Landline>
<Mobileno>1</Mobileno>
<Negativearea>true</Negativearea>
<Notes>sample string 4</Notes>
<Occupation>1</Occupation>
<Plan>1</Plan>
<Poid_qualitysubmitted>1</Poid_qualitysubmitted>
<Poincome_qualitysubmitted>1</Poincome_qualitysubmitted>
<Preapprovedvillage>true</Preapprovedvillage>
<Promo>1</Promo>
<Proofofidentification>1</Proofofidentification>
<Proofofincome>1</Proofofincome>
<Reasonstatusid>1</Reasonstatusid>
<Remarks>sample string 6</Remarks>
<Saf_qualitysubmitted>1</Saf_qualitysubmitted>
<Servicebill>1</Servicebill>
<Servicebill_qualitysubmitted>1</Servicebill_qualitysubmitted>
<Sourceid>1</Sourceid>
<Statusid>sample string 3</Statusid>
<Subscriberinfoid>1</Subscriberinfoid>
<Tpremarks>sample string 5</Tpremarks>
<Updated>2026-04-05T13:25:11.1526917+08:00</Updated>
<Updater>0a351d80-57c8-4c6f-9eba-c81513d564fa</Updater>
</Ticket>
</ArrayOfTicket>