POST api/ApxDms/PartyOutstandingReport

Request Information

URI Parameters

None.

Body Parameters

PartyOutstanding
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

StartDate

integer

None.

EndDate

integer

None.

PartyType

string

None.

PartyCodeList

string

None.

BranchCodeList

string

None.

DocumentTypeList

string

None.

GradeCodeList

string

None.

ProductCategoryList

string

None.

AsOnDate

integer

None.

Use_Current_Status

boolean

None.

Group1Type

string

None.

Group2Type

string

None.

Group3Type

string

None.

Group1Name

string

None.

Group2Name

string

None.

Group3Name

string

None.

ShowCreditLimitDetails

boolean

None.

TypeFilter

string

None.

DocValueFilter

string

None.

StartAmount

string

None.

EndAmount

string

None.

BasedOnPeriod

boolean

None.

ShowSummary

boolean

None.

AgeingReport

boolean

None.

OverdueAgeingReport

boolean

None.

SelectedIntervals

boolean

None.

ShowUnadjustedPayment

boolean

None.

PartyCategoryList

string

None.

ShowFollowUpInfo

boolean

None.

CustomerRefference

boolean

None.

ShowOrderInfo

boolean

None.

ShowMobileNumber

boolean

None.

ShowCustomerName_N_ApprovalInfo

boolean

None.

ShowNotes

boolean

None.

ShowActivePRN

boolean

None.

ShowActiveExpectedCreditNote

boolean

None.

AccountCodeList

string

None.

CityCodeList

string

None.

AccountGropList

string

None.

OrderByPartyCode

boolean

None.

SalespersonCodeList

string

None.

SalespersonVisitScheduleDaysList

string

None.

DealerClassificationList

string

None.

DCATList

string

None.

DecaList

string

None.

ShowAddress

boolean

None.

ShowContactInfo

boolean

None.

ShowPaidUpStockValue

boolean

None.

ShowVirtualOutstanding

boolean

None.

ShowSubtotal

boolean

None.

ShowItemModelDetails

boolean

None.

HasProductCategory

string

None.

FollowUpFromDate

integer

None.

FollowUpToDate

integer

None.

CustomerReferenceCodeList

string

None.

ShowOnlyOverdue

boolean

None.

SpecifiedDueDate

integer

None.

ApplyNextFollowUpDateFilter

boolean

None.

StartInterval1

integer

None.

EndIntervals1

integer

None.

StartInterval2

integer

None.

EndIntervals2

integer

None.

StartInterval3

integer

None.

EndIntervals3

integer

None.

StartInterval4

integer

None.

EndIntervals4

integer

None.

Intervals1

boolean

None.

Intervals2

boolean

None.

Intervals3

boolean

None.

Intervals4

boolean

None.

Intervals5

boolean

None.

Interval5Value

integer

None.

AllPartySelected

boolean

None.

PrintSelectiveBills

boolean

None.

OutstandingAmountFilter

string

None.

MSMERegStatus

string

None.

DownloadReport

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "StartDate": 4,
  "EndDate": 5,
  "PartyType": "sample string 6",
  "PartyCodeList": "sample string 7",
  "BranchCodeList": "sample string 8",
  "DocumentTypeList": "sample string 9",
  "GradeCodeList": "sample string 10",
  "ProductCategoryList": "sample string 11",
  "AsOnDate": 12,
  "Use_Current_Status": true,
  "Group1Type": "sample string 14",
  "Group2Type": "sample string 15",
  "Group3Type": "sample string 16",
  "Group1Name": "sample string 17",
  "Group2Name": "sample string 18",
  "Group3Name": "sample string 19",
  "ShowCreditLimitDetails": true,
  "TypeFilter": "sample string 21",
  "DocValueFilter": "sample string 22",
  "StartAmount": "sample string 23",
  "EndAmount": "sample string 24",
  "BasedOnPeriod": true,
  "ShowSummary": true,
  "AgeingReport": true,
  "OverdueAgeingReport": true,
  "SelectedIntervals": true,
  "ShowUnadjustedPayment": true,
  "PartyCategoryList": "sample string 31",
  "ShowFollowUpInfo": true,
  "CustomerRefference": true,
  "ShowOrderInfo": true,
  "ShowMobileNumber": true,
  "ShowCustomerName_N_ApprovalInfo": true,
  "ShowNotes": true,
  "ShowActivePRN": true,
  "ShowActiveExpectedCreditNote": true,
  "AccountCodeList": "sample string 40",
  "CityCodeList": "sample string 41",
  "AccountGropList": "sample string 42",
  "OrderByPartyCode": true,
  "SalespersonCodeList": "sample string 44",
  "SalespersonVisitScheduleDaysList": "sample string 45",
  "DealerClassificationList": "sample string 46",
  "DCATList": "sample string 47",
  "DecaList": "sample string 48",
  "ShowAddress": true,
  "ShowContactInfo": true,
  "ShowPaidUpStockValue": true,
  "ShowVirtualOutstanding": true,
  "ShowSubtotal": true,
  "ShowItemModelDetails": true,
  "HasProductCategory": "sample string 55",
  "FollowUpFromDate": 56,
  "FollowUpToDate": 57,
  "CustomerReferenceCodeList": "sample string 58",
  "ShowOnlyOverdue": true,
  "SpecifiedDueDate": 60,
  "ApplyNextFollowUpDateFilter": true,
  "StartInterval1": 62,
  "EndIntervals1": 63,
  "StartInterval2": 64,
  "EndIntervals2": 65,
  "StartInterval3": 66,
  "EndIntervals3": 67,
  "StartInterval4": 68,
  "EndIntervals4": 69,
  "Intervals1": true,
  "Intervals2": true,
  "Intervals3": true,
  "Intervals4": true,
  "Intervals5": true,
  "Interval5Value": 75,
  "AllPartySelected": true,
  "PrintSelectiveBills": true,
  "OutstandingAmountFilter": "sample string 78",
  "MSMERegStatus": "sample string 79",
  "DownloadReport": true
}

application/xml, text/xml

Sample:
<PartyOutstanding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <AccountCodeList>sample string 40</AccountCodeList>
  <AccountGropList>sample string 42</AccountGropList>
  <AgeingReport>true</AgeingReport>
  <AllPartySelected>true</AllPartySelected>
  <ApplyNextFollowUpDateFilter>true</ApplyNextFollowUpDateFilter>
  <AsOnDate>12</AsOnDate>
  <BasedOnPeriod>true</BasedOnPeriod>
  <BranchCodeList>sample string 8</BranchCodeList>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <CityCodeList>sample string 41</CityCodeList>
  <CustomerReferenceCodeList>sample string 58</CustomerReferenceCodeList>
  <CustomerRefference>true</CustomerRefference>
  <DBName>sample string 1</DBName>
  <DCATList>sample string 47</DCATList>
  <DealerClassificationList>sample string 46</DealerClassificationList>
  <DecaList>sample string 48</DecaList>
  <DocValueFilter>sample string 22</DocValueFilter>
  <DocumentTypeList>sample string 9</DocumentTypeList>
  <DownloadReport>true</DownloadReport>
  <EndAmount>sample string 24</EndAmount>
  <EndDate>5</EndDate>
  <EndIntervals1>63</EndIntervals1>
  <EndIntervals2>65</EndIntervals2>
  <EndIntervals3>67</EndIntervals3>
  <EndIntervals4>69</EndIntervals4>
  <FollowUpFromDate>56</FollowUpFromDate>
  <FollowUpToDate>57</FollowUpToDate>
  <GradeCodeList>sample string 10</GradeCodeList>
  <Group1Name>sample string 17</Group1Name>
  <Group1Type>sample string 14</Group1Type>
  <Group2Name>sample string 18</Group2Name>
  <Group2Type>sample string 15</Group2Type>
  <Group3Name>sample string 19</Group3Name>
  <Group3Type>sample string 16</Group3Type>
  <HasProductCategory>sample string 55</HasProductCategory>
  <Interval5Value>75</Interval5Value>
  <Intervals1>true</Intervals1>
  <Intervals2>true</Intervals2>
  <Intervals3>true</Intervals3>
  <Intervals4>true</Intervals4>
  <Intervals5>true</Intervals5>
  <MSMERegStatus>sample string 79</MSMERegStatus>
  <OrderByPartyCode>true</OrderByPartyCode>
  <OutstandingAmountFilter>sample string 78</OutstandingAmountFilter>
  <OverdueAgeingReport>true</OverdueAgeingReport>
  <PartyCategoryList>sample string 31</PartyCategoryList>
  <PartyCodeList>sample string 7</PartyCodeList>
  <PartyType>sample string 6</PartyType>
  <PrintSelectiveBills>true</PrintSelectiveBills>
  <ProductCategoryList>sample string 11</ProductCategoryList>
  <SalespersonCodeList>sample string 44</SalespersonCodeList>
  <SalespersonVisitScheduleDaysList>sample string 45</SalespersonVisitScheduleDaysList>
  <SelectedIntervals>true</SelectedIntervals>
  <ShowActiveExpectedCreditNote>true</ShowActiveExpectedCreditNote>
  <ShowActivePRN>true</ShowActivePRN>
  <ShowAddress>true</ShowAddress>
  <ShowContactInfo>true</ShowContactInfo>
  <ShowCreditLimitDetails>true</ShowCreditLimitDetails>
  <ShowCustomerName_N_ApprovalInfo>true</ShowCustomerName_N_ApprovalInfo>
  <ShowFollowUpInfo>true</ShowFollowUpInfo>
  <ShowItemModelDetails>true</ShowItemModelDetails>
  <ShowMobileNumber>true</ShowMobileNumber>
  <ShowNotes>true</ShowNotes>
  <ShowOnlyOverdue>true</ShowOnlyOverdue>
  <ShowOrderInfo>true</ShowOrderInfo>
  <ShowPaidUpStockValue>true</ShowPaidUpStockValue>
  <ShowSubtotal>true</ShowSubtotal>
  <ShowSummary>true</ShowSummary>
  <ShowUnadjustedPayment>true</ShowUnadjustedPayment>
  <ShowVirtualOutstanding>true</ShowVirtualOutstanding>
  <SpecifiedDueDate>60</SpecifiedDueDate>
  <StartAmount>sample string 23</StartAmount>
  <StartDate>4</StartDate>
  <StartInterval1>62</StartInterval1>
  <StartInterval2>64</StartInterval2>
  <StartInterval3>66</StartInterval3>
  <StartInterval4>68</StartInterval4>
  <TypeFilter>sample string 21</TypeFilter>
  <Use_Current_Status>true</Use_Current_Status>
  <UserInternalCode>sample string 3</UserInternalCode>
</PartyOutstanding>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.