GET api/Offerings/SingleOffering/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

UWEOOffering
NameDescriptionTypeAdditional information
ProductId

globally unique identifier

None.

Name

string

None.

EOSId

string

None.

CrmContactId

globally unique identifier

None.

CrmEntityType

string

None.

Response Formats

application/json, text/json, text/html

Sample:
{
  "ProductId": "26ea2490-c0a8-4fc2-964f-af5ecda8f200",
  "Name": "sample string 1",
  "EOSId": "sample string 2",
  "CrmContactId": "9523b046-602d-40d3-88fd-c30e06aab11e",
  "CrmEntityType": "sample string 3"
}

application/xml, text/xml

Sample:
<UWEOOffering xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UWEO.CRM.API.Base.Models">
  <CrmContactId>9523b046-602d-40d3-88fd-c30e06aab11e</CrmContactId>
  <CrmEntityType>sample string 3</CrmEntityType>
  <EOSId>sample string 2</EOSId>
  <Name>sample string 1</Name>
  <ProductId>26ea2490-c0a8-4fc2-964f-af5ecda8f200</ProductId>
</UWEOOffering>