POST api/Referral/PostReferral

Request Information

URI Parameters

None.

Body Parameters

Referral
NameDescriptionTypeAdditional information
ReferralId

globally unique identifier

None.

OrgId

globally unique identifier

None.

ReferralSeedId

globally unique identifier

None.

ReferranceTitle

string

None.

ReferenceDescription

string

None.

IsProcessed

boolean

None.

CreditAwarded

decimal number

None.

Active

boolean

None.

Remarks

string

None.

ReferralSeed

ReferralSeed

None.

Org

Org

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'APPSeConnect.Data.DataModels.Referral'. Path 'ReferralSeed.Referrals'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'APPSeConnect.Data.DataModels.Referral'. Path 'ReferralSeed.Referrals'.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Referral'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.