GET api/SystemData/GetGalvanizationTypes
Gets the galvanization types.
Access
Requires authentication.
Requires SSL.
Response Information
Response body formats
application/xml, text/xml
Sample:
<ApiResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ResponseCode>1</ResponseCode>
<ResponseDescription>sample string 2</ResponseDescription>
<MethodExpirationDate>2025-12-14T03:38:42.5473571+01:00</MethodExpirationDate>
<ResponseObject>
<string>sample string 1</string>
<string>sample string 2</string>
<string>sample string 3</string>
</ResponseObject>
</ApiResponse>
application/json, text/json
Sample:
{
"ResponseCode": 1,
"ResponseDescription": "sample string 2",
"MethodExpirationDate": "2025-12-14T03:38:42.5473571+01:00",
"ResponseObject": [
"sample string 1",
"sample string 2",
"sample string 3"
]
}