POST api/JXS/GetPJApplyList

获取配件调配信息

请求参数信息

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.

接口返回信息

返回信息说明

JMResponseOfViewPageModelOfFWZ_PJ_ApplyEntity
NameDescriptionTypeAdditional information
code

string

None.

msg

string

None.

data

ViewPageModelOfFWZ_PJ_ApplyEntity

None.

返回数据格式

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "msg": "sample string 2",
  "data": {
    "Total": 1,
    "ModelList": [
      {
        "FId": "sample string 1",
        "FWZ_FId": "sample string 2",
        "FBillNo": "sample string 3",
        "ApplyTime": "2026-02-04 21:54:21",
        "ApplyUser": "sample string 5",
        "FStatus": 0,
        "ConfirmTime": "2026-02-04 21:54:21",
        "ConfirmUserId": "sample string 6",
        "FDeleteMark": true,
        "FEnabledMark": true,
        "FDescription": "sample string 7",
        "FCreatorTime": "2026-02-04 21:54:21",
        "FCreatorUserId": "sample string 8",
        "FLastModifyTime": "2026-02-04 21:54:21",
        "FLastModifyUserId": "sample string 9",
        "FDeleteTime": "2026-02-04 21:54:21",
        "FDeleteUserId": "sample string 10",
        "GD_FNumber": "sample string 11"
      },
      {
        "FId": "sample string 1",
        "FWZ_FId": "sample string 2",
        "FBillNo": "sample string 3",
        "ApplyTime": "2026-02-04 21:54:21",
        "ApplyUser": "sample string 5",
        "FStatus": 0,
        "ConfirmTime": "2026-02-04 21:54:21",
        "ConfirmUserId": "sample string 6",
        "FDeleteMark": true,
        "FEnabledMark": true,
        "FDescription": "sample string 7",
        "FCreatorTime": "2026-02-04 21:54:21",
        "FCreatorUserId": "sample string 8",
        "FLastModifyTime": "2026-02-04 21:54:21",
        "FLastModifyUserId": "sample string 9",
        "FDeleteTime": "2026-02-04 21:54:21",
        "FDeleteUserId": "sample string 10",
        "GD_FNumber": "sample string 11"
      }
    ],
    "PageIndex": 2,
    "PageSize": 3,
    "PageNum": 1
  }
}

application/xml, text/xml

Sample:
<JMResponseOfViewPageModelOfFWZ_PJ_ApplyEntitySatL5eQ_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._03_Entity.ServiceStations">
      <d3p1:FWZ_PJ_ApplyEntity>
        <d3p1:ApplyTime>2026-02-04T21:54:21.9973958+08:00</d3p1:ApplyTime>
        <d3p1:ApplyUser>sample string 5</d3p1:ApplyUser>
        <d3p1:ConfirmTime>2026-02-04T21:54:21.9973958+08:00</d3p1:ConfirmTime>
        <d3p1:ConfirmUserId>sample string 6</d3p1:ConfirmUserId>
        <d3p1:FBillNo>sample string 3</d3p1:FBillNo>
        <d3p1:FCreatorTime>2026-02-04T21:54:21.9973958+08:00</d3p1:FCreatorTime>
        <d3p1:FCreatorUserId>sample string 8</d3p1:FCreatorUserId>
        <d3p1:FDeleteMark>true</d3p1:FDeleteMark>
        <d3p1:FDeleteTime>2026-02-04T21:54:21.9973958+08:00</d3p1:FDeleteTime>
        <d3p1:FDeleteUserId>sample string 10</d3p1:FDeleteUserId>
        <d3p1:FDescription>sample string 7</d3p1:FDescription>
        <d3p1:FEnabledMark>true</d3p1:FEnabledMark>
        <d3p1:FId>sample string 1</d3p1:FId>
        <d3p1:FLastModifyTime>2026-02-04T21:54:21.9973958+08:00</d3p1:FLastModifyTime>
        <d3p1:FLastModifyUserId>sample string 9</d3p1:FLastModifyUserId>
        <d3p1:FStatus>未发送</d3p1:FStatus>
        <d3p1:FWZ_FId>sample string 2</d3p1:FWZ_FId>
        <d3p1:GD_FNumber>sample string 11</d3p1:GD_FNumber>
      </d3p1:FWZ_PJ_ApplyEntity>
      <d3p1:FWZ_PJ_ApplyEntity>
        <d3p1:ApplyTime>2026-02-04T21:54:21.9973958+08:00</d3p1:ApplyTime>
        <d3p1:ApplyUser>sample string 5</d3p1:ApplyUser>
        <d3p1:ConfirmTime>2026-02-04T21:54:21.9973958+08:00</d3p1:ConfirmTime>
        <d3p1:ConfirmUserId>sample string 6</d3p1:ConfirmUserId>
        <d3p1:FBillNo>sample string 3</d3p1:FBillNo>
        <d3p1:FCreatorTime>2026-02-04T21:54:21.9973958+08:00</d3p1:FCreatorTime>
        <d3p1:FCreatorUserId>sample string 8</d3p1:FCreatorUserId>
        <d3p1:FDeleteMark>true</d3p1:FDeleteMark>
        <d3p1:FDeleteTime>2026-02-04T21:54:21.9973958+08:00</d3p1:FDeleteTime>
        <d3p1:FDeleteUserId>sample string 10</d3p1:FDeleteUserId>
        <d3p1:FDescription>sample string 7</d3p1:FDescription>
        <d3p1:FEnabledMark>true</d3p1:FEnabledMark>
        <d3p1:FId>sample string 1</d3p1:FId>
        <d3p1:FLastModifyTime>2026-02-04T21:54:21.9973958+08:00</d3p1:FLastModifyTime>
        <d3p1:FLastModifyUserId>sample string 9</d3p1:FLastModifyUserId>
        <d3p1:FStatus>未发送</d3p1:FStatus>
        <d3p1:FWZ_FId>sample string 2</d3p1:FWZ_FId>
        <d3p1:GD_FNumber>sample string 11</d3p1:GD_FNumber>
      </d3p1:FWZ_PJ_ApplyEntity>
    </d2p1:ModelList>
    <d2p1:PageIndex>2</d2p1:PageIndex>
    <d2p1:PageSize>3</d2p1:PageSize>
    <d2p1:Total>1</d2p1:Total>
  </data>
  <msg>sample string 2</msg>
</JMResponseOfViewPageModelOfFWZ_PJ_ApplyEntitySatL5eQ_PrIMl6kOh>