GET api/VMAX/GetVMAXVendorLocation
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of VMAXCountry| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryM365GBCode | integer |
None. |
|
| CountryName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CountryM365GBCode": 1,
"CountryName": "sample string 2"
},
{
"CountryM365GBCode": 1,
"CountryName": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfVMAXCountry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AXCommunication.Models">
<VMAXCountry>
<CountryM365GBCode>1</CountryM365GBCode>
<CountryName>sample string 2</CountryName>
</VMAXCountry>
<VMAXCountry>
<CountryM365GBCode>1</CountryM365GBCode>
<CountryName>sample string 2</CountryName>
</VMAXCountry>
</ArrayOfVMAXCountry>