Organizations REST Endpoints
TMF 632 Party Management/Organizations
The Organizations resource lets you view, create, update, and delete organization records.
- Create an organization
- Method: postPath:
/party/v4/organization
- Delete an organization
- Method: deletePath:
/party/v4/organization/{id}
- Get all organizations
- Method: getPath:
/party/v4/organization
- Get an organization
- Method: getPath:
/party/v4/organization/{id}
- Update an organization
- Method: patchPath:
/party/v4/organization/{id}