GET export/sale/ebarimts?branchId={branchId}&startDate={startDate}&endDate={endDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
branchId

globally unique identifier

Required

startDate

date

Required

endDate

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ExportSaleEbarimt
NameDescriptionTypeAdditional information
saleNo

integer

None.

memberName

string

None.

memberPhone

string

None.

date

date

None.

status

integer

None.

deviceType

integer

None.

billType

integer

None.

consumerNo

string

None.

customerTin

string

None.

ebarimtId

globally unique identifier

None.

salePrice

decimal number

None.

salePricePay

decimal number

None.

salePricePaid

decimal number

None.

salePriceEbarimt

decimal number

None.

note

string

None.

createdUser

string

None.

payments

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "saleNo": 1,
    "memberName": "sample string 2",
    "memberPhone": "sample string 3",
    "date": "2026-06-02T02:10:41.4730698+08:00",
    "status": 4,
    "deviceType": 5,
    "billType": 6,
    "consumerNo": "sample string 7",
    "customerTin": "sample string 8",
    "ebarimtId": "74e1c162-b671-4399-99fb-b539be97d81f",
    "salePrice": 9.1,
    "salePricePay": 10.1,
    "salePricePaid": 11.1,
    "salePriceEbarimt": 12.1,
    "note": "sample string 13",
    "createdUser": "sample string 14",
    "payments": "sample string 15"
  },
  {
    "saleNo": 1,
    "memberName": "sample string 2",
    "memberPhone": "sample string 3",
    "date": "2026-06-02T02:10:41.4730698+08:00",
    "status": 4,
    "deviceType": 5,
    "billType": 6,
    "consumerNo": "sample string 7",
    "customerTin": "sample string 8",
    "ebarimtId": "74e1c162-b671-4399-99fb-b539be97d81f",
    "salePrice": 9.1,
    "salePricePay": 10.1,
    "salePricePaid": 11.1,
    "salePriceEbarimt": 12.1,
    "note": "sample string 13",
    "createdUser": "sample string 14",
    "payments": "sample string 15"
  }
]

application/xml, text/xml

Sample:
<ArrayOfExportSaleEbarimt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Careby.Api.Models">
  <ExportSaleEbarimt>
    <billType>6</billType>
    <consumerNo>sample string 7</consumerNo>
    <createdUser>sample string 14</createdUser>
    <customerTin>sample string 8</customerTin>
    <date>2026-06-02T02:10:41.4730698+08:00</date>
    <deviceType>5</deviceType>
    <ebarimtId>74e1c162-b671-4399-99fb-b539be97d81f</ebarimtId>
    <memberName>sample string 2</memberName>
    <memberPhone>sample string 3</memberPhone>
    <note>sample string 13</note>
    <payments>sample string 15</payments>
    <saleNo>1</saleNo>
    <salePrice>9.1</salePrice>
    <salePriceEbarimt>12.1</salePriceEbarimt>
    <salePricePaid>11.1</salePricePaid>
    <salePricePay>10.1</salePricePay>
    <status>4</status>
  </ExportSaleEbarimt>
  <ExportSaleEbarimt>
    <billType>6</billType>
    <consumerNo>sample string 7</consumerNo>
    <createdUser>sample string 14</createdUser>
    <customerTin>sample string 8</customerTin>
    <date>2026-06-02T02:10:41.4730698+08:00</date>
    <deviceType>5</deviceType>
    <ebarimtId>74e1c162-b671-4399-99fb-b539be97d81f</ebarimtId>
    <memberName>sample string 2</memberName>
    <memberPhone>sample string 3</memberPhone>
    <note>sample string 13</note>
    <payments>sample string 15</payments>
    <saleNo>1</saleNo>
    <salePrice>9.1</salePrice>
    <salePriceEbarimt>12.1</salePriceEbarimt>
    <salePricePaid>11.1</salePricePaid>
    <salePricePay>10.1</salePricePay>
    <status>4</status>
  </ExportSaleEbarimt>
</ArrayOfExportSaleEbarimt>