POST api/bmarginMoney/queryattachment

Request Information

URI Parameters

None.

Body Parameters

EntTgMarginMoneyAttachment
NameDescriptionTypeAdditional information
Id

integer

None.

HeadId

integer

None.

AttacthmentPath

string

None.

CreateUser

string

None.

CreateTime

date

None.

Description

string

None.

PageSize

integer

None.

PageIndex

integer

None.

TotalCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "headId": 2,
  "attacthmentPath": "sample string 3",
  "createUser": "sample string 4",
  "createTime": "2024-10-19 09:34:07",
  "description": "sample string 5",
  "pageSize": 6,
  "pageIndex": 7,
  "totalCount": 8
}

application/xml, text/xml

Sample:
<EntTgMarginMoneyAttachment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
  <PageIndex>7</PageIndex>
  <PageSize>6</PageSize>
  <TotalCount>8</TotalCount>
  <AttacthmentPath>sample string 3</AttacthmentPath>
  <CreateTime>2024-10-19T09:34:07.8905502+08:00</CreateTime>
  <CreateUser>sample string 4</CreateUser>
  <Description>sample string 5</Description>
  <HeadId>2</HeadId>
  <Id>1</Id>
</EntTgMarginMoneyAttachment>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ReturnResultOfPagedResultOfEntTgMarginMoneyAttachment
NameDescriptionTypeAdditional information
Status

integer

None.

Success

boolean

None.

Data

PagedResultOfEntTgMarginMoneyAttachment

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 1,
  "success": true,
  "data": {
    "totalCount": 1,
    "items": [
      {
        "id": 1,
        "headId": 2,
        "attacthmentPath": "sample string 3",
        "createUser": "sample string 4",
        "createTime": "2024-10-19 09:34:07",
        "description": "sample string 5",
        "pageSize": 6,
        "pageIndex": 7,
        "totalCount": 8
      },
      {
        "id": 1,
        "headId": 2,
        "attacthmentPath": "sample string 3",
        "createUser": "sample string 4",
        "createTime": "2024-10-19 09:34:07",
        "description": "sample string 5",
        "pageSize": 6,
        "pageIndex": 7,
        "totalCount": 8
      }
    ]
  },
  "message": "sample string 3"
}

application/xml, text/xml

Sample:
<ReturnResultOfPagedResultOfEntTgMarginMoneyAttachmentJWrFJ9jlDN9A7J8d xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models">
    <d2p1:items>
      <EntTgMarginMoneyAttachment>
        <PageIndex>7</PageIndex>
        <PageSize>6</PageSize>
        <TotalCount>8</TotalCount>
        <AttacthmentPath>sample string 3</AttacthmentPath>
        <CreateTime>2024-10-19T09:34:07.9374204+08:00</CreateTime>
        <CreateUser>sample string 4</CreateUser>
        <Description>sample string 5</Description>
        <HeadId>2</HeadId>
        <Id>1</Id>
      </EntTgMarginMoneyAttachment>
      <EntTgMarginMoneyAttachment>
        <PageIndex>7</PageIndex>
        <PageSize>6</PageSize>
        <TotalCount>8</TotalCount>
        <AttacthmentPath>sample string 3</AttacthmentPath>
        <CreateTime>2024-10-19T09:34:07.9374204+08:00</CreateTime>
        <CreateUser>sample string 4</CreateUser>
        <Description>sample string 5</Description>
        <HeadId>2</HeadId>
        <Id>1</Id>
      </EntTgMarginMoneyAttachment>
    </d2p1:items>
    <d2p1:totalCount>1</d2p1:totalCount>
  </Data>
  <Message>sample string 3</Message>
  <Status>1</Status>
  <Success>true</Success>
</ReturnResultOfPagedResultOfEntTgMarginMoneyAttachmentJWrFJ9jlDN9A7J8d>