POST Save_MicroPlan_FamiliMember_Mapping

Request Information

URI Parameters

None.

Body Parameters

MicroPlanLiveliHoodMappingModel
NameDescriptionTypeAdditional information
LivelyHoodMappingId

integer

None.

PP_ID

integer

None.

FamilyMemberIDs

string

None.

CurrentPrimarySource

string

None.

PrimarySeasons

string

None.

PrimaryAssetsToolsImplementsOwned

string

None.

PrimaryMonthlyIncome

decimal number

None.

PrimaryChallengesConstraints

string

None.

CurrentSecondarySource

string

None.

SecondarySeasons

string

None.

SecondaryAssetsToolsImplementsOwned

string

None.

SecondaryMonthlyIncome

decimal number

None.

SecondaryChallengesConstraints

string

None.

PreferredPrimaryLivelihood

integer

None.

SubPrimaryLivelihood

string

None.

OtherSubPrimaryLivelihood

string

None.

PreferredSecondaryLivelihood

integer

None.

SubSecondaryLivelihood

string

None.

OtherSubSecondaryLivelihood

string

None.

CoachID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LivelyHoodMappingId": 1,
  "PP_ID": 2,
  "FamilyMemberIDs": "sample string 3",
  "CurrentPrimarySource": "sample string 4",
  "PrimarySeasons": "sample string 5",
  "PrimaryAssetsToolsImplementsOwned": "sample string 6",
  "PrimaryMonthlyIncome": 1.0,
  "PrimaryChallengesConstraints": "sample string 7",
  "CurrentSecondarySource": "sample string 8",
  "SecondarySeasons": "sample string 9",
  "SecondaryAssetsToolsImplementsOwned": "sample string 10",
  "SecondaryMonthlyIncome": 1.0,
  "SecondaryChallengesConstraints": "sample string 11",
  "PreferredPrimaryLivelihood": 1,
  "SubPrimaryLivelihood": "sample string 12",
  "OtherSubPrimaryLivelihood": "sample string 13",
  "PreferredSecondaryLivelihood": 1,
  "SubSecondaryLivelihood": "sample string 14",
  "OtherSubSecondaryLivelihood": "sample string 15",
  "CoachID": 16
}

application/xml, text/xml

Sample:
<MicroPlanLiveliHoodMappingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/commonlib.DataAccess">
  <CoachID>16</CoachID>
  <CurrentPrimarySource>sample string 4</CurrentPrimarySource>
  <CurrentSecondarySource>sample string 8</CurrentSecondarySource>
  <FamilyMemberIDs>sample string 3</FamilyMemberIDs>
  <LivelyHoodMappingId>1</LivelyHoodMappingId>
  <OtherSubPrimaryLivelihood>sample string 13</OtherSubPrimaryLivelihood>
  <OtherSubSecondaryLivelihood>sample string 15</OtherSubSecondaryLivelihood>
  <PP_ID>2</PP_ID>
  <PreferredPrimaryLivelihood>1</PreferredPrimaryLivelihood>
  <PreferredSecondaryLivelihood>1</PreferredSecondaryLivelihood>
  <PrimaryAssetsToolsImplementsOwned>sample string 6</PrimaryAssetsToolsImplementsOwned>
  <PrimaryChallengesConstraints>sample string 7</PrimaryChallengesConstraints>
  <PrimaryMonthlyIncome>1</PrimaryMonthlyIncome>
  <PrimarySeasons>sample string 5</PrimarySeasons>
  <SecondaryAssetsToolsImplementsOwned>sample string 10</SecondaryAssetsToolsImplementsOwned>
  <SecondaryChallengesConstraints>sample string 11</SecondaryChallengesConstraints>
  <SecondaryMonthlyIncome>1</SecondaryMonthlyIncome>
  <SecondarySeasons>sample string 9</SecondarySeasons>
  <SubPrimaryLivelihood>sample string 12</SubPrimaryLivelihood>
  <SubSecondaryLivelihood>sample string 14</SubSecondaryLivelihood>
</MicroPlanLiveliHoodMappingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.