POST jxc_api/AssistData/CheckRpCategoryUseErpBatch

Request Information

URI Parameters

None.

Body Parameters

CheckRpCategoryUseErpBatchPara
NameDescriptionTypeAdditional information
Ftype

integer

None.

TypeIds

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Ftype": 1,
  "TypeIds": [
    1,
    2
  ]
}

application/xml, text/xml

Sample:
<CheckRpCategoryUseErpBatchPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.BaseData.Models">
  <Ftype>1</Ftype>
  <TypeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </TypeIds>
</CheckRpCategoryUseErpBatchPara>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of CheckRpCategoryUseErpBatchRet
NameDescriptionTypeAdditional information
TypeId

integer

None.

TypeNo

string

None.

TypeName

string

None.

ParentId

integer

None.

ParentName

string

None.

ParentNo

string

None.

Use

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TypeId": 1,
    "TypeNo": "sample string 2",
    "TypeName": "sample string 3",
    "ParentId": 4,
    "ParentName": "sample string 5",
    "ParentNo": "sample string 6",
    "Use": true
  },
  {
    "TypeId": 1,
    "TypeNo": "sample string 2",
    "TypeName": "sample string 3",
    "ParentId": 4,
    "ParentName": "sample string 5",
    "ParentNo": "sample string 6",
    "Use": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfCheckRpCategoryUseErpBatchRet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.BaseData.Models">
  <CheckRpCategoryUseErpBatchRet>
    <ParentId>4</ParentId>
    <ParentName>sample string 5</ParentName>
    <ParentNo>sample string 6</ParentNo>
    <TypeId>1</TypeId>
    <TypeName>sample string 3</TypeName>
    <TypeNo>sample string 2</TypeNo>
    <Use>true</Use>
  </CheckRpCategoryUseErpBatchRet>
  <CheckRpCategoryUseErpBatchRet>
    <ParentId>4</ParentId>
    <ParentName>sample string 5</ParentName>
    <ParentNo>sample string 6</ParentNo>
    <TypeId>1</TypeId>
    <TypeName>sample string 3</TypeName>
    <TypeNo>sample string 2</TypeNo>
    <Use>true</Use>
  </CheckRpCategoryUseErpBatchRet>
</ArrayOfCheckRpCategoryUseErpBatchRet>