GET api/IdMapping/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

WelfSrvc
NameDescriptionTypeAdditional information
ContactID

integer

None.

ServiceID

integer

None.

UsrFlexiGID

integer

None.

IsFellow

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ContactID": 1,
  "ServiceID": 1,
  "UsrFlexiGID": 1,
  "IsFellow": true
}

text/xml

Sample:
<WelfSrvc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataLayer2.Models">
  <ContactID>1</ContactID>
  <IsFellow>true</IsFellow>
  <ServiceID>1</ServiceID>
  <UsrFlexiGID>1</UsrFlexiGID>
</WelfSrvc>