POST api/TaxReimbursement/Update
Request Information
URI Parameters
None.
Body Parameters
EntTgBusinessTaxreimbursement| Name | Description | Type | Additional information | 
|---|---|---|---|
| PassTimeStart | date | None. | |
| PassTimeEnd | date | None. | |
| CurrCn | string | None. | |
| EntryTypeCn | string | None. | |
| RpTypeCn | string | None. | |
| Id | integer | None. | |
| EntryId | string | None. | |
| RpType | string | None. | |
| Invoice | string | None. | |
| Contract | string | None. | |
| Curr | string | None. | |
| Money | decimal number | None. | |
| CreateUser | string | None. | |
| CreateTime | date | None. | |
| UpdateUser | string | None. | |
| UpdateTime | date | None. | |
| PassTime | date | None. | |
| EntryType | string | None. | |
| PageSize | integer | None. | |
| PageIndex | integer | None. | |
| TotalCount | integer | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "passTimeStart": "2025-11-01 02:56:44",
  "passTimeEnd": "2025-11-01 02:56:44",
  "currCn": "sample string 1",
  "entryTypeCn": "sample string 2",
  "rpTypeCn": "sample string 3",
  "id": "4",
  "entryId": "sample string 5",
  "rpType": "sample string 6",
  "invoice": "sample string 7",
  "contract": "sample string 8",
  "curr": "sample string 9",
  "money": 10.0,
  "createUser": "sample string 11",
  "createTime": "2025-11-01 02:56:44",
  "updateUser": "sample string 12",
  "updateTime": "2025-11-01 02:56:44",
  "passTime": "2025-11-01 02:56:44",
  "entryType": "sample string 13",
  "pageSize": 14,
  "pageIndex": 15,
  "totalCount": 16
}
        application/xml, text/xml
            Sample:
        <EntTgBusinessTaxreimbursement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>15</PageIndex> <PageSize>14</PageSize> <TotalCount>16</TotalCount> <Contract>sample string 8</Contract> <CreateTime>2025-11-01T02:56:44.5049672+08:00</CreateTime> <CreateUser>sample string 11</CreateUser> <Curr>sample string 9</Curr> <CurrCn>sample string 1</CurrCn> <EntryId>sample string 5</EntryId> <EntryType>sample string 13</EntryType> <EntryTypeCn>sample string 2</EntryTypeCn> <Id>4</Id> <Invoice>sample string 7</Invoice> <Money>10</Money> <PassTime>2025-11-01T02:56:44.5049672+08:00</PassTime> <PassTimeEnd>2025-11-01T02:56:44.5049672+08:00</PassTimeEnd> <PassTimeStart>2025-11-01T02:56:44.5049672+08:00</PassTimeStart> <RpType>sample string 6</RpType> <RpTypeCn>sample string 3</RpTypeCn> <UpdateTime>2025-11-01T02:56:44.5049672+08:00</UpdateTime> <UpdateUser>sample string 12</UpdateUser> </EntTgBusinessTaxreimbursement>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
ReturnResultOfInt32| Name | 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>