PUT Institution

Updates ExtOrgID, IsActive, Parent Institution

Header Information

Required Headers

Authorization-Key

Remarks

Additional Information

Requires HTTPS

Request Information

Parameters

NameDescriptionAdditional information
request
Encoded request body

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "OldExternalOrgID": "OldExternalOrgID",
  "NewExternalOrgID": "NewExternalOrgID",
  "InstitutionName": "Institution Name",
  "IsActive": "1",
  "ParentExternalOrgID": "",
  "ParentInstitutionName": ""
}

application/xml, text/xml

Sample:
<InstitutionPutRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <InstitutionName>Institution Name</InstitutionName>
  <IsActive>1</IsActive>
  <NewExternalOrgID>NewExternalOrgID</NewExternalOrgID>
  <OldExternalOrgID>OldExternalOrgID</OldExternalOrgID>
  <ParentExternalOrgID></ParentExternalOrgID>
  <ParentInstitutionName></ParentInstitutionName>
</InstitutionPutRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.