POST api/modifyanddelete/add

Request Information

URI Parameters

None.

Body Parameters

EntTgBusinessModifyanddelete
NameDescriptionTypeAdditional information
OperateTypeCN

string

None.

ID

integer

None.

OprateType

string

None.

CustomerCode

string

None.

EntryId

string

None.

EntryIdHg

string

None.

ReasonDesr

string

None.

PersonLiable

string

None.

Remark

string

None.

CreateTime

date

None.

CreateUser

string

None.

UpdateTime

date

None.

UpdateUser

string

None.

modifyType

string

None.

PageSize

integer

None.

PageIndex

integer

None.

TotalCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "operateTypeCN": "sample string 2",
  "id": "1",
  "oprateType": "sample string 2",
  "customerCode": "sample string 3",
  "entryId": "sample string 4",
  "entryIdHg": "sample string 5",
  "reasonDesr": "sample string 6",
  "personLiable": "sample string 7",
  "remark": "sample string 8",
  "createTime": "2024-10-19 05:43:43",
  "createUser": "sample string 9",
  "updateTime": "2024-10-19 05:43:43",
  "updateUser": "sample string 10",
  "modifyType": "sample string 11",
  "pageSize": 12,
  "pageIndex": 13,
  "totalCount": 14
}

application/xml, text/xml

Sample:
<EntTgBusinessModifyanddelete xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
  <PageIndex>13</PageIndex>
  <PageSize>12</PageSize>
  <TotalCount>14</TotalCount>
  <CreateTime>2024-10-19T05:43:43.4400956+08:00</CreateTime>
  <CreateUser>sample string 9</CreateUser>
  <CustomerCode>sample string 3</CustomerCode>
  <EntryId>sample string 4</EntryId>
  <EntryIdHg>sample string 5</EntryIdHg>
  <ID>1</ID>
  <OprateType>sample string 2</OprateType>
  <PersonLiable>sample string 7</PersonLiable>
  <ReasonDesr>sample string 6</ReasonDesr>
  <Remark>sample string 8</Remark>
  <UpdateTime>2024-10-19T05:43:43.4400956+08:00</UpdateTime>
  <UpdateUser>sample string 10</UpdateUser>
  <modifyType>sample string 11</modifyType>
</EntTgBusinessModifyanddelete>

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>