POST jxc_api/Disassembly/SearchTemp

Request Information

URI Parameters

None.

Body Parameters

SearchTempPara
NameDescriptionTypeAdditional information
Name

string

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "PageIndex": 2,
  "PageSize": 3
}

application/xml, text/xml

Sample:
<SearchTempPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Storage.Models">
  <Name>sample string 1</Name>
  <PageIndex>2</PageIndex>
  <PageSize>3</PageSize>
</SearchTempPara>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NewApiPagedListOfAssemblyTempInfo
NameDescriptionTypeAdditional information
Items

Collection of AssemblyTempInfo

None.

SumModel

AssemblyTempInfo

None.

PageIndex

integer

None.

PageSize

integer

None.

Total

integer

None.

UsePager

boolean

None.

CategoriesFounded

Collection of integer

None.

RDocumentStartDate

string

None.

RDocumentEndDate

string

None.

RDeliveryStartDate

string

None.

RDeliveryEndDate

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Items": [
    null,
    {
      "AsId": 1,
      "TpDate": "2024-05-03 16:00:40",
      "DateFmt": "2024-05-03",
      "TpId": 0,
      "TpName": null,
      "Type": 0,
      "Expense": 0.0,
      "Note": null,
      "CreatedBy": 0,
      "CreatedDate": "0001-01-01 00:00:00",
      "ModifiedBy": 0,
      "ModifiedDate": "0001-01-01 00:00:00",
      "Item": [],
      "Items": []
    }
  ],
  "SumModel": {
    "AsId": 1,
    "TpDate": "2024-05-03 16:00:40",
    "DateFmt": "2024-05-03",
    "TpId": 0,
    "TpName": null,
    "Type": 0,
    "Expense": 0.0,
    "Note": null,
    "CreatedBy": 0,
    "CreatedDate": "0001-01-01 00:00:00",
    "ModifiedBy": 0,
    "ModifiedDate": "0001-01-01 00:00:00",
    "Item": [],
    "Items": []
  },
  "PageIndex": 1,
  "PageSize": 2,
  "Total": 3,
  "UsePager": true,
  "CategoriesFounded": [
    1,
    2
  ],
  "RDocumentStartDate": "sample string 5",
  "RDocumentEndDate": "sample string 6",
  "RDeliveryStartDate": "sample string 7",
  "RDeliveryEndDate": "sample string 8"
}