The Health Check is successful
The Health Check is not successful
curl -i -X GET \ https://orgs.ecg-api.com/healthcheck
{- "status": "ok",
- "info": {
- "database": {
- "status": "up"
}
}, - "error": { },
- "details": {
- "database": {
- "status": "up"
}
}
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/applications/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
{- "name": "string",
- "description": "string",
- "cognitoAppId": "string | null",
- "modules": [
- "16cd3a93-33c5-4460-a022-4bc043300ba8"
]
}
{- "id": "4c1436c1-0a23-42af-9ccd-52ad21754117",
- "name": "string",
- "description": "string",
- "cognitoAppId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "modules": [
- {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
]
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/applications?order_by=ASC&skip=0&take=10&searchTerm=string&include=modules&sort_by=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/applications/{applicationId}?include=modules' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "4c1436c1-0a23-42af-9ccd-52ad21754117",
- "name": "string",
- "description": "string",
- "cognitoAppId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "modules": [
- {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
]
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/api/applications/{applicationId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "4c1436c1-0a23-42af-9ccd-52ad21754117",
- "name": "string",
- "description": "string",
- "cognitoAppId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "modules": [
- {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
]
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/applications/{applicationId}/modules' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "4c1436c1-0a23-42af-9ccd-52ad21754117",
- "name": "string",
- "description": "string",
- "cognitoAppId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "modules": [
- {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
]
}
{- "moduleIds": [
- "e1f6d42d-1078-4908-beae-a2c6b86e1004"
]
}
{- "id": "4c1436c1-0a23-42af-9ccd-52ad21754117",
- "name": "string",
- "description": "string",
- "cognitoAppId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "modules": [
- {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
]
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/applications/{applicationId}/archive' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/applications/{applicationId}/restore' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/applications/{applicationId}/activate' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/applications/{applicationId}/deactivate' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/applications/{applicationId}/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/modules/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/modules/{moduleId}/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
{- "name": "string",
- "description": "string | null"
}
{- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "permissions": [
- {
- "id": "7e97dc50-02e2-499d-af2e-845d95b7fd13",
- "name": "string",
- "code": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "module": {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}, - "policies": [
- {
- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": null,
- "type": null,
- "status": null,
- "hcoXrefId": null,
- "businessName": null,
- "displayName": null,
- "integrationMetadata": { },
- "nodes": [ ],
- "ancestryNodes": [ ],
- "originationSource": null,
- "onBoardingStatus": null,
- "organizationStatus": null,
- "rrmsSiteGroupId": null,
- "timezoneId": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "party": null,
- "signOnDate": null,
- "actionPlanCode": null,
- "customerId": null
}
]
}
}
]
}
], - "applications": [
- {
- "id": "4c1436c1-0a23-42af-9ccd-52ad21754117",
- "name": "string",
- "description": "string",
- "cognitoAppId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "modules": [
- {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
]
}
]
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/modules?order_by=ASC&skip=0&take=10&searchTerm=string&include=permissions&sort_by=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
{- "applicationIds": [
- "7b8375b9-1d71-4e3a-ae67-9880cab9b2d2"
]
}
{- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "permissions": [
- {
- "id": "7e97dc50-02e2-499d-af2e-845d95b7fd13",
- "name": "string",
- "code": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "module": {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}, - "policies": [
- {
- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": null,
- "type": null,
- "status": null,
- "hcoXrefId": null,
- "businessName": null,
- "displayName": null,
- "integrationMetadata": { },
- "nodes": [ ],
- "ancestryNodes": [ ],
- "originationSource": null,
- "onBoardingStatus": null,
- "organizationStatus": null,
- "rrmsSiteGroupId": null,
- "timezoneId": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "party": null,
- "signOnDate": null,
- "actionPlanCode": null,
- "customerId": null
}
]
}
}
]
}
], - "applications": [
- {
- "id": "4c1436c1-0a23-42af-9ccd-52ad21754117",
- "name": "string",
- "description": "string",
- "cognitoAppId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "modules": [
- {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
]
}
]
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/modules/{moduleId}?include=permissions' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "permissions": [
- {
- "id": "7e97dc50-02e2-499d-af2e-845d95b7fd13",
- "name": "string",
- "code": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "module": {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}, - "policies": [
- {
- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": null,
- "type": null,
- "status": null,
- "hcoXrefId": null,
- "businessName": null,
- "displayName": null,
- "integrationMetadata": { },
- "nodes": [ ],
- "ancestryNodes": [ ],
- "originationSource": null,
- "onBoardingStatus": null,
- "organizationStatus": null,
- "rrmsSiteGroupId": null,
- "timezoneId": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "party": null,
- "signOnDate": null,
- "actionPlanCode": null,
- "customerId": null
}
]
}
}
]
}
], - "applications": [
- {
- "id": "4c1436c1-0a23-42af-9ccd-52ad21754117",
- "name": "string",
- "description": "string",
- "cognitoAppId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "modules": [
- {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
]
}
]
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "permissions": [
- {
- "id": "7e97dc50-02e2-499d-af2e-845d95b7fd13",
- "name": "string",
- "code": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "module": {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}, - "policies": [
- {
- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": null,
- "type": null,
- "status": null,
- "hcoXrefId": null,
- "businessName": null,
- "displayName": null,
- "integrationMetadata": { },
- "nodes": [ ],
- "ancestryNodes": [ ],
- "originationSource": null,
- "onBoardingStatus": null,
- "organizationStatus": null,
- "rrmsSiteGroupId": null,
- "timezoneId": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "party": null,
- "signOnDate": null,
- "actionPlanCode": null,
- "customerId": null
}
]
}
}
]
}
], - "applications": [
- {
- "id": "4c1436c1-0a23-42af-9ccd-52ad21754117",
- "name": "string",
- "description": "string",
- "cognitoAppId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "modules": [
- {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
]
}
]
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/modules/{moduleId}/permissions' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "permissions": [
- {
- "id": "7e97dc50-02e2-499d-af2e-845d95b7fd13",
- "name": "string",
- "code": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "module": {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}, - "policies": [
- {
- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": null,
- "type": null,
- "status": null,
- "hcoXrefId": null,
- "businessName": null,
- "displayName": null,
- "integrationMetadata": { },
- "nodes": [ ],
- "ancestryNodes": [ ],
- "originationSource": null,
- "onBoardingStatus": null,
- "organizationStatus": null,
- "rrmsSiteGroupId": null,
- "timezoneId": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "party": null,
- "signOnDate": null,
- "actionPlanCode": null,
- "customerId": null
}
]
}
}
]
}
], - "applications": [
- {
- "id": "4c1436c1-0a23-42af-9ccd-52ad21754117",
- "name": "string",
- "description": "string",
- "cognitoAppId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "modules": [
- {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
]
}
]
}
{- "permissionIds": [
- "b2e9816f-36f2-45a2-b739-469744b86d43"
]
}
{- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "permissions": [
- {
- "id": "7e97dc50-02e2-499d-af2e-845d95b7fd13",
- "name": "string",
- "code": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "module": {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}, - "policies": [
- {
- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": null,
- "type": null,
- "status": null,
- "hcoXrefId": null,
- "businessName": null,
- "displayName": null,
- "integrationMetadata": { },
- "nodes": [ ],
- "ancestryNodes": [ ],
- "originationSource": null,
- "onBoardingStatus": null,
- "organizationStatus": null,
- "rrmsSiteGroupId": null,
- "timezoneId": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "party": null,
- "signOnDate": null,
- "actionPlanCode": null,
- "customerId": null
}
]
}
}
]
}
], - "applications": [
- {
- "id": "4c1436c1-0a23-42af-9ccd-52ad21754117",
- "name": "string",
- "description": "string",
- "cognitoAppId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "modules": [
- {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
]
}
]
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/api/modules/{moduleId}/application/{applicationId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/modules/{moduleId}/archive' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/modules/{moduleId}/restore' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/modules/{moduleId}/activate' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/modules/{moduleId}/deactivate' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/permissions/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
{- "name": "string",
- "code": "string",
- "description": "string | null",
- "moduleId": "688e6951-371c-446b-9d47-cb4b5e7d02d0"
}
{- "id": "7e97dc50-02e2-499d-af2e-845d95b7fd13",
- "name": "string",
- "code": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "module": {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}, - "policies": [
- {
- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}
}
]
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/permissions?order_by=ASC&skip=0&take=10&searchTerm=string&include=policies&sort_by=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/permissions/{permissionId}?include=policies' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "7e97dc50-02e2-499d-af2e-845d95b7fd13",
- "name": "string",
- "code": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "module": {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}, - "policies": [
- {
- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}
}
]
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/api/permissions/{permissionId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "7e97dc50-02e2-499d-af2e-845d95b7fd13",
- "name": "string",
- "code": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "module": {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}, - "policies": [
- {
- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}
}
]
}
curl -i -X PATCH \ 'https://orgs.ecg-api.com/api/permissions/{permissionId}/modules/{moduleId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "7e97dc50-02e2-499d-af2e-845d95b7fd13",
- "name": "string",
- "code": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "module": {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}, - "policies": [
- {
- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}
}
]
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/permissions/{permissionId}/archive' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/permissions/{permissionId}/restore' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/permissions/{permissionId}/activate' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/permissions/{permissionId}/deactivate' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/permissions/{permissionId}/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/policies/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
{- "name": "string",
- "code": "string",
- "description": "string | null",
- "organizationId": "fd019d9f-62bd-4a6c-9b2e-3d7f52b864d2",
- "permissions": [
- "a627e412-e2f3-4a93-98a8-1b3d3e266657"
], - "internalUseOnly": false
}
{- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "permissions": [
- {
- "id": "7e97dc50-02e2-499d-af2e-845d95b7fd13",
- "name": "string",
- "code": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "module": {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}, - "policies": [
- {
- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": null,
- "type": null,
- "status": null,
- "hcoXrefId": null,
- "businessName": null,
- "displayName": null,
- "integrationMetadata": { },
- "nodes": [ ],
- "ancestryNodes": [ ],
- "originationSource": null,
- "onBoardingStatus": null,
- "organizationStatus": null,
- "rrmsSiteGroupId": null,
- "timezoneId": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "party": null,
- "signOnDate": null,
- "actionPlanCode": null,
- "customerId": null
}
]
}
}
]
}
]
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/policies?order_by=ASC&skip=0&take=10&searchTerm=string&include=permissions&sort_by=string&includeInternalUseOnly=true' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/policies/{policyId}?include=permissions' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "permissions": [
- {
- "id": "7e97dc50-02e2-499d-af2e-845d95b7fd13",
- "name": "string",
- "code": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "module": {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}, - "policies": [
- {
- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": null,
- "type": null,
- "status": null,
- "hcoXrefId": null,
- "businessName": null,
- "displayName": null,
- "integrationMetadata": { },
- "nodes": [ ],
- "ancestryNodes": [ ],
- "originationSource": null,
- "onBoardingStatus": null,
- "organizationStatus": null,
- "rrmsSiteGroupId": null,
- "timezoneId": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "party": null,
- "signOnDate": null,
- "actionPlanCode": null,
- "customerId": null
}
]
}
}
]
}
]
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "permissions": [
- {
- "id": "7e97dc50-02e2-499d-af2e-845d95b7fd13",
- "name": "string",
- "code": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "module": {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}, - "policies": [
- {
- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": null,
- "type": null,
- "status": null,
- "hcoXrefId": null,
- "businessName": null,
- "displayName": null,
- "integrationMetadata": { },
- "nodes": [ ],
- "ancestryNodes": [ ],
- "originationSource": null,
- "onBoardingStatus": null,
- "organizationStatus": null,
- "rrmsSiteGroupId": null,
- "timezoneId": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "party": null,
- "signOnDate": null,
- "actionPlanCode": null,
- "customerId": null
}
]
}
}
]
}
]
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/api/policies/{policyId}/permissions/{permissionId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
{- "permissionIds": [
- "b2e9816f-36f2-45a2-b739-469744b86d43"
]
}
{- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "permissions": [
- {
- "id": "7e97dc50-02e2-499d-af2e-845d95b7fd13",
- "name": "string",
- "code": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "module": {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}, - "policies": [
- {
- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": null,
- "type": null,
- "status": null,
- "hcoXrefId": null,
- "businessName": null,
- "displayName": null,
- "integrationMetadata": { },
- "nodes": [ ],
- "ancestryNodes": [ ],
- "originationSource": null,
- "onBoardingStatus": null,
- "organizationStatus": null,
- "rrmsSiteGroupId": null,
- "timezoneId": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "party": null,
- "signOnDate": null,
- "actionPlanCode": null,
- "customerId": null
}
]
}
}
]
}
]
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/policies/{policyId}/archive' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/policies/{policyId}/restore' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/policies/{policyId}/activate' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/policies/{policyId}/deactivate' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/policies/{policyId}/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X POST \ https://orgs.ecg-api.com/api/permission-caches/recache \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/permission-caches/{cognitoUserId}/set-recache-flag?recacheFlag=true' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "accountId": "c3cfb2cb-7cb4-4c38-9a73-3cc5055ed4f4",
- "recacheFl": "string",
- "cacheObject": { },
- "cognitoUserId": "d302052c-f1c0-41ff-a2f8-6ab1a1b08f05"
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/permission-caches/{cognitoUserId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "accountId": "c3cfb2cb-7cb4-4c38-9a73-3cc5055ed4f4",
- "recacheFl": "string",
- "cacheObject": { },
- "cognitoUserId": "d302052c-f1c0-41ff-a2f8-6ab1a1b08f05"
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/permission-caches/{userId}/recache?type=idp' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}
[- {
- "key": "string",
- "value": "string"
}
]
{- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/metadata?field=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/addresses/{addressId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/metadata?field=string&value=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/re-sync' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ https://orgs.ecg-api.com/api/organizations/re-sync-all \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
{- "legacyIdentifier": "3f1ca924-2bf6-4780-acb1-61f71b71d1e2",
- "parentId": "c0d67311-b0c5-4439-87a9-038cbb490091",
- "type": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "addresses": [
- {
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "regionCode": "US",
- "addressType": 1
}
], - "phoneNumbers": [
- {
- "extension": "string",
- "phoneNumber": "string",
- "phoneType": 1
}
], - "onBoardingPartnerId": "6ba3d887-21e4-4d9b-9c9b-28cbd2482126",
- "originationSource": "CRM",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "string",
- "signOnDate": "2024-11-27T12:27:28.091Z",
- "timezoneId": "string",
- "actionPlanCode": "string"
}
{- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations?order_by=ASC&skip=0&take=10&searchTerm=string&status=Active&sort_by=string&include=parent&parentId=string&organizationIds=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X POST \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/crm-sync' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}?include=parent' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/archive' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/restore' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/activate' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/deactivate' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/suspend' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/hierarchy?mode=flat&searchTerm=string&take=10&skip=0' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "6156ab96-b772-4306-8839-f1d3fea789af",
- "businessName": "string",
- "displayName": "string",
- "status": "string",
- "parentId": "string",
- "level": 0,
- "legacyIdentifier": "string",
- "integrationMetadata": {
- "key": "value"
}, - "childOrganizations": [
- {
- "id": "6156ab96-b772-4306-8839-f1d3fea789af",
- "businessName": "string",
- "displayName": "string",
- "status": "string",
- "parentId": "string",
- "level": 0,
- "legacyIdentifier": "string",
- "integrationMetadata": {
- "key": "value"
}
}
]
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/ancestries?order_by=ASC&searchTerm=string&status=Active&sort_by=string&include=parent&organizationIds=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X POST \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/ancestries/re-sync' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ https://orgs.ecg-api.com/api/organizations/ancestries/re-sync-all \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/on-boarding-partners' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "onBoardingPartner": {
- "id": "6ec43f2f-4fbf-4bd8-9060-0994c65d31c2",
- "partnerType": {
- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "allowSubscriberAccess": false,
- "subscribers": [
- {
- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string"
}
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "signOnDate": "2024-11-27T12:27:28.135Z",
- "customerId": "string",
- "parentPartner": {
- "id": "6ec43f2f-4fbf-4bd8-9060-0994c65d31c2",
- "partnerType": {
- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "allowSubscriberAccess": false,
- "subscribers": [
- {
- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": null,
- "type": null,
- "status": null,
- "hcoXrefId": null,
- "businessName": null,
- "displayName": null,
- "integrationMetadata": { },
- "nodes": [ ],
- "ancestryNodes": [ ],
- "originationSource": null,
- "onBoardingStatus": null,
- "organizationStatus": null,
- "rrmsSiteGroupId": null,
- "timezoneId": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "party": null,
- "signOnDate": null,
- "actionPlanCode": null,
- "customerId": null
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string"
}
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "signOnDate": "2024-11-27T12:27:28.135Z",
- "customerId": "string"
}, - "subsidiaries": [
- {
- "id": "6ec43f2f-4fbf-4bd8-9060-0994c65d31c2",
- "partnerType": {
- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": null,
- "bonus": null
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "allowSubscriberAccess": false,
- "subscribers": [
- {
- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": null,
- "type": null,
- "status": null,
- "hcoXrefId": null,
- "businessName": null,
- "displayName": null,
- "integrationMetadata": { },
- "nodes": [ ],
- "ancestryNodes": [ ],
- "originationSource": null,
- "onBoardingStatus": null,
- "organizationStatus": null,
- "rrmsSiteGroupId": null,
- "timezoneId": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "party": null,
- "signOnDate": null,
- "actionPlanCode": null,
- "customerId": null
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- null
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string"
}
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "signOnDate": "2024-11-27T12:27:28.135Z",
- "customerId": "string"
}
]
}
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/on-boarding-partners/{partnerId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/on-boarding-partners/{partnerId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "onBoardingPartner": {
- "id": "6ec43f2f-4fbf-4bd8-9060-0994c65d31c2",
- "partnerType": {
- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "allowSubscriberAccess": false,
- "subscribers": [
- {
- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string"
}
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "signOnDate": "2024-11-27T12:27:28.135Z",
- "customerId": "string",
- "parentPartner": {
- "id": "6ec43f2f-4fbf-4bd8-9060-0994c65d31c2",
- "partnerType": {
- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "allowSubscriberAccess": false,
- "subscribers": [
- {
- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": null,
- "type": null,
- "status": null,
- "hcoXrefId": null,
- "businessName": null,
- "displayName": null,
- "integrationMetadata": { },
- "nodes": [ ],
- "ancestryNodes": [ ],
- "originationSource": null,
- "onBoardingStatus": null,
- "organizationStatus": null,
- "rrmsSiteGroupId": null,
- "timezoneId": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "party": null,
- "signOnDate": null,
- "actionPlanCode": null,
- "customerId": null
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string"
}
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "signOnDate": "2024-11-27T12:27:28.135Z",
- "customerId": "string"
}, - "subsidiaries": [
- {
- "id": "6ec43f2f-4fbf-4bd8-9060-0994c65d31c2",
- "partnerType": {
- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": null,
- "bonus": null
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "allowSubscriberAccess": false,
- "subscribers": [
- {
- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": null,
- "type": null,
- "status": null,
- "hcoXrefId": null,
- "businessName": null,
- "displayName": null,
- "integrationMetadata": { },
- "nodes": [ ],
- "ancestryNodes": [ ],
- "originationSource": null,
- "onBoardingStatus": null,
- "organizationStatus": null,
- "rrmsSiteGroupId": null,
- "timezoneId": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "party": null,
- "signOnDate": null,
- "actionPlanCode": null,
- "customerId": null
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- null
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string"
}
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "signOnDate": "2024-11-27T12:27:28.135Z",
- "customerId": "string"
}
]
}
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/setup-status' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
required | Array of objects (AddAddressDto) |
{- "addresses": [
- {
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "regionCode": "US",
- "addressType": 1
}
]
}
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/addresses' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ https://orgs.ecg-api.com/api/seed-data/organization-types \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ https://orgs.ecg-api.com/api/seed-data/organization-status-types \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ https://orgs.ecg-api.com/api/seed-data/subscriber-status-types \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ https://orgs.ecg-api.com/api/seed-data/salutation-types \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ https://orgs.ecg-api.com/api/seed-data/address-types \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ https://orgs.ecg-api.com/api/seed-data/staff-member-types \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ https://orgs.ecg-api.com/api/seed-data/ecg-products \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ https://orgs.ecg-api.com/api/seed-data/timezones \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ https://orgs.ecg-api.com/api/seed-data/event-names \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ https://orgs.ecg-api.com/api/seed-data/phone-types \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ https://orgs.ecg-api.com/api/seed-data/region-codes \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ https://orgs.ecg-api.com/api/seed-data/country-codes \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/seed-data/state-codes?countryCode=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ https://orgs.ecg-api.com/api/seed-data/blood-types \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ https://orgs.ecg-api.com/api/member-statistics \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "organizations": {
- "total": 0
}, - "subscribers": {
- "total": 0
}, - "partners": {
- "total": 0
}
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/member-statistics?includeChildOrganizations=true' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "organizations": {
- "total": 0
}, - "subscribers": {
- "total": 0
}, - "staffMembers": {
- "total": 0
}
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/apptivo-payloads?order_by=ASC&skip=0&take=10&searchTerm=string&status=success&eventName=ecg.subscriber.created&sort_by=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/users?order_by=ASC&skip=0&take=10&searchTerm=string&roles=ecg-admin&excludeRoles=ecg-admin&personIds=string&organizationIds=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/accounts/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/users/{userId}/accounts?type=idp&include=permissions' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "email": "string",
- "cognitoUserId": "ed708bd4-3f3b-48bb-91c4-867636c6c6ac",
- "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "roles": [
- "ecg-admin"
], - "subscriber": {
- "organizationId": "0eb9cb49-b630-46ad-82ce-fc28d824f31d",
- "active": true,
- "permissions": [
- {
- "id": "0b2e02a1-fe48-40d2-b41b-f60e38ca328f",
- "code": "string"
}
]
}, - "ecgAdmin": {
- "organizationId": "0eb9cb49-b630-46ad-82ce-fc28d824f31d",
- "active": true,
- "permissions": [
- {
- "id": "0b2e02a1-fe48-40d2-b41b-f60e38ca328f",
- "code": "string"
}
]
}, - "orgAdmin": {
- "organizationId": "0eb9cb49-b630-46ad-82ce-fc28d824f31d",
- "active": true,
- "permissions": [
- {
- "id": "0b2e02a1-fe48-40d2-b41b-f60e38ca328f",
- "code": "string"
}
]
}, - "partner": {
- "organizationId": "0eb9cb49-b630-46ad-82ce-fc28d824f31d",
- "active": true,
- "permissions": [
- {
- "id": "0b2e02a1-fe48-40d2-b41b-f60e38ca328f",
- "code": "string"
}
]
}
}
curl -i -X POST \ https://orgs.ecg-api.com/api/users/backup \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ https://orgs.ecg-api.com/api/users/restore \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/api/users/{userId}?type=idp' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/people/{personId}/resend-credentials' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
object (AddAccountDto) | |
required | object (AddPersonDto) |
Array of objects (AddAddressDto) | |
required | Array of objects (AddPhoneNumberDto) |
{- "account": {
- "email": "string@gmail.com",
- "password": "string",
- "isAutoGenerated": true
}, - "person": {
- "salutation": 1,
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "contactEmailAddress": "string"
}, - "addresses": [
- {
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "regionCode": "US",
- "addressType": 1
}
], - "phoneNumbers": [
- {
- "extension": "string",
- "phoneNumber": "string",
- "phoneType": 1
}
]
}
{- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}
{- "email": "string@gmail.com",
- "password": "string",
- "isAutoGenerated": true
}
{- "email": "string",
- "cognitoUserId": "ed708bd4-3f3b-48bb-91c4-867636c6c6ac",
- "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
{- "email": "string@test.com"
}
{- "email": "string",
- "cognitoUserId": "ed708bd4-3f3b-48bb-91c4-867636c6c6ac",
- "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/people/{personId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/people/re-sync?id=string&type=person' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/people/{personId}/accounts/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/staff-members/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organization-block-lists/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/staff-members?order_by=ASC&skip=0&take=10&searchTerm=string&include=organization&sort_by=string&status=restored&includeParentStaff=true' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
{- "legacyIdentifier": "755c0844-0f97-478e-97c3-46a59d77d47f",
- "isProvider": true,
- "policies": [
- "9dd37aec-cd78-4d1c-a3ec-5cfcdaeb9496"
], - "memberType": 1,
- "personId": "77029df3-8662-4561-a81e-c776b27afc27",
- "customPermissions": [
- "647fa5b4-be1b-48c3-9a2f-bc0aeb45a1ea"
]
}
{- "id": "cb7feb03-c7f4-469a-9fc4-2ffe9cdc653b",
- "isProvider": "true",
- "memberType": 1,
- "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "policies": [
- "a5037c2e-e80d-484a-a688-1caaef7349b1"
], - "customPermissions": [
- "4a516921-7d85-4c9b-be3a-09cab94e93c2"
], - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/designated-staff-members?skip=0&take=10&searchTerm=string&includeParentStaff=true' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/staff-members/{personId}?include=organization' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "cb7feb03-c7f4-469a-9fc4-2ffe9cdc653b",
- "isProvider": "true",
- "memberType": 1,
- "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "policies": [
- "a5037c2e-e80d-484a-a688-1caaef7349b1"
], - "customPermissions": [
- "4a516921-7d85-4c9b-be3a-09cab94e93c2"
], - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "cb7feb03-c7f4-469a-9fc4-2ffe9cdc653b",
- "isProvider": "true",
- "memberType": 1,
- "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "policies": [
- "a5037c2e-e80d-484a-a688-1caaef7349b1"
], - "customPermissions": [
- "4a516921-7d85-4c9b-be3a-09cab94e93c2"
], - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/staff-members/{personId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/staff-members/{personId}?include=organization' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "cb7feb03-c7f4-469a-9fc4-2ffe9cdc653b",
- "isProvider": "true",
- "memberType": 1,
- "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "policies": [
- "a5037c2e-e80d-484a-a688-1caaef7349b1"
], - "customPermissions": [
- "4a516921-7d85-4c9b-be3a-09cab94e93c2"
], - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/staff-members/{personId}/archive' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/staff-members/{personId}/restore' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/staff-members/{personId}/activate' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/staff-members/{personId}/deactivate' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/staff-members/{personId}/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/staff-members/{personId}/organization-block-lists/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/staff-members/{personId}/blocked-organizations?order_by=ASC&skip=0&take=10&searchTerm=string&include=organization&sort_by=string&status=restored&includeParentStaff=true' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X POST \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/staff-members/{personId}/block' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/staff-members/{personId}/unblock' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/staff-members/{personId}/organizations?mode=flat' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "organization": {
- "id": "a694d72f-a12e-444e-bd57-864a2f2f7e18",
- "level": 0,
- "displayName": "string",
- "businessName": "string",
- "parentId": "string",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "integrationMetadata": {
- "key": "value"
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "nodes": [
- "a1a5980a-9ec5-4220-abb8-6ce55b92da2e"
], - "policies": [
- "2fb07b19-bc1e-40a9-a587-a3f82228eb17"
], - "onBoardingPartner": "18f23bd0-e572-4a48-820b-a2d031b130f5",
- "timezoneId": "string",
- "childOrganizations": [
- {
- "id": "a694d72f-a12e-444e-bd57-864a2f2f7e18",
- "level": 0,
- "displayName": "string",
- "businessName": "string",
- "parentId": "string",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "integrationMetadata": {
- "key": "value"
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "nodes": [
- "a1a5980a-9ec5-4220-abb8-6ce55b92da2e"
], - "policies": [
- "2fb07b19-bc1e-40a9-a587-a3f82228eb17"
], - "onBoardingPartner": "18f23bd0-e572-4a48-820b-a2d031b130f5",
- "timezoneId": "string"
}
]
}, - "assignment": "string"
}
Permissions needed - organization.transfer
{- "targetParentOrgId": "5dc93f9b-4bc5-49f4-aa0e-5ea80e1f7503",
- "transferType": "parent-to-parent",
- "scheduledAt": "2024-11-27T12:27:28.898Z",
- "maxRetryCount": 3
}
{- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}
Permissions needed - organization.transfer
curl -i -X GET \ 'https://orgs.ecg-api.com/api/v1/organization-transfers/{organizationId}/impacted-subscribers/count' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "impactedSubscriberCount": {
- "totalImpacted": 0,
- "activeSubscribers": 0,
- "inactiveSubscribers": 0
}
}
Permissions needed - organization.transfer
curl -i -X GET \ 'https://orgs.ecg-api.com/api/v1/organization-transfers/{organizationId}/histories?order_by=ASC&skip=0&take=10' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/subscribers/advanced-search?order_by=ASC&skip=0&take=10&searchTerm=string&include=organization&sort_by=firstName&organizationId=string&nonPERS=true&subscriberIds=string&xmitId=string&subscriberStatus=Under%20Review&contactId=string&actionPlanCode=string&mrnNumber=string&metadataKey=string&metadataValue=string&status=restored' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X POST \ 'https://orgs.ecg-api.com/api/subscribers/{personId}/crm-sync' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/subscribers/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/subscribers/access-rights/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/subscribers/metadata?field=string&value=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string"
}
{- "policyGroupIds": [
- "2e77ea28-fdba-4305-ade6-d72d6ab49d60"
]
}
{- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string"
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "fb1bd48f-7771-4149-8de6-865965e80189",
- "blocked": false,
- "policies": [
- "e94b4845-e3b3-41ed-9e2e-356119cd04f1"
], - "subscriber": "f0446139-840b-498e-9d15-31467c636241",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
{- "legacyIdentifier": "a4354ce7-48d4-4974-8982-bb2dc6f004ff",
- "blocked": false,
- "policies": [
- "48adf1f3-1a57-4f2f-b8ab-4dd89350e10a"
], - "addresses": [
- {
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "regionCode": "US",
- "addressType": 1
}
], - "phoneNumbers": [
- {
- "extension": "string",
- "phoneNumber": "string",
- "phoneType": 1
}
]
}
{- "id": "fb1bd48f-7771-4149-8de6-865965e80189",
- "blocked": false,
- "policies": [
- "e94b4845-e3b3-41ed-9e2e-356119cd04f1"
], - "subscriber": "f0446139-840b-498e-9d15-31467c636241",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/subscribers/{personId}/access-rights/{subscriberAccessId}/archive' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/subscribers/{personId}/access-rights/{subscriberAccessId}/restore' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/subscribers/{personId}/access-rights/{subscriberAccessId}/activate' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/subscribers/{personId}/access-rights/{subscriberAccessId}/deactivate' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
{- "organizationId": "4ad5d2d5-dfa4-4dc6-a542-85c821030ad0",
- "legacyIdentifier": "d9332d71-16df-4cb5-a021-f03ac9f52f9a",
- "account": {
- "email": "string@gmail.com",
- "password": "string",
- "isAutoGenerated": true
}, - "person": {
- "salutation": 1,
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "contactEmailAddress": "string"
}, - "status": 2,
- "primary": true,
- "partnerId": "109c1bfb-021e-427b-93f5-a9aebc4a3967",
- "integrationMetadata": {
- "key": "value"
}, - "nonPERS": false,
- "actionPlanCode": "string"
}
{- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string"
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/subscribers?order_by=ASC&skip=0&take=10&searchTerm=string&include=organization&sort_by=firstName&organizationId=string&nonPERS=true&subscriberIds=string&xmitId=string&subscriberStatus=Under%20Review' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
{- "organizationId": "4ad5d2d5-dfa4-4dc6-a542-85c821030ad0",
- "legacyIdentifier": "d9332d71-16df-4cb5-a021-f03ac9f52f9a",
- "status": 2,
- "primary": true,
- "partnerId": "109c1bfb-021e-427b-93f5-a9aebc4a3967",
- "integrationMetadata": {
- "key": "value"
}, - "nonPERS": false,
- "actionPlanCode": "string"
}
{- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string"
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/subscribers/{personId}?include=organization' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string",
- "account": {
- "email": "string",
- "cognitoUserId": "ed708bd4-3f3b-48bb-91c4-867636c6c6ac",
- "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "products": "addison"
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/api/subscribers/{personId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string"
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/subscribers/legacy-identifier/{legacyIdentifier}?include=organization' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string",
- "account": {
- "email": "string",
- "cognitoUserId": "ed708bd4-3f3b-48bb-91c4-867636c6c6ac",
- "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "products": "addison"
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/subscribers/{personId}/archive' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/subscribers/{personId}/restore' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/subscribers/{personId}/activate' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/subscribers/{personId}/deactivate' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/subscribers/{personId}/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
If active query param not passed both active & deactivated devices will be returned
curl -i -X GET \ 'https://orgs.ecg-api.com/api/subscribers/{personId}/devices?active=true' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/subscribers/{personId}/access-rights/{subscriberAccessId}/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
[- {
- "key": "string",
- "value": "string"
}
]
{- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string"
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string"
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/api/subscribers/{personId}/metadata?field=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/subscribers/{personId}/anonymize' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
{- "type": "HCO",
- "sourceInformation": {
- "creationSource": "ADDI",
- "organization": {
- "id": "3fe9918e-f247-4617-8bfc-e41a9ba7efff"
}, - "partner": {
- "id": "3fe9918e-f247-4617-8bfc-e41a9ba7efff"
}, - "order": {
- "id": "3fe9918e-f247-4617-8bfc-e41a9ba7efff",
- "confirmDate": "2021-05-14T19:25:29.693Z"
}
}, - "organizationId": "f812566c-62db-4e52-a730-80af00c28fc7",
- "mrnNumber": "1234j",
- "personalInformation": {
- "locale": "en-US",
- "metadata": { },
- "timeZone": "Africa/Abidjan",
- "preferredLanguage": "en-US",
- "salutation": 1,
- "suffix": "PhD",
- "nickName": "Jess",
- "dob": "05/14/1980",
- "gender": "Female"
}, - "healthcareInformation": {
- "physicianName": "string",
- "physicianPhone": "string",
- "preferredHospital": "string"
}
}
{- "id": "ba8feeb4-d349-4d8b-a160-7acd18fae655",
- "version": "v1",
- "type": "HCO",
- "sourceInformation": {
- "creationSource": "ADDI",
- "organization": {
- "id": "3fe9918e-f247-4617-8bfc-e41a9ba7efff"
}, - "partner": {
- "id": "3fe9918e-f247-4617-8bfc-e41a9ba7efff"
}, - "order": {
- "id": "3fe9918e-f247-4617-8bfc-e41a9ba7efff",
- "confirmDate": "2021-05-14T19:25:29.693Z"
}
}, - "organizationId": "f812566c-62db-4e52-a730-80af00c28fc7",
- "mrnNumber": "1234j",
- "personalInformation": {
- "locale": "en-US",
- "metadata": { },
- "timeZone": "Africa/Abidjan",
- "preferredLanguage": "en-US",
- "salutation": 1,
- "suffix": "PhD",
- "nickName": "Jess",
- "dob": "05/14/1980",
- "gender": "Female"
}, - "metadata": { },
- "status": "Active",
- "healthcareInformation": {
- "physicianName": "string",
- "physicianPhone": "string",
- "preferredHospital": "string"
}, - "phoneNumbers": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "number": "5055055050",
- "extension": "333",
- "type": "Mobile "
}
], - "addresses": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "types": [
- "primary",
- "billing",
- "shipping"
], - "address": {
- "addressLine1": "Address Line 1",
- "addressLine2": "Address Line 2",
- "addressLine3": "Address Line 3",
- "city": "Las Cruces",
- "stateProvinceCode": "NM",
- "postalCode": "88011",
- "countryCode": "US",
- "addressType": 1
}, - "lockBox": "1234",
- "crossStreet": "Main St"
}
]
}
curl -i -X GET \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}?include=both' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "ba8feeb4-d349-4d8b-a160-7acd18fae655",
- "version": "v1",
- "type": "HCO",
- "sourceInformation": {
- "creationSource": "ADDI",
- "organization": {
- "id": "3fe9918e-f247-4617-8bfc-e41a9ba7efff"
}, - "partner": {
- "id": "3fe9918e-f247-4617-8bfc-e41a9ba7efff"
}, - "order": {
- "id": "3fe9918e-f247-4617-8bfc-e41a9ba7efff",
- "confirmDate": "2021-05-14T19:25:29.693Z"
}
}, - "organizationId": "f812566c-62db-4e52-a730-80af00c28fc7",
- "mrnNumber": "1234j",
- "personalInformation": {
- "locale": "en-US",
- "metadata": { },
- "timeZone": "Africa/Abidjan",
- "preferredLanguage": "en-US",
- "salutation": 1,
- "suffix": "PhD",
- "nickName": "Jess",
- "dob": "05/14/1980",
- "gender": "Female"
}, - "metadata": { },
- "status": "Active",
- "healthcareInformation": {
- "physicianName": "string",
- "physicianPhone": "string",
- "preferredHospital": "string"
}, - "phoneNumbers": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "number": "5055055050",
- "extension": "333",
- "type": "Mobile "
}
], - "addresses": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "types": [
- "primary",
- "billing",
- "shipping"
], - "address": {
- "addressLine1": "Address Line 1",
- "addressLine2": "Address Line 2",
- "addressLine3": "Address Line 3",
- "city": "Las Cruces",
- "stateProvinceCode": "NM",
- "postalCode": "88011",
- "countryCode": "US",
- "addressType": 1
}, - "lockBox": "1234",
- "crossStreet": "Main St"
}
]
}
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "ba8feeb4-d349-4d8b-a160-7acd18fae655",
- "version": "v1",
- "type": "HCO",
- "sourceInformation": {
- "creationSource": "ADDI",
- "organization": {
- "id": "3fe9918e-f247-4617-8bfc-e41a9ba7efff"
}, - "partner": {
- "id": "3fe9918e-f247-4617-8bfc-e41a9ba7efff"
}, - "order": {
- "id": "3fe9918e-f247-4617-8bfc-e41a9ba7efff",
- "confirmDate": "2021-05-14T19:25:29.693Z"
}
}, - "organizationId": "f812566c-62db-4e52-a730-80af00c28fc7",
- "mrnNumber": "1234j",
- "personalInformation": {
- "locale": "en-US",
- "metadata": { },
- "timeZone": "Africa/Abidjan",
- "preferredLanguage": "en-US",
- "salutation": 1,
- "suffix": "PhD",
- "nickName": "Jess",
- "dob": "05/14/1980",
- "gender": "Female"
}, - "metadata": { },
- "status": "Active",
- "healthcareInformation": {
- "physicianName": "string",
- "physicianPhone": "string",
- "preferredHospital": "string"
}, - "phoneNumbers": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "number": "5055055050",
- "extension": "333",
- "type": "Mobile "
}
], - "addresses": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "types": [
- "primary",
- "billing",
- "shipping"
], - "address": {
- "addressLine1": "Address Line 1",
- "addressLine2": "Address Line 2",
- "addressLine3": "Address Line 3",
- "city": "Las Cruces",
- "stateProvinceCode": "NM",
- "postalCode": "88011",
- "countryCode": "US",
- "addressType": 1
}, - "lockBox": "1234",
- "crossStreet": "Main St"
}
]
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
[- {
- "key": "string",
- "value": "string"
}
]
{- "id": "ba8feeb4-d349-4d8b-a160-7acd18fae655",
- "version": "v1",
- "type": "HCO",
- "sourceInformation": {
- "creationSource": "ADDI",
- "organization": {
- "id": "3fe9918e-f247-4617-8bfc-e41a9ba7efff"
}, - "partner": {
- "id": "3fe9918e-f247-4617-8bfc-e41a9ba7efff"
}, - "order": {
- "id": "3fe9918e-f247-4617-8bfc-e41a9ba7efff",
- "confirmDate": "2021-05-14T19:25:29.693Z"
}
}, - "organizationId": "f812566c-62db-4e52-a730-80af00c28fc7",
- "mrnNumber": "1234j",
- "personalInformation": {
- "locale": "en-US",
- "metadata": { },
- "timeZone": "Africa/Abidjan",
- "preferredLanguage": "en-US",
- "salutation": 1,
- "suffix": "PhD",
- "nickName": "Jess",
- "dob": "05/14/1980",
- "gender": "Female"
}, - "metadata": { },
- "status": "Active",
- "healthcareInformation": {
- "physicianName": "string",
- "physicianPhone": "string",
- "preferredHospital": "string"
}, - "phoneNumbers": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "number": "5055055050",
- "extension": "333",
- "type": "Mobile "
}
], - "addresses": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "types": [
- "primary",
- "billing",
- "shipping"
], - "address": {
- "addressLine1": "Address Line 1",
- "addressLine2": "Address Line 2",
- "addressLine3": "Address Line 3",
- "city": "Las Cruces",
- "stateProvinceCode": "NM",
- "postalCode": "88011",
- "countryCode": "US",
- "addressType": 1
}, - "lockBox": "1234",
- "crossStreet": "Main St"
}
]
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'replace' or 'remove'
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "ba8feeb4-d349-4d8b-a160-7acd18fae655",
- "version": "v1",
- "type": "HCO",
- "sourceInformation": {
- "creationSource": "ADDI",
- "organization": {
- "id": "3fe9918e-f247-4617-8bfc-e41a9ba7efff"
}, - "partner": {
- "id": "3fe9918e-f247-4617-8bfc-e41a9ba7efff"
}, - "order": {
- "id": "3fe9918e-f247-4617-8bfc-e41a9ba7efff",
- "confirmDate": "2021-05-14T19:25:29.693Z"
}
}, - "organizationId": "f812566c-62db-4e52-a730-80af00c28fc7",
- "mrnNumber": "1234j",
- "personalInformation": {
- "locale": "en-US",
- "metadata": { },
- "timeZone": "Africa/Abidjan",
- "preferredLanguage": "en-US",
- "salutation": 1,
- "suffix": "PhD",
- "nickName": "Jess",
- "dob": "05/14/1980",
- "gender": "Female"
}, - "metadata": { },
- "status": "Active",
- "healthcareInformation": {
- "physicianName": "string",
- "physicianPhone": "string",
- "preferredHospital": "string"
}, - "phoneNumbers": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "number": "5055055050",
- "extension": "333",
- "type": "Mobile "
}
], - "addresses": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "types": [
- "primary",
- "billing",
- "shipping"
], - "address": {
- "addressLine1": "Address Line 1",
- "addressLine2": "Address Line 2",
- "addressLine3": "Address Line 3",
- "city": "Las Cruces",
- "stateProvinceCode": "NM",
- "postalCode": "88011",
- "countryCode": "US",
- "addressType": 1
}, - "lockBox": "1234",
- "crossStreet": "Main St"
}
]
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/metadata' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "result": true
}
{- "types": [
- "primary",
- "billing",
- "shipping"
], - "address": {
- "addressLine1": "Address Line 1",
- "addressLine2": "Address Line 2",
- "addressLine3": "Address Line 3",
- "city": "Las Cruces",
- "stateProvinceCode": "NM",
- "postalCode": "88011",
- "countryCode": "US",
- "addressType": 1
}, - "lockBox": "'1234",
- "crossStreet": "Main St"
}
{- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "version": "v1",
- "addresses": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "types": [
- "primary",
- "billing",
- "shipping"
], - "lockbox": "1234",
- "crossStreet": "Main St",
- "address": {
- "addressLine1": "Address Line 1",
- "addressLine2": "Address Line 2",
- "addressLine3": "Address Line 3",
- "city": "Las Cruces",
- "stateProvinceCode": "NM",
- "postalCode": "88011",
- "countryCode": "US",
- "addressType": 1
}
}
]
}
curl -i -X GET \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/addresses?type=primary' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "addresses": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "types": [
- "primary",
- "billing",
- "shipping"
], - "address": {
- "addressLine1": "Address Line 1",
- "addressLine2": "Address Line 2",
- "addressLine3": "Address Line 3",
- "city": "Las Cruces",
- "stateProvinceCode": "NM",
- "postalCode": "88011",
- "countryCode": "US",
- "addressType": 1
}, - "lockBox": "1234",
- "crossStreet": "Main St"
}
]
}
curl -i -X GET \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/addresses/{addressId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "types": [
- "primary",
- "billing",
- "shipping"
], - "address": {
- "addressLine1": "Address Line 1",
- "addressLine2": "Address Line 2",
- "addressLine3": "Address Line 3",
- "city": "Las Cruces",
- "stateProvinceCode": "NM",
- "postalCode": "88011",
- "countryCode": "US",
- "addressType": 1
}, - "lockBox": "1234",
- "crossStreet": "Main St"
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/addresses/{addressId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "result": true
}
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "result": true
}
{- "number": "5055055050",
- "extension": "333",
- "type": "Mobile"
}
{- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "version": "v1",
- "phoneNumbers": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "number": "5055055050",
- "extension": "333",
- "type": "Mobile "
}
]
}
curl -i -X GET \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/phone-numbers?type=Mobile' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
[- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "number": "5055055050",
- "extension": "333",
- "type": "Mobile "
}
]
curl -i -X GET \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/phone-numbers/{phoneNumberId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "number": "5055055050",
- "extension": "333",
- "type": "Mobile "
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/phone-numbers/{phoneNumberId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "result": true
}
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "result": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/calls' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "ecgSupport": {
- "title": "string",
- "phoneNumber": "string",
- "extension": "string"
}, - "pocketMD": {
- "title": "string",
- "phoneNumber": "string",
- "extension": "string"
}, - "rrms": {
- "title": "string",
- "phoneNumber": "string",
- "extension": "string"
}, - "responsibleParties": [
- {
- "title": "string",
- "phoneNumber": "string",
- "extension": "string",
- "priority": 1
}
]
}
{- "responsiblePartyId": "33ba6925-c327-46f2-b371-c3f6555bfdeb",
- "priority": 1
}
[- {
- "id": "a3a2c2a8-d080-4b9a-9c20-f8967067b7fd",
- "subscriber": { },
- "relationship": "Mother",
- "priority": 1,
- "person": {
- "firstName": "John",
- "lastName": "Doe",
- "salutation": 1,
- "suffix": "Jr",
- "emailAddress": "jane@jdoe.com"
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "number": "5055055050",
- "extension": "333",
- "type": "Mobile "
}
], - "addresses": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "addressLine1": "Address Line 1",
- "addressLine2": "Address Line 2",
- "addressLine3": "Address Line 3",
- "city": "Las Cruces",
- "stateProvinceCode": "NM",
- "postalCode": "88011",
- "countryCode": "US",
- "addressType": 1
}
], - "isKeyHolder": true,
- "isNotifiedInEmergency": true,
- "isPHIAuthorized": true
}
]
[- {
- "legacyIdentifier": "b62640fe-6391-4f23-b0fd-5dc8c3b78711",
- "person": {
- "salutation": 1,
- "firstName": "John",
- "lastName": "Doe",
- "suffix": "Jr",
- "email": "test@test.com"
}, - "addresses": [
- {
- "addressLine1": "123 Street",
- "addressLine2": "546 N Street",
- "stateProvinceCode": "NM",
- "city": "Las Cruces",
- "postalCode": "88011",
- "countryCode": "US",
- "addressType": 1
}
], - "phoneNumbers": [
- {
- "number": "5055055050",
- "extension": "333",
- "type": "Mobile "
}
], - "relationship": "mother",
- "isKeyHolder": true,
- "isNotifiedInEmergency": true,
- "isPHIAuthorized": true
}
]
[- {
- "id": "a3a2c2a8-d080-4b9a-9c20-f8967067b7fd",
- "subscriber": { },
- "relationship": "Mother",
- "priority": 1,
- "person": {
- "firstName": "John",
- "lastName": "Doe",
- "salutation": 1,
- "suffix": "Jr",
- "emailAddress": "jane@jdoe.com"
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "number": "5055055050",
- "extension": "333",
- "type": "Mobile "
}
], - "addresses": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "addressLine1": "Address Line 1",
- "addressLine2": "Address Line 2",
- "addressLine3": "Address Line 3",
- "city": "Las Cruces",
- "stateProvinceCode": "NM",
- "postalCode": "88011",
- "countryCode": "US",
- "addressType": 1
}
], - "isKeyHolder": true,
- "isNotifiedInEmergency": true,
- "isPHIAuthorized": true
}
]
curl -i -X GET \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/responsible-parties?searchTerm=firstName&include=subscriber&take=0&skip=0&sort_by=id&order_by=ASC' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/responsible-parties/{responsiblePartyId}?include=subscriber' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "a3a2c2a8-d080-4b9a-9c20-f8967067b7fd",
- "subscriber": { },
- "relationship": "Mother",
- "priority": 1,
- "person": {
- "firstName": "John",
- "lastName": "Doe",
- "salutation": 1,
- "suffix": "Jr",
- "emailAddress": "jane@jdoe.com"
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "number": "5055055050",
- "extension": "333",
- "type": "Mobile "
}
], - "addresses": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "addressLine1": "Address Line 1",
- "addressLine2": "Address Line 2",
- "addressLine3": "Address Line 3",
- "city": "Las Cruces",
- "stateProvinceCode": "NM",
- "postalCode": "88011",
- "countryCode": "US",
- "addressType": 1
}
], - "isKeyHolder": true,
- "isNotifiedInEmergency": true,
- "isPHIAuthorized": true
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "a3a2c2a8-d080-4b9a-9c20-f8967067b7fd",
- "subscriber": { },
- "relationship": "Mother",
- "priority": 1,
- "person": {
- "firstName": "John",
- "lastName": "Doe",
- "salutation": 1,
- "suffix": "Jr",
- "emailAddress": "jane@jdoe.com"
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "number": "5055055050",
- "extension": "333",
- "type": "Mobile "
}
], - "addresses": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "addressLine1": "Address Line 1",
- "addressLine2": "Address Line 2",
- "addressLine3": "Address Line 3",
- "city": "Las Cruces",
- "stateProvinceCode": "NM",
- "postalCode": "88011",
- "countryCode": "US",
- "addressType": 1
}
], - "isKeyHolder": true,
- "isNotifiedInEmergency": true,
- "isPHIAuthorized": true
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/responsible-parties/{responsiblePartyId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "result": true
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "a3a2c2a8-d080-4b9a-9c20-f8967067b7fd",
- "subscriber": { },
- "relationship": "Mother",
- "priority": 1,
- "person": {
- "firstName": "John",
- "lastName": "Doe",
- "salutation": 1,
- "suffix": "Jr",
- "emailAddress": "jane@jdoe.com"
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "number": "5055055050",
- "extension": "333",
- "type": "Mobile "
}
], - "addresses": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "addressLine1": "Address Line 1",
- "addressLine2": "Address Line 2",
- "addressLine3": "Address Line 3",
- "city": "Las Cruces",
- "stateProvinceCode": "NM",
- "postalCode": "88011",
- "countryCode": "US",
- "addressType": 1
}
], - "isKeyHolder": true,
- "isNotifiedInEmergency": true,
- "isPHIAuthorized": true
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/responsible-parties/{responsiblePartyId}/phone-numbers/{phoneNumberId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "result": true
}
{- "number": "5055055050",
- "extension": "333",
- "type": "Mobile"
}
{- "result": true
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "a3a2c2a8-d080-4b9a-9c20-f8967067b7fd",
- "subscriber": { },
- "relationship": "Mother",
- "priority": 1,
- "person": {
- "firstName": "John",
- "lastName": "Doe",
- "salutation": 1,
- "suffix": "Jr",
- "emailAddress": "jane@jdoe.com"
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "number": "5055055050",
- "extension": "333",
- "type": "Mobile "
}
], - "addresses": [
- {
- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "addressLine1": "Address Line 1",
- "addressLine2": "Address Line 2",
- "addressLine3": "Address Line 3",
- "city": "Las Cruces",
- "stateProvinceCode": "NM",
- "postalCode": "88011",
- "countryCode": "US",
- "addressType": 1
}
], - "isKeyHolder": true,
- "isNotifiedInEmergency": true,
- "isPHIAuthorized": true
}
Delete a Responsible Party Address
curl -i -X DELETE \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/responsible-parties/{responsiblePartyId}/addresses/{addressId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "result": true
}
{- "addressLine1": "Address Line 1",
- "addressLine2": "Address Line 2",
- "addressLine3": "Address Line 3",
- "city": "Las Cruces",
- "stateProvinceCode": "NM",
- "postalCode": "88011",
- "countryCode": "US",
- "addressType": 1
}
{- "result": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/responsible-parties/{responsiblePartyId}/archive' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "result": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/responsible-parties/{responsiblePartyId}/restore' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "result": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/responsible-parties/{responsiblePartyId}/activate' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "result": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/responsible-parties/{responsiblePartyId}/deactivate' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "result": true
}
{- "bloodType": "O-",
- "notes": "universal donor"
}
{- "bloodType": "O-",
- "notes": "universal donor"
}
curl -i -X GET \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/blood-type' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "bloodType": "O-",
- "notes": "universal donor"
}
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "bloodType": "O-",
- "notes": "universal donor"
}
The record has been successfully created
{- "medicalCondtionId": "ed202f89-07f0-414d-a47b-3e4435a253b4",
- "notes": "medical condition notes"
}
{- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "medicalCondition": {
- "conditionId": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "name": "medical condition name"
}, - "notes": "medical condition notes",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
curl -i -X GET \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/medical-conditions?order_by=ASC&skip=0&take=10' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/medical-conditions/{conditionId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "medicalCondition": {
- "conditionId": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "name": "medical condition name"
}, - "notes": "medical condition notes",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "medicalCondition": {
- "conditionId": "bd2b81ba-b4ed-11eb-ad49-00155d334221",
- "name": "medical condition name"
}, - "notes": "medical condition notes",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
curl -i -X POST \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/medical-conditions/{conditionId}/archive' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/medical-conditions/{conditionId}/restore' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/medical-procedures?order_by=ASC&skip=0&take=10' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
The record has been successfully created
{- "name": "CT Scan",
- "procedureDate": "2022-02-09T22:35:08.482Z",
- "notes": "Performed by DR. Lorem Ipsum"
}
{- "id": "f7977d7b-7001-434b-b720-91f8d7a69f52",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "name": "CT Scan",
- "procedureDate": "2022-02-09T22:35:08.482Z",
- "notes": "Performed by DR. Lorem Ipsum"
}
curl -i -X GET \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/medical-procedures/{procedureId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "f7977d7b-7001-434b-b720-91f8d7a69f52",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "name": "CT Scan",
- "procedureDate": "2022-02-09T22:35:08.482Z",
- "notes": "Performed by DR. Lorem Ipsum"
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "f7977d7b-7001-434b-b720-91f8d7a69f52",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "name": "CT Scan",
- "procedureDate": "2022-02-09T22:35:08.482Z",
- "notes": "Performed by DR. Lorem Ipsum"
}
curl -i -X POST \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/medical-procedures/{procedureId}/archive' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/subscribers-profile/{subscriberId}/medical-procedures/{procedureId}/restore' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
{- "medicalAllergyId": "d621e321-20c2-4b72-8a56-dcdf177865a5",
- "notes": "Delayed response"
}
{- "id": "2c51e811-1e31-4ab9-b238-3f68973e413f",
- "notes": "Delayed response",
- "medicalAllergy": {
- "id": "0287a3db-d031-4d61-8146-410857f13318",
- "name": "Penicillin"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
curl -i -X GET \ 'https://orgs.ecg-api.com/subscriber-profile/{subscriberId}/medical-allergies?order_by=ASC&skip=0&take=10' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/subscriber-profile/{subscriberId}/medical-allergies/{allergyId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "2c51e811-1e31-4ab9-b238-3f68973e413f",
- "notes": "Delayed response",
- "medicalAllergy": {
- "id": "0287a3db-d031-4d61-8146-410857f13318",
- "name": "Penicillin"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "2c51e811-1e31-4ab9-b238-3f68973e413f",
- "notes": "Delayed response",
- "medicalAllergy": {
- "id": "0287a3db-d031-4d61-8146-410857f13318",
- "name": "Penicillin"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}
curl -i -X POST \ 'https://orgs.ecg-api.com/subscriber-profile/{subscriberId}/medical-allergies/{allergyId}/archive' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/subscriber-profile/{subscriberId}/medical-allergies/{allergyId}/restore' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/ecg-admins/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "9fc45f15-cc46-4428-8a5e-ab93dfd04fdb",
- "policies": [
- "2d91dc6e-f425-4af4-92a1-8640ecdf1e2c"
], - "customPermissions": [
- "82d5311d-d4a8-4c8d-83f1-5514da130e28"
], - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/ecg-admins/{personId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "9fc45f15-cc46-4428-8a5e-ab93dfd04fdb",
- "policies": [
- "2d91dc6e-f425-4af4-92a1-8640ecdf1e2c"
], - "customPermissions": [
- "82d5311d-d4a8-4c8d-83f1-5514da130e28"
], - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/ecg-admins?order_by=ASC&skip=0&take=10&searchTerm=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
{- "legacyIdentifier": "c45509c8-1014-4057-8f65-1c7e6fc41af9",
- "policies": [
- "d5e8eac7-5603-4ad8-b535-c504f6559e4a"
], - "person": {
- "salutation": 1,
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "contactEmailAddress": "string"
}, - "account": {
- "email": "string@gmail.com",
- "password": "string",
- "isAutoGenerated": true
}, - "addresses": [
- {
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "regionCode": "US",
- "addressType": 1
}
], - "phoneNumbers": [
- {
- "extension": "string",
- "phoneNumber": "string",
- "phoneType": 1
}
], - "customPermissions": [
- "2e1af7d3-26ee-4964-99bc-d4f4a62c08f4"
]
}
{- "id": "9fc45f15-cc46-4428-8a5e-ab93dfd04fdb",
- "policies": [
- "2d91dc6e-f425-4af4-92a1-8640ecdf1e2c"
], - "customPermissions": [
- "82d5311d-d4a8-4c8d-83f1-5514da130e28"
], - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/ecg-admins/{personId}/activate' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/ecg-admins/{personId}/deactivate' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/ecg-admins/{personId}/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/partners/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/partners?order_by=ASC&skip=0&take=10&include=subscribers' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
{- "legacyIdentifier": "42d6fefc-a964-441e-877f-4f5bab89b38d",
- "allowSubscriberAccess": false,
- "person": {
- "salutation": 1,
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "contactEmailAddress": "string"
}, - "account": {
- "email": "string@gmail.com",
- "password": "string",
- "isAutoGenerated": true
}, - "organization": {
- "legacyIdentifier": "3f1ca924-2bf6-4780-acb1-61f71b71d1e2",
- "parentId": "c0d67311-b0c5-4439-87a9-038cbb490091",
- "type": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "addresses": [
- {
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "regionCode": "US",
- "addressType": 1
}
], - "phoneNumbers": [
- {
- "extension": "string",
- "phoneNumber": "string",
- "phoneType": 1
}
], - "onBoardingPartnerId": "6ba3d887-21e4-4d9b-9c9b-28cbd2482126",
- "originationSource": "CRM",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "string",
- "signOnDate": "2024-11-27T12:27:28.091Z",
- "timezoneId": "string",
- "actionPlanCode": "string"
}, - "parentId": "2fcceabd-56aa-465c-aba3-09a208a46e8f",
- "partnerType": "ffc3bfc0-8a2c-42dc-bd2b-d93023d20f7d",
- "addresses": [
- {
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "regionCode": "US",
- "addressType": 1
}
], - "phoneNumbers": [
- {
- "extension": "string",
- "phoneNumber": "string",
- "phoneType": 1
}
], - "integrationMetadata": {
- "key": "value"
}, - "signOnDate": "2024-11-27T12:27:28.121Z"
}
{- "id": "6ec43f2f-4fbf-4bd8-9060-0994c65d31c2",
- "partnerType": {
- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "allowSubscriberAccess": false,
- "subscribers": [
- {
- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string"
}
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "signOnDate": "2024-11-27T12:27:28.135Z",
- "customerId": "string",
- "parentPartner": {
- "id": "6ec43f2f-4fbf-4bd8-9060-0994c65d31c2",
- "partnerType": {
- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "allowSubscriberAccess": false,
- "subscribers": [
- {
- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string"
}
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "signOnDate": "2024-11-27T12:27:28.135Z",
- "customerId": "string"
}, - "subsidiaries": [
- {
- "id": "6ec43f2f-4fbf-4bd8-9060-0994c65d31c2",
- "partnerType": {
- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "allowSubscriberAccess": false,
- "subscribers": [
- {
- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": null,
- "type": null,
- "status": null,
- "hcoXrefId": null,
- "businessName": null,
- "displayName": null,
- "integrationMetadata": { },
- "nodes": [ ],
- "ancestryNodes": [ ],
- "originationSource": null,
- "onBoardingStatus": null,
- "organizationStatus": null,
- "rrmsSiteGroupId": null,
- "timezoneId": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "party": null,
- "signOnDate": null,
- "actionPlanCode": null,
- "customerId": null
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string"
}
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "signOnDate": "2024-11-27T12:27:28.135Z",
- "customerId": "string"
}
]
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/partners/{partnerId}?include=subscribers' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "6ec43f2f-4fbf-4bd8-9060-0994c65d31c2",
- "partnerType": {
- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "allowSubscriberAccess": false,
- "subscribers": [
- {
- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string"
}
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "signOnDate": "2024-11-27T12:27:28.135Z",
- "customerId": "string",
- "parentPartner": {
- "id": "6ec43f2f-4fbf-4bd8-9060-0994c65d31c2",
- "partnerType": {
- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "allowSubscriberAccess": false,
- "subscribers": [
- {
- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string"
}
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "signOnDate": "2024-11-27T12:27:28.135Z",
- "customerId": "string"
}, - "subsidiaries": [
- {
- "id": "6ec43f2f-4fbf-4bd8-9060-0994c65d31c2",
- "partnerType": {
- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "allowSubscriberAccess": false,
- "subscribers": [
- {
- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": null,
- "type": null,
- "status": null,
- "hcoXrefId": null,
- "businessName": null,
- "displayName": null,
- "integrationMetadata": { },
- "nodes": [ ],
- "ancestryNodes": [ ],
- "originationSource": null,
- "onBoardingStatus": null,
- "organizationStatus": null,
- "rrmsSiteGroupId": null,
- "timezoneId": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "party": null,
- "signOnDate": null,
- "actionPlanCode": null,
- "customerId": null
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string"
}
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "signOnDate": "2024-11-27T12:27:28.135Z",
- "customerId": "string"
}
]
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "6ec43f2f-4fbf-4bd8-9060-0994c65d31c2",
- "partnerType": {
- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "allowSubscriberAccess": false,
- "subscribers": [
- {
- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string"
}
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "signOnDate": "2024-11-27T12:27:28.135Z",
- "customerId": "string",
- "parentPartner": {
- "id": "6ec43f2f-4fbf-4bd8-9060-0994c65d31c2",
- "partnerType": {
- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "allowSubscriberAccess": false,
- "subscribers": [
- {
- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string"
}
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "signOnDate": "2024-11-27T12:27:28.135Z",
- "customerId": "string"
}, - "subsidiaries": [
- {
- "id": "6ec43f2f-4fbf-4bd8-9060-0994c65d31c2",
- "partnerType": {
- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "allowSubscriberAccess": false,
- "subscribers": [
- {
- "id": "1750bf9b-f885-4b5f-ab89-5e4ffd8106b7",
- "policies": [
- "78f6a049-64a2-4289-a459-69c970342a44"
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organizationId": "91dc8390-968e-4f92-b851-ab856e42084d",
- "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "party": {
- "id": null,
- "legacyIdentifier": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "phoneNumbers": [ ],
- "addresses": [ ]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": null,
- "type": null,
- "status": null,
- "hcoXrefId": null,
- "businessName": null,
- "displayName": null,
- "integrationMetadata": { },
- "nodes": [ ],
- "ancestryNodes": [ ],
- "originationSource": null,
- "onBoardingStatus": null,
- "organizationStatus": null,
- "rrmsSiteGroupId": null,
- "timezoneId": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "party": null,
- "signOnDate": null,
- "actionPlanCode": null,
- "customerId": null
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "status": 1,
- "nonPERS": false,
- "actionPlanCode": "string",
- "contactId": "string",
- "mrnNumber": "string"
}
], - "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "integrationMetadata": {
- "key": "value"
}, - "signOnDate": "2024-11-27T12:27:28.135Z",
- "customerId": "string"
}
]
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/partners/{partnerId}/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X POST \ 'https://orgs.ecg-api.com/api/partners/{partnerId}/crm-sync' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ https://orgs.ecg-api.com/api/partners/sync/customerId \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/partner-types/children/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/partner-types/direct-commissions/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/partner-types/indirect-commissions/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/partner-types/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
{- "name": "string",
- "code": "string",
- "description": "string | null",
- "apptivoValueId": "string",
- "directPayout": false,
- "successLadderBonus": "5ff34d19-3de1-46bd-980d-84b5d5c3fecc"
}
{- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/partner-types?order_by=ASC&skip=0&take=10&searchTerm=string&sort_by=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/partner-types/{partnerTypeId}?include=parent' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/api/partner-types/{partnerTypeId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/partner-types/{partnerTypeId}/activate' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/partner-types/{partnerTypeId}/deactivate' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/partner-types/{partnerTypeId}/children' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
{- "childPartnerTypeIds": [
- "721f607e-3fe3-4cfb-81bb-404dff4756ff"
]
}
null
curl -i -X DELETE \ 'https://orgs.ecg-api.com/api/partner-types/{partnerTypeId}/children/{childrenId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/partner-types/{partnerTypeId}/children/{childrenId}/indirect-commissions' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "14819e79-2ce9-4c6e-a7bc-15d13030179b",
- "parentPartnerType": "eba158a1-7eed-4250-8cce-d831160f2eae",
- "childPartnerType": {
- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}, - "productId": "ade08566-440e-4fdc-be9a-51286fd119fa",
- "recurringCommissionAmount": 0,
- "oneTimeCommissionAmount": 0
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/partner-types/{partnerTypeId}/direct-commissions/{commissionId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "e9c18f1c-22a6-4913-a459-a83b3b2fab87",
- "productId": "d9c5ff60-0301-4e48-904d-6c97ad5f5e12",
- "partnerType": {
- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}, - "isOneTimeCommission": false,
- "isRecurringCommission": false,
- "recurringCommissionAmount": 0,
- "oneTimeCommissionAmount": 0
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "e9c18f1c-22a6-4913-a459-a83b3b2fab87",
- "productId": "d9c5ff60-0301-4e48-904d-6c97ad5f5e12",
- "partnerType": {
- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}, - "isOneTimeCommission": false,
- "isRecurringCommission": false,
- "recurringCommissionAmount": 0,
- "oneTimeCommissionAmount": 0
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/api/partner-types/{partnerTypeId}/direct-commissions/{commissionId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
{- "productId": "e3d41dd7-776a-4de6-b5c9-5ef2a729280e",
- "oneTimeCommission": {
- "allowed": false,
- "commissionAmount": 0
}, - "recurringCommission": {
- "allowed": false,
- "commissionAmount": 0
}
}
{- "id": "e9c18f1c-22a6-4913-a459-a83b3b2fab87",
- "productId": "d9c5ff60-0301-4e48-904d-6c97ad5f5e12",
- "partnerType": {
- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}, - "isOneTimeCommission": false,
- "isRecurringCommission": false,
- "recurringCommissionAmount": 0,
- "oneTimeCommissionAmount": 0
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/partner-types/{partnerTypeId}/direct-commissions' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/partner-types/{partnerTypeId}/indirect-commissions' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/partner-types/{partnerTypeId}/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/partner-types/{partnerTypeId}/children/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/partner-types/{partnerTypeId}/direct-commissions/{commissionId}/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/partner-types/{partnerTypeId}/indirect-commissions/{commissionId}/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
{- "successLadderBonus": "384d87b8-914e-4bef-baa7-e4c725ffacb3"
}
{- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/partner-types/{partnerTypeId}/success-ladder-bonuses' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "value": true
}
{- "hcoCommission": 0
}
{- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
{- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
{- "id": "cdfbf6c1-be09-46bf-8a8f-038b578456bb",
- "name": "string",
- "code": "string",
- "description": "string",
- "apptivoValueId": "string",
- "hcoCommission": 0,
- "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "directPayout": false,
- "successLadderBonus": {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}, - "hasSLB": true
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/api/partner-types/{partnerTypeId}/hco-commissions' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/success-ladder-bonuses/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
{- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
]
}
{- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/success-ladder-bonuses?order_by=ASC' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
[- {
- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "0680bdd0-db5d-4d45-9218-be41aae1cdba",
- "title": "string",
- "description": "string",
- "currencyCode": "string",
- "tiers": [
- {
- "qty": 0,
- "bonus": 0
}
], - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/success-ladder-bonuses/{successLadderBonusId}/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/policy-groups/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
In the preceding JSON:
The 'op' property indicates the type of operation.
The 'path' property indicates the element to update.
The 'value' property provides the new value. - The TYPE of 'value' depends on the TYPE of the element in 'path'
For Example: If TYPE of element in path: '/isProvider' is 'boolean' , then The TYPE of Value should be 'boolean'
op can be 'add' , 'replace' or 'remove'
add : Add a property or array element. For existing property: set value.
remove : Remove a property or array element.
replace : Same as remove followed by add at same location.
[- {
- "value": "new_value",
- "path": "/path",
- "op": "replace"
}
]
{- "id": "62d97ce6-9b57-41e7-b3e4-ce21a23d3f28",
- "title": "string",
- "code": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "policies": [
- {
- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "permissions": [
- {
- "id": "7e97dc50-02e2-499d-af2e-845d95b7fd13",
- "name": "string",
- "code": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "module": {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}, - "policies": [
- {
- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "organization": {
- "id": null,
- "type": null,
- "status": null,
- "hcoXrefId": null,
- "businessName": null,
- "displayName": null,
- "integrationMetadata": { },
- "nodes": [ ],
- "ancestryNodes": [ ],
- "originationSource": null,
- "onBoardingStatus": null,
- "organizationStatus": null,
- "rrmsSiteGroupId": null,
- "timezoneId": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "party": null,
- "signOnDate": null,
- "actionPlanCode": null,
- "customerId": null,
- "parentOrganization": null,
- "onBoardingPartner": null,
- "childOrganizations": [ ]
}
}
]
}
]
}
]
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/policy-groups/{policyGroupId}?include=policies' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "62d97ce6-9b57-41e7-b3e4-ce21a23d3f28",
- "title": "string",
- "code": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "policies": [
- {
- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "permissions": [
- {
- "id": "7e97dc50-02e2-499d-af2e-845d95b7fd13",
- "name": "string",
- "code": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "module": {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}, - "policies": [
- {
- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "organization": {
- "id": null,
- "type": null,
- "status": null,
- "hcoXrefId": null,
- "businessName": null,
- "displayName": null,
- "integrationMetadata": { },
- "nodes": [ ],
- "ancestryNodes": [ ],
- "originationSource": null,
- "onBoardingStatus": null,
- "organizationStatus": null,
- "rrmsSiteGroupId": null,
- "timezoneId": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "party": null,
- "signOnDate": null,
- "actionPlanCode": null,
- "customerId": null,
- "parentOrganization": null,
- "onBoardingPartner": null,
- "childOrganizations": [ ]
}
}
]
}
]
}
]
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/api/policy-groups/{policyGroupId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/policy-groups?order_by=ASC&skip=0&take=10&searchTerm=string&include=policies&sort_by=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
{- "title": "string",
- "code": "string",
- "description": "string | null",
- "policies": [
- "a02b3c99-2751-4850-a34c-6d0d72d3c04c"
]
}
{- "id": "62d97ce6-9b57-41e7-b3e4-ce21a23d3f28",
- "title": "string",
- "code": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "policies": [
- {
- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "permissions": [
- {
- "id": "7e97dc50-02e2-499d-af2e-845d95b7fd13",
- "name": "string",
- "code": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "module": {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}, - "policies": [
- {
- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "organization": {
- "id": null,
- "type": null,
- "status": null,
- "hcoXrefId": null,
- "businessName": null,
- "displayName": null,
- "integrationMetadata": { },
- "nodes": [ ],
- "ancestryNodes": [ ],
- "originationSource": null,
- "onBoardingStatus": null,
- "organizationStatus": null,
- "rrmsSiteGroupId": null,
- "timezoneId": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "party": null,
- "signOnDate": null,
- "actionPlanCode": null,
- "customerId": null,
- "parentOrganization": null,
- "onBoardingPartner": null,
- "childOrganizations": [ ]
}
}
]
}
]
}
]
}
{- "policyIds": [
- "ae8b63fe-2852-4f0d-94ac-7c0fab50b253"
]
}
{- "value": true
}
{- "policyIds": [
- "ae8b63fe-2852-4f0d-94ac-7c0fab50b253"
]
}
{- "id": "62d97ce6-9b57-41e7-b3e4-ce21a23d3f28",
- "title": "string",
- "code": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "policies": [
- {
- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "phoneNumbers": [
- null
], - "addresses": [
- null
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "permissions": [
- {
- "id": "7e97dc50-02e2-499d-af2e-845d95b7fd13",
- "name": "string",
- "code": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "module": {
- "id": "44af22f0-507d-4cfe-886c-16f33df91c6c",
- "name": "string",
- "description": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}
}, - "policies": [
- {
- "id": "0820bd5b-4b4b-4da7-a12f-a52c81874523",
- "name": "string",
- "code": "string",
- "description": "string",
- "IsInUse": false,
- "internalUseOnly": false,
- "archiveInfo": {
- "archived": null,
- "archivedStatusChangedAt": null
}, - "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}, - "activeInfo": {
- "active": null,
- "activeStatusChangedAt": null
}, - "organization": {
- "id": null,
- "type": null,
- "status": null,
- "hcoXrefId": null,
- "businessName": null,
- "displayName": null,
- "integrationMetadata": { },
- "nodes": [ ],
- "ancestryNodes": [ ],
- "originationSource": null,
- "onBoardingStatus": null,
- "organizationStatus": null,
- "rrmsSiteGroupId": null,
- "timezoneId": null,
- "archiveInfo": null,
- "auditInfo": null,
- "activeInfo": null,
- "party": null,
- "signOnDate": null,
- "actionPlanCode": null,
- "customerId": null,
- "parentOrganization": null,
- "onBoardingPartner": null,
- "childOrganizations": [ ]
}
}
]
}
]
}
]
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/policy-groups/{policyGroupId}/archive' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/policy-groups/{policyGroupId}/restore' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/policy-groups/{policyGroupId}/audit-trails?order_by=ASC&skip=0&take=10&sort_by=string&searchTerm=UPDATE&dateRangeType=custom&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
{- "aneltoUsername": "string",
- "aneltoPassword": "string"
}
{- "aneltoUsername": "string",
- "aneltoPasswordReference": "string",
- "secretsManagerArn": "string",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/anelto-credentials' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "aneltoUsername": "string",
- "aneltoPasswordReference": "string",
- "secretsManagerArn": "string",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
{- "aneltoUsername": "string",
- "aneltoPassword": "string"
}
{- "aneltoUsername": "string",
- "aneltoPasswordReference": "string",
- "secretsManagerArn": "string",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/subscriber-devices?provisioningAttribute=string&provisioningAttributeValue=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X PATCH \ 'https://orgs.ecg-api.com/api/subscriber-devices/{deviceId}/retire' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "a77840da-6f33-4f93-a245-b132c46d533b",
- "subscriberId": "b602b190-de40-430b-b0b6-31e1b9465975",
- "organizationId": "caaae83f-4a35-4d54-99f5-a1e870f04c5f",
- "orderId": "62880022075fb6accd9c2afc",
- "orderLineItemId": "62880022075fb6accd9c2afc",
- "productType": "anelto-hub",
- "primaryAttribute": "ANZ0000",
- "provisionedAttributes": {
- "address": "124 N Street"
}, - "effectiveFrom": "2020-01-01 06:30:00",
- "effectiveTo": "2021-01-02 06:30:00",
- "orderType": 1,
- "active": false,
- "auditFields": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/subscriber-devices/subscriber?include=organization&provisioningAttribute=string&provisioningAttributeValue=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
{- "personId": "f6293edb-da0e-4cf2-abcb-2017ec924a59"
}
{- "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "clientId": "string"
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/client-credentials?order_by=ASC&skip=0&take=10&searchTerm=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/client-credentials/{clientId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "clientId": "string",
- "clientSecret": "string"
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/client-credentials/{clientId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/client-credentials/{clientId}/re-sync' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/client-credentials/{clientId}/archive' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/client-credentials/{clientId}/restore' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/api-keys?order_by=ASC&skip=0&take=10&searchTerm=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
{- "apiKey": "string",
- "personId": "5da78b4a-9a53-47cb-b89d-df899cb2d678"
}
{- "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "apiKey": "string"
}
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/api-keys/{apiKey}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "person": {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}, - "organization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "apiKey": "string"
}
curl -i -X DELETE \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/api-keys/{apiKey}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/api-keys/{apiKey}/re-sync' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/api-keys/{apiKey}/archive' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
curl -i -X POST \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/api-keys/{apiKey}/restore' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
Permissions needed - subscribers.admin
{- "targetOrgId": "bf68332e-15f3-419d-b0b4-e6c4aca0689c",
- "scheduledAt": "2024-11-27T12:27:29.612Z",
- "orderInfo": [
- {
- "sourceOrderId": "8f004e16-1539-4dc9-b3a3-fb8954481895",
- "targetContractId": "062ca7d7-a8e0-436e-a921-c6a960ee79ac"
}
]
}
{- "value": true
}
Permissions needed - subscribers.admin
curl -i -X GET \ 'https://orgs.ecg-api.com/api/subscribers/{personId}/transfers?order_by=ASC&skip=0&take=25&organizationId=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
Permissions needed - subscribers.admin
curl -i -X POST \ 'https://orgs.ecg-api.com/api/subscribers/{personId}/transfers/re-sync' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
Permissions needed - subscribers.admin
curl -i -X GET \ 'https://orgs.ecg-api.com/api/subscribers/{personId}/transfers/status' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "b4d775b3-8985-4a92-86f4-34f0041bb2ad",
- "personId": "096e5502-ba9a-4b52-a0a5-e3b3b232d391",
- "message": "string",
- "progressPercentage": 10,
- "status": "IN-PROGRESS",
- "eventId": "string",
- "error": {
- "node": "string",
- "errorMessage": "string"
}, - "completedAt": "string"
}
Permissions needed - subscribers.admin
curl -i -X GET \ 'https://orgs.ecg-api.com/api/subscriber-transfer-activities?subscriberId=string&sourceOrgId=string&targetOrgId=string&subscriberOrganizationHistoryId=string&status=IN-PROGRESS&batchId=string&skip=0&take=25' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
Permissions needed - subscribers.admin
{- "targetOrgId": "ac13c5f3-25c0-4b94-af9a-5016279b9a32",
- "scheduledAt": "2024-11-27T12:27:29.604Z",
- "transferInfo": [
- {
- "subscriberId": "8c5da2fb-bccc-42b1-bee9-4bfff1775509",
- "orderInfo": [
- {
- "sourceOrderId": "f2c86c31-d378-4001-8656-9d0a22064144",
- "targetContractId": "5be199af-62ae-45a3-8c9f-575eaa180e48"
}
]
}
]
}
{- "id": "c1f393e9-d7ee-46c4-bae6-2b8387024c0e",
- "sourceOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "targetOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "subscribers": [
- {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}
], - "scheduledAt": "2024-11-27T12:27:29.606Z",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
Permissions needed - subscribers.read
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/batch-transfers?order_by=ASC&skip=0&take=25&batchId=string&subscriberId=string&dateRangeType=custom&from=string&to=string&include=source-org' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null
Permissions needed - subscribers.admin
curl -i -X POST \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/batch-transfers/{batchId}/re-sync' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "value": true
}
Permissions needed - subscribers.read
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/batch-transfers/{batchId}?include=source-org' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "id": "c1f393e9-d7ee-46c4-bae6-2b8387024c0e",
- "sourceOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "targetOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string",
- "parentOrganization": {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}, - "onBoardingPartner": "edeb8eb6-735b-4fcb-8e51-88c21f2ae1f4",
- "childOrganizations": [
- {
- "id": "81b5fabf-31a4-49bc-a4c3-81930cc8ba5c",
- "type": "string",
- "status": "string",
- "hcoXrefId": "string",
- "businessName": "string",
- "displayName": "string",
- "integrationMetadata": {
- "key": "value"
}, - "nodes": [
- "71bf1639-94cd-4711-91ad-116a89505f95"
], - "ancestryNodes": [
- "4eb620f3-bc62-4445-beab-d34f37c825c6"
], - "originationSource": "string",
- "onBoardingStatus": 1,
- "organizationStatus": 1,
- "rrmsSiteGroupId": "79d93ec0-7744-4d90-8895-273305311e29",
- "timezoneId": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": null,
- "createdBy": null,
- "updatedAt": null,
- "updatedBy": null
}
}
]
}, - "signOnDate": "2024-11-27T12:27:28.100Z",
- "actionPlanCode": "string",
- "customerId": "string"
}
]
}, - "subscribers": [
- {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": "696d3992-e45d-4f7a-975b-5ee36ce321e4",
- "phoneType": "1",
- "phoneNumber": "string",
- "extension": "string"
}
], - "addresses": [
- {
- "id": "61ef39cd-4464-4365-bbc5-c63d06308be2",
- "addressType": 1,
- "addressLine1": "252 Lomas Santa Fe Dr Suite 290",
- "addressLine2": "Behind times square garden",
- "stateProvinceCode": "AL",
- "stateProvinceName": "Alabama",
- "city": "San Diego",
- "postalCode": "92075",
- "countryCode": "US",
- "countryName": "United States",
- "regionCode": "US",
- "regionName": "United States",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
]
}
}
], - "scheduledAt": "2024-11-27T12:27:29.606Z",
- "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}
}
Permissions needed - subscribers.admin
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/batch-transfers/{batchId}/status?include=subscriber' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "items": [
- {
- "status": "IN-PROGRESS",
- "count": 1,
- "subscribers": [
- {
- "id": "4ccd115b-aac2-49d1-9082-bb0ff4120e0b",
- "salutation": "1",
- "firstName": "string",
- "lastName": "string",
- "suffix": "string",
- "emailAddress": "string",
- "party": {
- "id": "e2071168-e8b3-4502-9bdf-b7594781cefb",
- "legacyIdentifier": "string",
- "archiveInfo": {
- "archived": false,
- "archivedStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "auditInfo": {
- "createdAt": "2024-11-27T12:27:28.042Z",
- "createdBy": "321644ae-396e-4502-b325-3700d2ee56f0",
- "updatedAt": "2024-11-27T12:27:28.043Z",
- "updatedBy": "784600d0-5ee0-482a-aeab-21e918c34501"
}, - "activeInfo": {
- "active": true,
- "activeStatusChangedAt": "2024-11-27T12:27:28.044Z"
}, - "phoneNumbers": [
- {
- "id": null,
- "phoneType": null,
- "phoneNumber": null,
- "extension": null
}
], - "addresses": [
- {
- "id": null,
- "addressType": null,
- "addressLine1": null,
- "addressLine2": null,
- "stateProvinceCode": null,
- "stateProvinceName": null,
- "city": null,
- "postalCode": null,
- "countryCode": null,
- "countryName": null,
- "regionCode": null,
- "regionName": null,
- "auditInfo": null
}
]
}
}
]
}
], - "total": 1
}
Permissions needed - subscribers.phi.read
curl -i -X GET \ 'https://orgs.ecg-api.com/api/organizations/{organizationId}/status-histories?order_by=ASC&skip=0&take=10&subscriberId=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
null