0.0.1 - CI Build

SequoiaProjectHealthcareDirectoryImplementationGuideSTU3 - Local Development build (v0.0.1). See the Directory of published versions

Update Operation

Previous Page - Read Operation

Functionality: Potentially update one Organization resources of a certain Organization internal id value.

Request: Request URL: put /Organization Params: apikey: ApiKey to check permission of update operation _format: xml _id: ID of organization to update

Body: One Organization

Internal Function to update: updateOrganization(orgs, new_org, org_id)

Success Response: HTTP status code: 200 Body:

Operation Outcome Update Success Example

Error Response: HTTP status code: 403 Body:

Operation Outcome Update Error Example

See also the Detailed Full Workflow Example.

Next Page - Delete Operation