POST api/FWZ/GetPJApplyDetail

获取服务站配件申请明细

请求参数信息

URI 参数

None.

Body 参数

BasePageRequestModel
NameDescriptionTypeAdditional information
keyid

string

None.

querystr

string

None.

pageindex

integer

None.

pagesize

integer

None.

startDate

string

None.

endDate

string

None.

status

string

None.

queryparam

Dictionary of string [key] and string [value]

None.

sign

string

None.

Request Formats

application/json, text/json

Sample:
{
  "keyid": "sample string 1",
  "querystr": "sample string 2",
  "pageindex": 3,
  "pagesize": 4,
  "startDate": "sample string 5",
  "endDate": "sample string 6",
  "status": "sample string 7",
  "queryparam": {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4"
  },
  "sign": "sample string 8"
}

application/xml, text/xml

Sample:
<BasePageRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WLYServices.APIApplication.Models.RequestModel">
  <sign xmlns="http://schemas.datacontract.org/2004/07/WLYServices.APIApplication.Models">sample string 8</sign>
  <endDate>sample string 6</endDate>
  <keyid>sample string 1</keyid>
  <pageindex>3</pageindex>
  <pagesize>4</pagesize>
  <queryparam xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>sample string 1</d2p1:Key>
      <d2p1:Value>sample string 2</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>sample string 3</d2p1:Key>
      <d2p1:Value>sample string 4</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </queryparam>
  <querystr>sample string 2</querystr>
  <startDate>sample string 5</startDate>
  <status>sample string 7</status>
</BasePageRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

接口返回信息

返回信息说明

JMResponseOfViewPageModelOfFWZPJApplyViewModel
NameDescriptionTypeAdditional information
code

string

None.

msg

string

None.

data

ViewPageModelOfFWZPJApplyViewModel

None.

返回数据格式

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "msg": "sample string 2",
  "data": {
    "Total": 1,
    "ModelList": [
      {
        "FId": "sample string 1",
        "Apply_FId": "sample string 2",
        "PJFNumber": "sample string 3",
        "ApplyCount": 4,
        "PJName": "sample string 5",
        "PJModel": "sample string 6",
        "UnitPrice": 7.0,
        "SendCount": 8,
        "ApplyTime": "2026-02-04 21:53:16",
        "ApplyUser": "sample string 10",
        "FStatus": 0,
        "FDescription": "sample string 11",
        "FBillNo": "sample string 12",
        "FWZ_FId": "sample string 13",
        "FWZName": "sample string 14",
        "FWZNumber": "sample string 15",
        "FWZFContactName": "sample string 16",
        "FWZPhone": "sample string 17",
        "FWZAddressDetail": "sample string 18",
        "FTransferQty": 19,
        "FCheckerId": "sample string 20",
        "FCheckTime": "2026-02-04 21:53:16",
        "FCheckMark": true,
        "FCheckRemark": "sample string 21",
        "FCheckStatus": 0,
        "GD_FNumber": "sample string 22"
      },
      {
        "FId": "sample string 1",
        "Apply_FId": "sample string 2",
        "PJFNumber": "sample string 3",
        "ApplyCount": 4,
        "PJName": "sample string 5",
        "PJModel": "sample string 6",
        "UnitPrice": 7.0,
        "SendCount": 8,
        "ApplyTime": "2026-02-04 21:53:16",
        "ApplyUser": "sample string 10",
        "FStatus": 0,
        "FDescription": "sample string 11",
        "FBillNo": "sample string 12",
        "FWZ_FId": "sample string 13",
        "FWZName": "sample string 14",
        "FWZNumber": "sample string 15",
        "FWZFContactName": "sample string 16",
        "FWZPhone": "sample string 17",
        "FWZAddressDetail": "sample string 18",
        "FTransferQty": 19,
        "FCheckerId": "sample string 20",
        "FCheckTime": "2026-02-04 21:53:16",
        "FCheckMark": true,
        "FCheckRemark": "sample string 21",
        "FCheckStatus": 0,
        "GD_FNumber": "sample string 22"
      }
    ],
    "PageIndex": 2,
    "PageSize": 3,
    "PageNum": 1
  }
}

application/xml, text/xml

Sample:
<JMResponseOfViewPageModelOfFWZPJApplyViewModelOfCj3mB_PrIMl6kOh xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WLYServices.APIApplication.Models">
  <code>sample string 1</code>
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/WLYServices.APIApplication.APIHelp">
    <d2p1:ModelList xmlns:d3p1="http://schemas.datacontract.org/2004/07/WLYServices.Domain.ViewModel">
      <d3p1:FWZPJApplyViewModel>
        <d3p1:ApplyCount>4</d3p1:ApplyCount>
        <d3p1:ApplyTime>2026-02-04T21:53:16.2633369+08:00</d3p1:ApplyTime>
        <d3p1:ApplyUser>sample string 10</d3p1:ApplyUser>
        <d3p1:Apply_FId>sample string 2</d3p1:Apply_FId>
        <d3p1:FBillNo>sample string 12</d3p1:FBillNo>
        <d3p1:FCheckMark>true</d3p1:FCheckMark>
        <d3p1:FCheckRemark>sample string 21</d3p1:FCheckRemark>
        <d3p1:FCheckStatus>待提交</d3p1:FCheckStatus>
        <d3p1:FCheckTime>2026-02-04T21:53:16.2633369+08:00</d3p1:FCheckTime>
        <d3p1:FCheckerId>sample string 20</d3p1:FCheckerId>
        <d3p1:FDescription>sample string 11</d3p1:FDescription>
        <d3p1:FId>sample string 1</d3p1:FId>
        <d3p1:FStatus>未发送</d3p1:FStatus>
        <d3p1:FTransferQty>19</d3p1:FTransferQty>
        <d3p1:FWZAddressDetail>sample string 18</d3p1:FWZAddressDetail>
        <d3p1:FWZFContactName>sample string 16</d3p1:FWZFContactName>
        <d3p1:FWZName>sample string 14</d3p1:FWZName>
        <d3p1:FWZNumber>sample string 15</d3p1:FWZNumber>
        <d3p1:FWZPhone>sample string 17</d3p1:FWZPhone>
        <d3p1:FWZ_FId>sample string 13</d3p1:FWZ_FId>
        <d3p1:GD_FNumber>sample string 22</d3p1:GD_FNumber>
        <d3p1:PJFNumber>sample string 3</d3p1:PJFNumber>
        <d3p1:PJModel>sample string 6</d3p1:PJModel>
        <d3p1:PJName>sample string 5</d3p1:PJName>
        <d3p1:SendCount>8</d3p1:SendCount>
        <d3p1:UnitPrice>7</d3p1:UnitPrice>
      </d3p1:FWZPJApplyViewModel>
      <d3p1:FWZPJApplyViewModel>
        <d3p1:ApplyCount>4</d3p1:ApplyCount>
        <d3p1:ApplyTime>2026-02-04T21:53:16.2633369+08:00</d3p1:ApplyTime>
        <d3p1:ApplyUser>sample string 10</d3p1:ApplyUser>
        <d3p1:Apply_FId>sample string 2</d3p1:Apply_FId>
        <d3p1:FBillNo>sample string 12</d3p1:FBillNo>
        <d3p1:FCheckMark>true</d3p1:FCheckMark>
        <d3p1:FCheckRemark>sample string 21</d3p1:FCheckRemark>
        <d3p1:FCheckStatus>待提交</d3p1:FCheckStatus>
        <d3p1:FCheckTime>2026-02-04T21:53:16.2633369+08:00</d3p1:FCheckTime>
        <d3p1:FCheckerId>sample string 20</d3p1:FCheckerId>
        <d3p1:FDescription>sample string 11</d3p1:FDescription>
        <d3p1:FId>sample string 1</d3p1:FId>
        <d3p1:FStatus>未发送</d3p1:FStatus>
        <d3p1:FTransferQty>19</d3p1:FTransferQty>
        <d3p1:FWZAddressDetail>sample string 18</d3p1:FWZAddressDetail>
        <d3p1:FWZFContactName>sample string 16</d3p1:FWZFContactName>
        <d3p1:FWZName>sample string 14</d3p1:FWZName>
        <d3p1:FWZNumber>sample string 15</d3p1:FWZNumber>
        <d3p1:FWZPhone>sample string 17</d3p1:FWZPhone>
        <d3p1:FWZ_FId>sample string 13</d3p1:FWZ_FId>
        <d3p1:GD_FNumber>sample string 22</d3p1:GD_FNumber>
        <d3p1:PJFNumber>sample string 3</d3p1:PJFNumber>
        <d3p1:PJModel>sample string 6</d3p1:PJModel>
        <d3p1:PJName>sample string 5</d3p1:PJName>
        <d3p1:SendCount>8</d3p1:SendCount>
        <d3p1:UnitPrice>7</d3p1:UnitPrice>
      </d3p1:FWZPJApplyViewModel>
    </d2p1:ModelList>
    <d2p1:PageIndex>2</d2p1:PageIndex>
    <d2p1:PageSize>3</d2p1:PageSize>
    <d2p1:Total>1</d2p1:Total>
  </data>
  <msg>sample string 2</msg>
</JMResponseOfViewPageModelOfFWZPJApplyViewModelOfCj3mB_PrIMl6kOh>