POST api/Customer/GetCustomerWithOutStandingBalance
Request Information
URI Parameters
None.
Body Parameters
CustomerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| CustomerCode | string |
None. |
|
| CustomerName | string |
None. |
|
| CustomerType | string |
None. |
|
| Phone | string |
None. |
|
| CompanyId | integer |
None. |
|
| CustomerStatus | string |
None. |
|
| ContactPersonFirstName | string |
None. |
|
| ContactPersonLastName | string |
None. |
|
| CustomerGroupId | integer |
None. |
|
| CustomerTypeId | integer |
None. |
|
| IsTaxApplied | string |
None. |
|
| PrimaryAddressId | integer |
None. |
|
| SecondaryAddressId | integer |
None. |
|
| PaymentTermId | integer |
None. |
|
| ReasonForInactive | string |
None. |
|
| CustomerEmailId | string |
None. |
|
| SocialSecurityNumber | string |
None. |
|
| SalesmanDay | string |
None. |
|
| InvoiceDueDays | integer |
None. |
|
| CreditLimit | decimal number |
None. |
|
| PricingModelId | integer |
None. |
|
| CigarLicenceNumber | string |
None. |
|
| CigaratteLicenceNumber | string |
None. |
|
| FederalLicenceNumber | string |
None. |
|
| FederalExpiryDate | date |
None. |
|
| CustomerBarcode | string |
None. |
|
| EmployeeId | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| FederalEmployerId | string |
None. |
|
| Notes | string |
None. |
|
| CustomerBalance | decimal number |
None. |
|
| AccountNo | string |
None. |
|
| SalesmanId | integer |
None. |
|
| ProductPromotionId | string |
None. |
|
| IssalesTaxApplicable | boolean |
None. |
|
| ExpiryDate | date |
None. |
|
| PricingModelName | string |
None. |
|
| CalculateInterest | boolean |
None. |
|
| SelfCheckoutTax | boolean |
None. |
|
| IsShowDispatchNotes | boolean |
None. |
|
| SendInvoiceEmail | boolean |
None. |
|
| IsOnlineCustomer | boolean |
None. |
|
| ShippingCharge | decimal number |
None. |
|
| ShippingOptionId | integer |
None. |
|
| IsFixed | boolean |
None. |
|
| IsSendInvoiceEmailUponPosting | boolean |
None. |
|
| DBA | string |
None. |
|
| IsCashCustomer | boolean |
None. |
|
| LiquorLicenceNumber | string |
None. |
|
| LiquorLicenceExpiryDate | date |
None. |
|
| CustomerCodeCC | string |
None. |
|
| DrivingLicenceNumber | string |
None. |
|
| DrivingLicenceStateId | integer |
None. |
|
| IsCOD | boolean |
None. |
|
| Boro | string |
None. |
|
| PhoneNo | string |
None. |
|
| FaxNo | string |
None. |
|
| WebSite | string |
None. |
|
| CustAddress | string |
None. |
|
| LastVisit | date |
None. |
|
| ComeBack | date |
None. |
|
| DeliveryTime | string |
None. |
|
| TaxId | string |
None. |
|
| TaxExpirationDate | date |
None. |
|
| Address | Collection of AddressModel |
None. |
|
| CustomerAddress | Collection of CustomerAddressModel |
None. |
|
| EmailTo | string |
None. |
|
| EmailBody | string |
None. |
|
| UserId | string |
None. |
|
| UserAddID | integer |
None. |
|
| Password | string |
None. |
|
| OrderItemList | Collection of OrderItem |
None. |
|
| StateId | integer |
None. |
|
| City | string |
None. |
|
| SelectedCompanyList | Collection of CompanyModel |
None. |
|
| isIncludeMSA | boolean |
None. |
|
| CustomerList | Collection of CustomerModel |
None. |
|
| CustomerGroupList | Collection of CustomerGroupModel |
None. |
|
| IsCustomerList | boolean |
None. |
|
| IsCustomerPortalCred | boolean |
None. |
|
| PendingAmount | decimal number |
None. |
|
| InterestCharged | decimal number |
None. |
|
| CustomerIds | Collection of string |
None. |
|
| TransferAll | boolean |
None. |
|
| ShowNotTransferred | boolean |
None. |
|
| PageSize | integer |
None. |
|
| PageNumber | integer |
None. |
|
| SortBy | string |
None. |
|
| SortType | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| Filter | string |
None. |
|
| FilterType | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |