GET api/Pontaje?guidLocationStr={guidLocationStr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guidLocationStr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
LocationDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonsXml | string |
None. |
|
| OtherInfoXml | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PersonsXml": "sample string 1",
"OtherInfoXml": "sample string 2"
}
application/xml, text/xml
Sample:
<LocationDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <OtherInfoXml>sample string 2</OtherInfoXml> <PersonsXml>sample string 1</PersonsXml> </LocationDetails>