GET jxc_api/AssistData/CheckRpCategoryUseErp?ftype={ftype}&typeId={typeId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ftype

integer

Required

typeId

integer

Required

Body Parameters

None.

Response Information

Resource Description

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
}

application/xml, text/xml

Sample:
<CheckRpCategoryUseErpBatchRet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.BaseData.Models">
  <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>