POST api/Tools/BuildCreditNoteExpectedTobeIssuedList
Request Information
URI Parameters
None.
Body Parameters
CreditNoteExpectedTobeIssuedListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| PartyType | string |
None. |
|
| PartyCodeList | string |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| Category | string |
None. |
|
| ProductCategory | string |
None. |
|
| Status | string |
None. |
|
| BasedOnPeriod | boolean |
None. |
|
| TransactionType | string |
None. |
|
| DownloadReport | boolean |
None. |
|
| ProcessedFor | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"PartyType": "sample string 4",
"PartyCodeList": "sample string 5",
"StartDate": 6,
"EndDate": 7,
"Category": "sample string 8",
"ProductCategory": "sample string 9",
"Status": "sample string 10",
"BasedOnPeriod": true,
"TransactionType": "sample string 12",
"DownloadReport": true,
"ProcessedFor": "sample string 14"
}
application/xml, text/xml
Sample:
<CreditNoteExpectedTobeIssuedListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools"> <BasedOnPeriod>true</BasedOnPeriod> <BranchInternalCode>sample string 2</BranchInternalCode> <Category>sample string 8</Category> <DBName>sample string 1</DBName> <DownloadReport>true</DownloadReport> <EndDate>7</EndDate> <PartyCodeList>sample string 5</PartyCodeList> <PartyType>sample string 4</PartyType> <ProcessedFor>sample string 14</ProcessedFor> <ProductCategory>sample string 9</ProductCategory> <StartDate>6</StartDate> <Status>sample string 10</Status> <TransactionType>sample string 12</TransactionType> <UserInternalCode>sample string 3</UserInternalCode> </CreditNoteExpectedTobeIssuedListInput>
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. |