GET api/charging/intl/sales/{start}/{end}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
start | string |
Required |
|
end | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetInternationalTransactionReport_ResultName | Description | Type | Additional information |
---|---|---|---|
txtName | string |
None. |
|
intIdPerson | integer |
None. |
|
intAmountDeducted | decimal number |
None. |
|
intPurchaseType | integer |
None. |
|
dteDeducted | date |
None. |
|
txtComments | string |
None. |
|
txtPhone | string |
None. |
|
txtPlan | string |
None. |
|
bitTest | boolean |
None. |
|
bitRefund | boolean |
None. |
|
txtICCID | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "txtName": "sample string 1", "intIdPerson": 2, "intAmountDeducted": 3.0, "intPurchaseType": 4, "dteDeducted": "2024-11-16T18:30:11.4832512-03:00", "txtComments": "sample string 6", "txtPhone": "sample string 7", "txtPlan": "sample string 8", "bitTest": true, "bitRefund": true, "txtICCID": "sample string 9" }, { "txtName": "sample string 1", "intIdPerson": 2, "intAmountDeducted": 3.0, "intPurchaseType": 4, "dteDeducted": "2024-11-16T18:30:11.4832512-03:00", "txtComments": "sample string 6", "txtPhone": "sample string 7", "txtPlan": "sample string 8", "bitTest": true, "bitRefund": true, "txtICCID": "sample string 9" } ]
text/html
Sample:
[{"txtName":"sample string 1","intIdPerson":2,"intAmountDeducted":3.0,"intPurchaseType":4,"dteDeducted":"2024-11-16T18:30:11.4832512-03:00","txtComments":"sample string 6","txtPhone":"sample string 7","txtPlan":"sample string 8","bitTest":true,"bitRefund":true,"txtICCID":"sample string 9"},{"txtName":"sample string 1","intIdPerson":2,"intAmountDeducted":3.0,"intPurchaseType":4,"dteDeducted":"2024-11-16T18:30:11.4832512-03:00","txtComments":"sample string 6","txtPhone":"sample string 7","txtPlan":"sample string 8","bitTest":true,"bitRefund":true,"txtICCID":"sample string 9"}]
application/xml, text/xml
Sample:
<ArrayOfGetInternationalTransactionReport_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FoneClube.DataAccess"> <GetInternationalTransactionReport_Result> <bitRefund>true</bitRefund> <bitTest>true</bitTest> <dteDeducted>2024-11-16T18:30:11.4832512-03:00</dteDeducted> <intAmountDeducted>3</intAmountDeducted> <intIdPerson>2</intIdPerson> <intPurchaseType>4</intPurchaseType> <txtComments>sample string 6</txtComments> <txtICCID>sample string 9</txtICCID> <txtName>sample string 1</txtName> <txtPhone>sample string 7</txtPhone> <txtPlan>sample string 8</txtPlan> </GetInternationalTransactionReport_Result> <GetInternationalTransactionReport_Result> <bitRefund>true</bitRefund> <bitTest>true</bitTest> <dteDeducted>2024-11-16T18:30:11.4832512-03:00</dteDeducted> <intAmountDeducted>3</intAmountDeducted> <intIdPerson>2</intIdPerson> <intPurchaseType>4</intPurchaseType> <txtComments>sample string 6</txtComments> <txtICCID>sample string 9</txtICCID> <txtName>sample string 1</txtName> <txtPhone>sample string 7</txtPhone> <txtPlan>sample string 8</txtPlan> </GetInternationalTransactionReport_Result> </ArrayOfGetInternationalTransactionReport_Result>