POST api/Interface/MatInfoList
Request Information
URI Parameters
None.
Body Parameters
MaterialEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| loginCode | string |
None. |
|
| matCode | string |
None. |
|
| matName | string |
None. |
|
| matSpec | string |
None. |
|
| matUnitName | string |
None. |
|
| matSort | string |
None. |
|
| page | integer |
None. |
|
| limit | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "e7a29e3d-ac65-46c4-a506-e66b76bd8070",
"loginCode": "sample string 2",
"matCode": "sample string 3",
"matName": "sample string 4",
"matSpec": "sample string 5",
"matUnitName": "sample string 6",
"matSort": "sample string 7",
"page": 8,
"limit": 9
}
application/xml, text/xml
Sample:
<MaterialEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interface.Entity"> <id>e7a29e3d-ac65-46c4-a506-e66b76bd8070</id> <limit>9</limit> <loginCode>sample string 2</loginCode> <matCode>sample string 3</matCode> <matName>sample string 4</matName> <matSort>sample string 7</matSort> <matSpec>sample string 5</matSpec> <matUnitName>sample string 6</matUnitName> <page>8</page> </MaterialEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>