POST ePMS/GetMaterial
Request Information
URI Parameters
None.
Body Parameters
MaterialParam| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CountryID": "sample string 1"
}
application/xml, text/xml
Sample:
<MaterialParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIfromEPMS.Controllers"> <CountryID>sample string 1</CountryID> </MaterialParam>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| result | Object |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": {},
"data": {}
}
application/xml, text/xml
Sample:
<ResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIfromEPMS.Controllers"> <data /> <result /> </ResponseModel>