Organizations REST Endpoints

TMF 632 Party Management/Organizations
The Organizations resource lets you view, create, update, and delete organization records.
Create an organization.
Method: post
Path: /party/v4/organization
Delete an organization.
Method: delete
Path: /party/v4/organization/{id}
Get all organizations.
Method: get
Path: /party/v4/organization
Get an organization.
Method: get
Path: /party/v4/organization/{id}
Update an organization.
Method: patch
Path: /party/v4/organization/{id}