POST api/Customer/GetCustomerAttachmentsByFilter
Request Information
URI Parameters
None.
Body Parameters
FilterRequestModelName | Description | Type | Additional information |
---|---|---|---|
ProductID | integer |
None. |
|
ProductVariantID | integer |
None. |
|
UserID | integer |
None. |
|
SubCategoryID | integer |
None. |
|
CashRegisterID | integer |
None. |
|
OutletID | integer |
None. |
|
CustomerID | integer |
None. |
|
ClientAddressID | integer |
None. |
|
BrandID | integer |
None. |
|
ColorID | integer |
None. |
|
SeriesID | integer |
None. |
|
BrandTypeID | integer |
None. |
|
SizeID | integer |
None. |
|
ConnecterTypeID | integer |
None. |
|
PackagingID | integer |
None. |
|
PowerID | integer |
None. |
|
PrintID | integer |
None. |
|
CapacityID | integer |
None. |
|
QualityLabelID | integer |
None. |
|
ToDate | date |
None. |
|
FromDate | date |
None. |
|
PageSize | integer |
None. |
|
PageNo | integer |
None. |
|
IsGetAll | boolean |
None. |
|
Status | integer |
None. |
|
ByCustomer | boolean |
None. |
|
DayOfWeekID | integer |
None. |
|
AreaID | integer |
None. |
|
ID | integer |
None. |
|
ByUser | boolean |
None. |
|
IsForGraph | boolean |
None. |
|
IsAppRequest | boolean |
None. |
|
Customer | string |
None. |
|
Product | string |
None. |
|
IsReceived | boolean |
None. |
|
IsIncomingOrder | boolean |
None. |
|
PermissionLevel | integer |
None. |
|
Type | integer |
None. |
|
IsAproved | boolean |
None. |
|
IsPurchased | boolean |
None. |
|
EmailAddress | string |
None. |
|
ContactNo | string |
None. |
|
ColumnName | string |
None. |
|
IsOrderBySearch | boolean |
None. |
|
IsColumnSearch | boolean |
None. |
|
IsOrderByAccending | boolean |
None. |
|
IsImageAttached | boolean |
None. |
|
ResellerID | integer |
None. |
|
IsReseller | boolean |
None. |
|
RequestedUserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductID": 1, "ProductVariantID": 1, "UserID": 1, "SubCategoryID": 1, "CashRegisterID": 1, "OutletID": 1, "CustomerID": 1, "ClientAddressID": 1, "BrandID": 1, "ColorID": 1, "SeriesID": 1, "BrandTypeID": 1, "SizeID": 1, "ConnecterTypeID": 1, "PackagingID": 1, "PowerID": 1, "PrintID": 1, "CapacityID": 1, "QualityLabelID": 1, "ToDate": "2025-01-22T20:46:08.8081848-06:00", "FromDate": "2025-01-22T20:46:08.8081848-06:00", "PageSize": 3, "PageNo": 4, "IsGetAll": true, "Status": 1, "ByCustomer": true, "DayOfWeekID": 7, "AreaID": 1, "ID": 1, "ByUser": true, "IsForGraph": true, "IsAppRequest": true, "Customer": "sample string 11", "Product": "sample string 12", "IsReceived": true, "IsIncomingOrder": true, "PermissionLevel": 1, "Type": 1, "IsAproved": true, "IsPurchased": true, "EmailAddress": "sample string 15", "ContactNo": "sample string 16", "ColumnName": "sample string 17", "IsOrderBySearch": true, "IsColumnSearch": true, "IsOrderByAccending": true, "IsImageAttached": true, "ResellerID": 1, "IsReseller": true, "RequestedUserID": 1 }
application/xml, text/xml
Sample:
<FilterRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POS.DTO.DataModel"> <RequestedUserID xmlns="http://schemas.datacontract.org/2004/07/POS.DTO.Request">1</RequestedUserID> <AreaID>1</AreaID> <BrandID>1</BrandID> <BrandTypeID>1</BrandTypeID> <ByCustomer>true</ByCustomer> <ByUser>true</ByUser> <CapacityID>1</CapacityID> <CashRegisterID>1</CashRegisterID> <ClientAddressID>1</ClientAddressID> <ColorID>1</ColorID> <ColumnName>sample string 17</ColumnName> <ConnecterTypeID>1</ConnecterTypeID> <ContactNo>sample string 16</ContactNo> <Customer>sample string 11</Customer> <CustomerID>1</CustomerID> <DayOfWeekID>7</DayOfWeekID> <EmailAddress>sample string 15</EmailAddress> <FromDate>2025-01-22T20:46:08.8081848-06:00</FromDate> <ID>1</ID> <IsAppRequest>true</IsAppRequest> <IsAproved>true</IsAproved> <IsColumnSearch>true</IsColumnSearch> <IsForGraph>true</IsForGraph> <IsGetAll>true</IsGetAll> <IsImageAttached>true</IsImageAttached> <IsIncomingOrder>true</IsIncomingOrder> <IsOrderByAccending>true</IsOrderByAccending> <IsOrderBySearch>true</IsOrderBySearch> <IsPurchased>true</IsPurchased> <IsReceived>true</IsReceived> <IsReseller>true</IsReseller> <OutletID>1</OutletID> <PackagingID>1</PackagingID> <PageNo>4</PageNo> <PageSize>3</PageSize> <PermissionLevel>1</PermissionLevel> <PowerID>1</PowerID> <PrintID>1</PrintID> <Product>sample string 12</Product> <ProductID>1</ProductID> <ProductVariantID>1</ProductVariantID> <QualityLabelID>1</QualityLabelID> <ResellerID>1</ResellerID> <SeriesID>1</SeriesID> <SizeID>1</SizeID> <Status>1</Status> <SubCategoryID>1</SubCategoryID> <ToDate>2025-01-22T20:46:08.8081848-06:00</ToDate> <Type>1</Type> <UserID>1</UserID> </FilterRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetTransactionListResponseName | Description | Type | Additional information |
---|---|---|---|
CurrentBalance | decimal number |
None. |
|
PreviousBalance | decimal number |
None. |
|
AllTransactionList | Collection of TransactionModel |
None. |
|
ResponseCode | integer |
None. |
|
ResponseText | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "CurrentBalance": 1.0, "PreviousBalance": 1.0, "AllTransactionList": [ { "ID": 1, "dDebit": 1.0, "dCredit": 1.0, "CurrentBalance": 1.0, "CurrentBalanceFC": 1.0, "dDebitFC": 1.0, "dCreditFC": 1.0, "CurrentExchangeRate": 1.0, "ExchangeRate": "sample string 2", "AccountID": 1, "CreatedAt": "2025-01-22T20:46:08.8081848-06:00", "CreatedByUserID": 1, "sNarration": "sample string 3", "CashRegisterHistoryID": 1, "SupplierID": 1, "CustomerID": 1, "UserID": 1, "ExpenseTypeID": 1, "PurchaseID": 1, "IsTraceable": true, "IsReversed": true, "SaleID": 1, "CustomerPaymentExtraDetailID": 1, "ReversedPaymentID": 1, "CashRegisterHistory": "sample string 4", "Customer": "sample string 5", "ExpenseType": "sample string 6", "Sale": "sample string 7", "Supplier": "sample string 8", "User": "sample string 9", "Attachment": "sample string 10", "Remarks": "sample string 11" }, { "ID": 1, "dDebit": 1.0, "dCredit": 1.0, "CurrentBalance": 1.0, "CurrentBalanceFC": 1.0, "dDebitFC": 1.0, "dCreditFC": 1.0, "CurrentExchangeRate": 1.0, "ExchangeRate": "sample string 2", "AccountID": 1, "CreatedAt": "2025-01-22T20:46:08.8081848-06:00", "CreatedByUserID": 1, "sNarration": "sample string 3", "CashRegisterHistoryID": 1, "SupplierID": 1, "CustomerID": 1, "UserID": 1, "ExpenseTypeID": 1, "PurchaseID": 1, "IsTraceable": true, "IsReversed": true, "SaleID": 1, "CustomerPaymentExtraDetailID": 1, "ReversedPaymentID": 1, "CashRegisterHistory": "sample string 4", "Customer": "sample string 5", "ExpenseType": "sample string 6", "Sale": "sample string 7", "Supplier": "sample string 8", "User": "sample string 9", "Attachment": "sample string 10", "Remarks": "sample string 11" } ], "ResponseCode": 1, "ResponseText": "sample string 2" }
application/xml, text/xml
Sample:
<GetTransactionListResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POS.DTO.Response"> <ResponseCode xmlns="http://schemas.datacontract.org/2004/07/POS.DTO.DataModel">1</ResponseCode> <ResponseText xmlns="http://schemas.datacontract.org/2004/07/POS.DTO.DataModel">sample string 2</ResponseText> <AllTransactionList xmlns:d2p1="http://schemas.datacontract.org/2004/07/POS.DTO.DataModel"> <d2p1:TransactionModel> <d2p1:AccountID>1</d2p1:AccountID> <d2p1:Attachment>sample string 10</d2p1:Attachment> <d2p1:CashRegisterHistory>sample string 4</d2p1:CashRegisterHistory> <d2p1:CashRegisterHistoryID>1</d2p1:CashRegisterHistoryID> <d2p1:CreatedAt>2025-01-22T20:46:08.8081848-06:00</d2p1:CreatedAt> <d2p1:CreatedByUserID>1</d2p1:CreatedByUserID> <d2p1:CurrentBalance>1</d2p1:CurrentBalance> <d2p1:CurrentBalanceFC>1</d2p1:CurrentBalanceFC> <d2p1:CurrentExchangeRate>1</d2p1:CurrentExchangeRate> <d2p1:Customer>sample string 5</d2p1:Customer> <d2p1:CustomerID>1</d2p1:CustomerID> <d2p1:CustomerPaymentExtraDetailID>1</d2p1:CustomerPaymentExtraDetailID> <d2p1:ExchangeRate>sample string 2</d2p1:ExchangeRate> <d2p1:ExpenseType>sample string 6</d2p1:ExpenseType> <d2p1:ExpenseTypeID>1</d2p1:ExpenseTypeID> <d2p1:ID>1</d2p1:ID> <d2p1:IsReversed>true</d2p1:IsReversed> <d2p1:IsTraceable>true</d2p1:IsTraceable> <d2p1:PurchaseID>1</d2p1:PurchaseID> <d2p1:Remarks>sample string 11</d2p1:Remarks> <d2p1:ReversedPaymentID>1</d2p1:ReversedPaymentID> <d2p1:Sale>sample string 7</d2p1:Sale> <d2p1:SaleID>1</d2p1:SaleID> <d2p1:Supplier>sample string 8</d2p1:Supplier> <d2p1:SupplierID>1</d2p1:SupplierID> <d2p1:User>sample string 9</d2p1:User> <d2p1:UserID>1</d2p1:UserID> <d2p1:dCredit>1</d2p1:dCredit> <d2p1:dCreditFC>1</d2p1:dCreditFC> <d2p1:dDebit>1</d2p1:dDebit> <d2p1:dDebitFC>1</d2p1:dDebitFC> <d2p1:sNarration>sample string 3</d2p1:sNarration> </d2p1:TransactionModel> <d2p1:TransactionModel> <d2p1:AccountID>1</d2p1:AccountID> <d2p1:Attachment>sample string 10</d2p1:Attachment> <d2p1:CashRegisterHistory>sample string 4</d2p1:CashRegisterHistory> <d2p1:CashRegisterHistoryID>1</d2p1:CashRegisterHistoryID> <d2p1:CreatedAt>2025-01-22T20:46:08.8081848-06:00</d2p1:CreatedAt> <d2p1:CreatedByUserID>1</d2p1:CreatedByUserID> <d2p1:CurrentBalance>1</d2p1:CurrentBalance> <d2p1:CurrentBalanceFC>1</d2p1:CurrentBalanceFC> <d2p1:CurrentExchangeRate>1</d2p1:CurrentExchangeRate> <d2p1:Customer>sample string 5</d2p1:Customer> <d2p1:CustomerID>1</d2p1:CustomerID> <d2p1:CustomerPaymentExtraDetailID>1</d2p1:CustomerPaymentExtraDetailID> <d2p1:ExchangeRate>sample string 2</d2p1:ExchangeRate> <d2p1:ExpenseType>sample string 6</d2p1:ExpenseType> <d2p1:ExpenseTypeID>1</d2p1:ExpenseTypeID> <d2p1:ID>1</d2p1:ID> <d2p1:IsReversed>true</d2p1:IsReversed> <d2p1:IsTraceable>true</d2p1:IsTraceable> <d2p1:PurchaseID>1</d2p1:PurchaseID> <d2p1:Remarks>sample string 11</d2p1:Remarks> <d2p1:ReversedPaymentID>1</d2p1:ReversedPaymentID> <d2p1:Sale>sample string 7</d2p1:Sale> <d2p1:SaleID>1</d2p1:SaleID> <d2p1:Supplier>sample string 8</d2p1:Supplier> <d2p1:SupplierID>1</d2p1:SupplierID> <d2p1:User>sample string 9</d2p1:User> <d2p1:UserID>1</d2p1:UserID> <d2p1:dCredit>1</d2p1:dCredit> <d2p1:dCreditFC>1</d2p1:dCreditFC> <d2p1:dDebit>1</d2p1:dDebit> <d2p1:dDebitFC>1</d2p1:dDebitFC> <d2p1:sNarration>sample string 3</d2p1:sNarration> </d2p1:TransactionModel> </AllTransactionList> <CurrentBalance>1</CurrentBalance> <PreviousBalance>1</PreviousBalance> </GetTransactionListResponse>