GET api/CaseSys/FA_JYZC/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FA_JYZCName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
ZTH | integer |
None. |
|
ZCDate | date |
None. |
|
ProjectID | integer |
None. |
|
JE | decimal number |
None. |
|
DebitCredit | integer |
None. |
|
VoucherNo | string |
None. |
|
Abstract | string |
None. |
|
FYSSR | string |
None. |
|
Detailed | string |
None. |
|
PMID | integer |
None. |
|
OperatingUser | integer |
None. |
|
Del | boolean |
None. |
|
Remarks | string |
None. |
|
Posting | boolean |
None. |
|
ASID | integer |
None. |
|
Auditor | integer |
None. |
|
AuditTime | date |
None. |
|
Bookkeeper | integer |
None. |
|
DataSource | string |
None. |
|
DSID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "ZTH": 2, "ZCDate": "2024-11-21T17:34:02.668125+08:00", "ProjectID": 4, "JE": 5.0, "DebitCredit": 1, "VoucherNo": "sample string 6", "Abstract": "sample string 7", "FYSSR": "sample string 8", "Detailed": "sample string 9", "PMID": 1, "OperatingUser": 1, "Del": true, "Remarks": "sample string 10", "Posting": true, "ASID": 1, "Auditor": 1, "AuditTime": "2024-11-21T17:34:02.668125+08:00", "Bookkeeper": 1, "DataSource": "sample string 11", "DSID": 1 }
application/xml, text/xml
Sample:
<FA_JYZC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SunOAWebAPI.Areas.CaseSys.Data"> <ASID>1</ASID> <Abstract>sample string 7</Abstract> <AuditTime>2024-11-21T17:34:02.668125+08:00</AuditTime> <Auditor>1</Auditor> <Bookkeeper>1</Bookkeeper> <DSID>1</DSID> <DataSource>sample string 11</DataSource> <DebitCredit>1</DebitCredit> <Del>true</Del> <Detailed>sample string 9</Detailed> <FYSSR>sample string 8</FYSSR> <ID>1</ID> <JE>5</JE> <OperatingUser>1</OperatingUser> <PMID>1</PMID> <Posting>true</Posting> <ProjectID>4</ProjectID> <Remarks>sample string 10</Remarks> <VoucherNo>sample string 6</VoucherNo> <ZCDate>2024-11-21T17:34:02.668125+08:00</ZCDate> <ZTH>2</ZTH> </FA_JYZC>