GET api/AttachAPI?Token={Token}&CompID={CompID}&C_ID={C_ID}&PaymentDate={PaymentDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Token

string

Required

CompID

string

Required

C_ID

string

Required

PaymentDate

string

Required

Body Parameters

None.

Response Information

Resource Description

PaymentBillResult
NameDescriptionTypeAdditional information
result

boolean

None.

message

string

None.

estatePayment

EstatePayment

None.

DisplayName

string

None.

ServicePhone

string

None.

TaxCode

string

None.

LessorAddress

string

None.

CaseCode

string

None.

TenanntCode

string

None.

TenantName

string

None.

Country

string

None.

District

string

None.

Address

string

None.

OthersDescription

string

None.

barcodeType3

string

None.

barcodeType3_1

string

None.

barcodeType3_2

string

None.

Response Formats

application/json, text/json

Sample:
{
  "result": true,
  "message": "sample string 2",
  "estatePayment": {
    "id": 1,
    "compID": "sample string 2",
    "DiscID": "sample string 3",
    "SubjID": "sample string 4",
    "Date": "2025-06-01T13:31:29.4188318+08:00",
    "C_ID": 6,
    "TotalAmount": 7,
    "RentAmount": 8,
    "AssociationAmount": 9,
    "WaterAmount": 10,
    "ElecAmount": 11,
    "GasAmount": 12,
    "NetAmount": 13,
    "ParkingAmount": 14,
    "OthersAmount": 15,
    "SusidyAmount": 16,
    "L_ReceivedAmount": 17,
    "L_ChargeAmount": 18,
    "LessorSubstitute": 19,
    "Type": 20,
    "CaseType": 21,
    "Remarks": "sample string 22",
    "Days": 23,
    "VirtualBankCode": "sample string 24",
    "created_at": "2025-06-01T13:31:29.4188318+08:00",
    "updated_at": "2025-06-01T13:31:29.4188318+08:00"
  },
  "DisplayName": "sample string 3",
  "ServicePhone": "sample string 4",
  "TaxCode": "sample string 5",
  "LessorAddress": "sample string 6",
  "CaseCode": "sample string 7",
  "TenanntCode": "sample string 8",
  "TenantName": "sample string 9",
  "Country": "sample string 10",
  "District": "sample string 11",
  "Address": "sample string 12",
  "OthersDescription": "sample string 13",
  "barcodeType3": "sample string 14",
  "barcodeType3_1": "sample string 15",
  "barcodeType3_2": "sample string 16"
}

application/xml, text/xml

Sample:
<PaymentBillResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuccAttAPI.Models.App">
  <Address>sample string 12</Address>
  <CaseCode>sample string 7</CaseCode>
  <Country>sample string 10</Country>
  <DisplayName>sample string 3</DisplayName>
  <District>sample string 11</District>
  <LessorAddress>sample string 6</LessorAddress>
  <OthersDescription>sample string 13</OthersDescription>
  <ServicePhone>sample string 4</ServicePhone>
  <TaxCode>sample string 5</TaxCode>
  <TenanntCode>sample string 8</TenanntCode>
  <TenantName>sample string 9</TenantName>
  <barcodeType3>sample string 14</barcodeType3>
  <barcodeType3_1>sample string 15</barcodeType3_1>
  <barcodeType3_2>sample string 16</barcodeType3_2>
  <estatePayment>
    <AssociationAmount>9</AssociationAmount>
    <C_ID>6</C_ID>
    <CaseType>21</CaseType>
    <Date>2025-06-01T13:31:29.4188318+08:00</Date>
    <Days>23</Days>
    <DiscID>sample string 3</DiscID>
    <ElecAmount>11</ElecAmount>
    <GasAmount>12</GasAmount>
    <L_ChargeAmount>18</L_ChargeAmount>
    <L_ReceivedAmount>17</L_ReceivedAmount>
    <LessorSubstitute>19</LessorSubstitute>
    <NetAmount>13</NetAmount>
    <OthersAmount>15</OthersAmount>
    <ParkingAmount>14</ParkingAmount>
    <Remarks>sample string 22</Remarks>
    <RentAmount>8</RentAmount>
    <SubjID>sample string 4</SubjID>
    <SusidyAmount>16</SusidyAmount>
    <TotalAmount>7</TotalAmount>
    <Type>20</Type>
    <VirtualBankCode>sample string 24</VirtualBankCode>
    <WaterAmount>10</WaterAmount>
    <compID>sample string 2</compID>
    <created_at>2025-06-01T13:31:29.4188318+08:00</created_at>
    <id>1</id>
    <updated_at>2025-06-01T13:31:29.4188318+08:00</updated_at>
  </estatePayment>
  <message>sample string 2</message>
  <result>true</result>
</PaymentBillResult>