POST api/UpdateMemberMst

Documentation for 'UpdateMemberMst'.

Request Information

Parameters

NameDescriptionAdditional information
mm
Documentation for 'mm'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MemberID": "sample string 1",
  "ModifyUserID": "sample string 2",
  "Lock": "sample string 3",
  "NewLock": "sample string 4"
}

text/html

Sample:
{"MemberID":"sample string 1","ModifyUserID":"sample string 2","Lock":"sample string 3","NewLock":"sample string 4"}

application/xml, text/xml

Sample:
<Membermst xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClinicSystemAPI.Models">
  <Lock>sample string 3</Lock>
  <MemberID>sample string 1</MemberID>
  <ModifyUserID>sample string 2</ModifyUserID>
  <NewLock>sample string 4</NewLock>
</Membermst>

application/x-www-form-urlencoded

Sample:

Sample not available.