POST api/Report/InvoiceDeductionReconsilationDetails
Request Information
URI Parameters
None.
Body Parameters
InvoiceDeductionReconsilationName | Description | Type | Additional information |
---|---|---|---|
DBName | string |
None. |
|
BranchInternalCode | string |
None. |
|
UserInternalCode | string |
None. |
|
Period_R_Until | decimal number |
None. |
|
BranchCodeList | string |
None. |
|
DeductionType | string |
None. |
|
DeductionCode | string |
None. |
|
StartDate | integer |
None. |
|
EndDate | integer |
None. |
|
DownloadReport | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "DBName": "sample string 1", "BranchInternalCode": "sample string 2", "UserInternalCode": "sample string 3", "Period_R_Until": 4.1, "BranchCodeList": "sample string 5", "DeductionType": "sample string 6", "DeductionCode": "sample string 7", "StartDate": 8, "EndDate": 9, "DownloadReport": true }
application/xml, text/xml
Sample:
<InvoiceDeductionReconsilation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <BranchCodeList>sample string 5</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <DBName>sample string 1</DBName> <DeductionCode>sample string 7</DeductionCode> <DeductionType>sample string 6</DeductionType> <DownloadReport>true</DownloadReport> <EndDate>9</EndDate> <Period_R_Until>4.1</Period_R_Until> <StartDate>8</StartDate> <UserInternalCode>sample string 3</UserInternalCode> </InvoiceDeductionReconsilation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |