POST api/Tools/RentJournal_Payment_Entry
Request Information
URI Parameters
None.
Body Parameters
RentJournal_PaymentEntry_Inputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| TransactionType | string |
None. |
|
| BranchCodeList | string |
None. |
|
| RentIntlCode | string |
None. |
|
| JVDate | integer |
None. |
|
| MonthYr | integer |
None. |
|
| CentralizedPayment | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"TransactionType": "sample string 4",
"BranchCodeList": "sample string 5",
"RentIntlCode": "sample string 6",
"JVDate": 7,
"MonthYr": 8,
"CentralizedPayment": true
}
application/xml, text/xml
Sample:
<RentJournal_PaymentEntry_Inputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools"> <BranchCodeList>sample string 5</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <CentralizedPayment>true</CentralizedPayment> <DBName>sample string 1</DBName> <JVDate>7</JVDate> <MonthYr>8</MonthYr> <RentIntlCode>sample string 6</RentIntlCode> <TransactionType>sample string 4</TransactionType> <UserInternalCode>sample string 3</UserInternalCode> </RentJournal_PaymentEntry_Inputs>
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. |