GET api/Visits/GetCustPackageEmployee4Debit?pLineCode={pLineCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pLineCode | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustPackageEmployee4DebitName | Description | Type | Additional information |
---|---|---|---|
custPackageEmployee4Debit_num | integer |
None. |
|
custPackageEmployee_num | integer |
Required |
|
package_num | integer |
None. |
|
EmployeeOper | integer |
None. |
|
function_code | integer |
None. |
|
firstEnter_code | integer |
None. |
|
debit_line_code | integer |
None. |
|
fromDate | date |
None. |
|
toDate | date |
None. |
|
status | string |
Matching regular expression pattern: ^[yn]{1}$ String length: inclusive between 0 and 1 |
|
reasonStatus_code | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "custPackageEmployee4Debit_num": 1, "custPackageEmployee_num": 2, "package_num": 1, "EmployeeOper": 1, "function_code": 1, "firstEnter_code": 1, "debit_line_code": 1, "fromDate": "2024-11-21T11:49:37.8342037+02:00", "toDate": "2024-11-21T11:49:37.8342037+02:00", "status": "sample string 3", "reasonStatus_code": 1 }, { "custPackageEmployee4Debit_num": 1, "custPackageEmployee_num": 2, "package_num": 1, "EmployeeOper": 1, "function_code": 1, "firstEnter_code": 1, "debit_line_code": 1, "fromDate": "2024-11-21T11:49:37.8342037+02:00", "toDate": "2024-11-21T11:49:37.8342037+02:00", "status": "sample string 3", "reasonStatus_code": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfCustPackageEmployee4Debit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog"> <CustPackageEmployee4Debit> <EmployeeOper>1</EmployeeOper> <custPackageEmployee4Debit_num>1</custPackageEmployee4Debit_num> <custPackageEmployee_num>2</custPackageEmployee_num> <debit_line_code>1</debit_line_code> <firstEnter_code>1</firstEnter_code> <fromDate>2024-11-21T11:49:37.8342037+02:00</fromDate> <function_code>1</function_code> <package_num>1</package_num> <reasonStatus_code>1</reasonStatus_code> <status>sample string 3</status> <toDate>2024-11-21T11:49:37.8342037+02:00</toDate> </CustPackageEmployee4Debit> <CustPackageEmployee4Debit> <EmployeeOper>1</EmployeeOper> <custPackageEmployee4Debit_num>1</custPackageEmployee4Debit_num> <custPackageEmployee_num>2</custPackageEmployee_num> <debit_line_code>1</debit_line_code> <firstEnter_code>1</firstEnter_code> <fromDate>2024-11-21T11:49:37.8342037+02:00</fromDate> <function_code>1</function_code> <package_num>1</package_num> <reasonStatus_code>1</reasonStatus_code> <status>sample string 3</status> <toDate>2024-11-21T11:49:37.8342037+02:00</toDate> </CustPackageEmployee4Debit> </ArrayOfCustPackageEmployee4Debit>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.