POST api/ExternalAPI/GetESGSubIndustry?standard={standard}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| standard | No documentation available. |
Define this parameter in the request URI. |
| lstIndusryId | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2", "sample string 3" ]
application/xml, text/xml
Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <string>sample string 1</string> <string>sample string 2</string> <string>sample string 3</string> </ArrayOfstring>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"Id": "sample string 1",
"IndustrySubId": "sample string 2",
"IndustryId": "sample string 3",
"Name": "sample string 4",
"IsActive": true,
"Standard": 0
},
{
"Id": "sample string 1",
"IndustrySubId": "sample string 2",
"IndustryId": "sample string 3",
"Name": "sample string 4",
"IsActive": true,
"Standard": 0
},
{
"Id": "sample string 1",
"IndustrySubId": "sample string 2",
"IndustryId": "sample string 3",
"Name": "sample string 4",
"IsActive": true,
"Standard": 0
}
]
application/xml, text/xml
Sample:
<ArrayOfESGSubIndustry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MongoDA.Models.ESG">
<ESGSubIndustry>
<Id>sample string 1</Id>
<IndustryId>sample string 3</IndustryId>
<IndustrySubId>sample string 2</IndustrySubId>
<IsActive>true</IsActive>
<Name>sample string 4</Name>
<Standard>NONE</Standard>
</ESGSubIndustry>
<ESGSubIndustry>
<Id>sample string 1</Id>
<IndustryId>sample string 3</IndustryId>
<IndustrySubId>sample string 2</IndustrySubId>
<IsActive>true</IsActive>
<Name>sample string 4</Name>
<Standard>NONE</Standard>
</ESGSubIndustry>
<ESGSubIndustry>
<Id>sample string 1</Id>
<IndustryId>sample string 3</IndustryId>
<IndustrySubId>sample string 2</IndustrySubId>
<IsActive>true</IsActive>
<Name>sample string 4</Name>
<Standard>NONE</Standard>
</ESGSubIndustry>
</ArrayOfESGSubIndustry>