POST purge/addsubscriberpurge

Add a new Purge Application.

Request Information

URI Parameters

None.

Body Parameters

SubscribersPurge
NameDescriptionTypeAdditional information
Id

integer

None.

Firstname

First Name

string

None.

Middlename

Middle Name

string

None.

Lastname

Subscriber Last Name

string

None.

Birthdate

Date of Birth

date

None.

BirthdateCustom

Date of Birth

string

None.

Telephoneno

Telephone Number

string

None.

Mobileno

Mobile Number

string

None.

Email

Email Address

string

None.

Planid

Plan Id

integer

None.

Installation_houseunit

Installation House Unit

string

None.

Installation_buildingname

Installation Building Name

string

None.

Installation_streetname

Installation Street Name

string

None.

Installation_brgy

Installation Barangay

string

None.

Installation_province

Installation Province Id

integer

None.

Installation_city

Installation City Id

integer

None.

Installation_zipcode

Installation Zip Code

string

None.

Installationdate

Installation Date

date

None.

Billing_houseunit

Billing House Unit

string

None.

Billing_buildingname

Billing Building Name

string

None.

Billing_streetname

Billing Street Name

string

None.

Billing_brgy

Billing Barangay

string

None.

Billing_province

Billing Province Id

integer

None.

Billing_city

Billing City Id

integer

None.

Billing_zipcode

Billing Zip Code

string

None.

Agreeterms

Tag for Terms and Condition

boolean

None.

Noboxes

Number of Boxes

integer

None.

Sameinstallationadd

Tag If Billing Addres is the same as Installation Address

boolean

None.

Remarks

Ticet Remarks

string

None.

Creator

Creator Username

string

None.

Created

string

None.

Maritalstatus

Marital Status

string

None.

Homeownership

Home Ownership

string

None.

HomeownershipYearsOfStay

Home Ownership Years of Stay

string

None.

Employment

Employment

string

None.

Others

Others

string

None.

Company

Company

string

None.

Position

Position

string

None.

Tenure

Tenure

string

None.

Grossannualincome

Gross Annual Income

string

None.

AtnNumber

Application Ticket Number

string

None.

AtnId

Application Ticket Id

integer

None.

Latitude

Application Latitude

string

None.

Longitude

Application Longitude

string

None.

Serialdetails

Application Serial Details

string

None.

Proof_Id

Application Proof of Identification

boolean

None.

Proof_Inc

Application Proof of Income

boolean

None.

Proof_Bil

Application Proof of Billing

boolean

None.

Service_Bil

Application Service Bill

boolean

None.

Signature

Application Signature

boolean

None.

MobRefno

Application Mobile Reference

string

None.

MobCreated

Application Mobile Date Created

string

None.

Source

Source of Application

string

None.

Sourceid

Source ID of Application

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "firstname": "sample string 1",
  "middlename": "sample string 2",
  "lastname": "sample string 3",
  "birthdate": "2026-04-05T13:26:10.2642939+08:00",
  "birthdateCustom": "sample string 4",
  "telephoneno": "sample string 5",
  "mobileno": "sample string 6",
  "email": "sample string 8",
  "planid": 1,
  "installation_houseunit": "sample string 9",
  "installation_buildingname": "sample string 10",
  "installation_streetname": "sample string 11",
  "installation_brgy": "sample string 12",
  "installation_province": 1,
  "installation_city": 1,
  "installation_zipcode": "sample string 13",
  "installationdate": "2026-04-05T13:26:10.2642939+08:00",
  "billing_houseunit": "sample string 14",
  "billing_buildingname": "sample string 15",
  "billing_streetname": "sample string 16",
  "billing_brgy": "sample string 17",
  "billing_province": 1,
  "billing_city": 1,
  "billing_zipcode": "sample string 18",
  "agreeterms": true,
  "noboxes": 19,
  "sameinstallationadd": true,
  "remarks": "sample string 20",
  "creator": "sample string 21",
  "created": "sample string 22",
  "maritalstatus": "sample string 27",
  "homeownership": "sample string 28",
  "homeownershipYearsOfStay": "sample string 29",
  "employment": "sample string 30",
  "others": "sample string 31",
  "company": "sample string 32",
  "position": "sample string 33",
  "tenure": "sample string 34",
  "grossannualincome": "sample string 35",
  "atnNumber": "sample string 36",
  "atnId": 1,
  "latitude": "sample string 37",
  "longitude": "sample string 38",
  "serialdetails": "sample string 39",
  "proof_Id": true,
  "proof_Inc": true,
  "proof_Bil": true,
  "service_Bil": true,
  "signature": true,
  "mobRefno": "sample string 40",
  "mobCreated": "sample string 41",
  "source": "sample string 42",
  "sourceid": 1
}

application/xml, text/xml

Sample:
<SubscribersPurge xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <Agreeterms>true</Agreeterms>
  <AtnId>1</AtnId>
  <AtnNumber>sample string 36</AtnNumber>
  <Billing_brgy>sample string 17</Billing_brgy>
  <Billing_buildingname>sample string 15</Billing_buildingname>
  <Billing_city>1</Billing_city>
  <Billing_houseunit>sample string 14</Billing_houseunit>
  <Billing_province>1</Billing_province>
  <Billing_streetname>sample string 16</Billing_streetname>
  <Billing_zipcode>sample string 18</Billing_zipcode>
  <Birthdate>2026-04-05T13:26:10.2642939+08:00</Birthdate>
  <BirthdateCustom>sample string 4</BirthdateCustom>
  <Company>sample string 32</Company>
  <Created>sample string 22</Created>
  <Creator>sample string 21</Creator>
  <Email>sample string 8</Email>
  <Employment>sample string 30</Employment>
  <Firstname>sample string 1</Firstname>
  <Grossannualincome>sample string 35</Grossannualincome>
  <Homeownership>sample string 28</Homeownership>
  <HomeownershipYearsOfStay>sample string 29</HomeownershipYearsOfStay>
  <Id>1</Id>
  <Installation_brgy>sample string 12</Installation_brgy>
  <Installation_buildingname>sample string 10</Installation_buildingname>
  <Installation_city>1</Installation_city>
  <Installation_houseunit>sample string 9</Installation_houseunit>
  <Installation_province>1</Installation_province>
  <Installation_streetname>sample string 11</Installation_streetname>
  <Installation_zipcode>sample string 13</Installation_zipcode>
  <Installationdate>2026-04-05T13:26:10.2642939+08:00</Installationdate>
  <Lastname>sample string 3</Lastname>
  <Latitude>sample string 37</Latitude>
  <Longitude>sample string 38</Longitude>
  <Maritalstatus>sample string 27</Maritalstatus>
  <Middlename>sample string 2</Middlename>
  <MobCreated>sample string 41</MobCreated>
  <MobRefno>sample string 40</MobRefno>
  <Mobileno>sample string 6</Mobileno>
  <Noboxes>19</Noboxes>
  <Others>sample string 31</Others>
  <Planid>1</Planid>
  <Position>sample string 33</Position>
  <Proof_Bil>true</Proof_Bil>
  <Proof_Id>true</Proof_Id>
  <Proof_Inc>true</Proof_Inc>
  <Remarks>sample string 20</Remarks>
  <Sameinstallationadd>true</Sameinstallationadd>
  <Serialdetails>sample string 39</Serialdetails>
  <Service_Bil>true</Service_Bil>
  <Signature>true</Signature>
  <Source>sample string 42</Source>
  <Sourceid>1</Sourceid>
  <Telephoneno>sample string 5</Telephoneno>
  <Tenure>sample string 34</Tenure>
</SubscribersPurge>

application/x-www-form-urlencoded

Sample:

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

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.