None.
Name | Description | Type | Additional information |
---|---|---|---|
Ftype | integer |
None. |
|
TypeIds | Collection of integer |
None. |
{ "Ftype": 1, "TypeIds": [ 1, 2 ] }
<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>
Sample not available.
Name | Description | Type | Additional information |
---|---|---|---|
TypeId | integer |
None. |
|
TypeNo | string |
None. |
|
TypeName | string |
None. |
|
ParentId | integer |
None. |
|
ParentName | string |
None. |
|
ParentNo | string |
None. |
|
Use | boolean |
None. |
[ { "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 } ]
<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>