POST api/SponsorTree?ErrorMsg={ErrorMsg}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ErrorMsg

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SponsorTree
NameDescriptionTypeAdditional information
IC

string

None.

SponsorIC

string

None.

SponsorSpouseIC

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "IC": "sample string 1",
    "SponsorIC": "sample string 2",
    "SponsorSpouseIC": "sample string 3"
  },
  {
    "IC": "sample string 1",
    "SponsorIC": "sample string 2",
    "SponsorSpouseIC": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSponsorTree xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EKWEB_WEBAPI.Models">
  <SponsorTree>
    <IC>sample string 1</IC>
    <SponsorIC>sample string 2</SponsorIC>
    <SponsorSpouseIC>sample string 3</SponsorSpouseIC>
  </SponsorTree>
  <SponsorTree>
    <IC>sample string 1</IC>
    <SponsorIC>sample string 2</SponsorIC>
    <SponsorSpouseIC>sample string 3</SponsorSpouseIC>
  </SponsorTree>
</ArrayOfSponsorTree>