GET api/EstimateIDs/{email}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
email

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of globally unique identifier

Response Formats

application/json, text/json

Sample:
[
  "ce825320-7b8d-40e7-9b08-f1e298b77e00",
  "4d35114f-c9a4-4fac-8a65-f8ef4d746e26"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>ce825320-7b8d-40e7-9b08-f1e298b77e00</guid>
  <guid>4d35114f-c9a4-4fac-8a65-f8ef4d746e26</guid>
</ArrayOfguid>