POST api/Member/PreferredMemberSave

PreferredMemberSave

Request Information

URI Parameters

None.

Body Parameters

PreferredMember
NameDescriptionTypeAdditional information
AspNetUserId

globally unique identifier

None.

MemberId

globally unique identifier

None.

ModifiedBy

globally unique identifier

None.

ModifiedOn

date

None.

IsPreferred

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "AspNetUserId": "076d772d-f700-4993-8714-73143ca55d25",
  "MemberId": "68686b94-6a19-47e4-bf8d-ca61162d7824",
  "ModifiedBy": "a50b098c-d93c-4869-a534-92bf14d73a86",
  "ModifiedOn": "2024-07-05T16:32:39.3354238-05:00",
  "IsPreferred": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

result

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.