POST api/TaxReimbursement/UpdateFileRemark
Request Information
URI Parameters
None.
Body Parameters
EntTgBusinessTaxreimbursementFileName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
EntryId | string |
None. |
|
FileName | string |
None. |
|
FilePath | string |
None. |
|
Remark | string |
None. |
|
CreateUser | string |
None. |
|
CreateTime | date |
None. |
|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "1", "entryId": "sample string 2", "fileName": "sample string 3", "filePath": "sample string 4", "remark": "sample string 5", "createUser": "sample string 6", "createTime": "2024-11-21 16:47:29", "pageSize": 7, "pageIndex": 8, "totalCount": 9 }
application/xml, text/xml
Sample:
<EntTgBusinessTaxreimbursementFile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>8</PageIndex> <PageSize>7</PageSize> <TotalCount>9</TotalCount> <CreateTime>2024-11-21T16:47:29.5721373+08:00</CreateTime> <CreateUser>sample string 6</CreateUser> <EntryId>sample string 2</EntryId> <FileName>sample string 3</FileName> <FilePath>sample string 4</FilePath> <Id>1</Id> <Remark>sample string 5</Remark> </EntTgBusinessTaxreimbursementFile>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfInt32Name | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Success | boolean |
None. |
|
Data | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 1, "success": true, "data": 3, "message": "sample string 4" }
application/xml, text/xml
Sample:
<ReturnResultOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <Data>3</Data> <Message>sample string 4</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfint>