POST api/TaxReimbursement/InsertFile

Request Information

URI Parameters

None.

Body Parameters

EntTgBusinessTaxreimbursementFile
NameDescriptionTypeAdditional 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-10-18 13:03:15",
  "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-10-18T13:03:15.9549569+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

ReturnResultOfInt32
NameDescriptionTypeAdditional 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>