Retrieve a list of all partner organisations with optional pagination
OK
Unauthorized
{- "items": [
- {
- "id": "string",
- "name": "string",
- "data": {
- "zuoraAccountId": "string",
- "isZuoraInvoiceOwner": true,
- "salesforceAccountId": "string",
}, - "record_type": "partner_org",
- "service": "limio",
- "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z"
}
], - "queryMore": "string"
}Create a new partner organisation
Created
Unauthorized
{- "name": "string",
- "zuoraAccountId": "string",
- "isZuoraInvoiceOwner": true,
- "salesforceAccountId": "string",
}{- "id": "string",
- "name": "string",
- "data": {
- "zuoraAccountId": "string",
- "isZuoraInvoiceOwner": true,
- "salesforceAccountId": "string",
}, - "record_type": "partner_org",
- "service": "limio",
- "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z"
}Create a new user for a specific partner organisation
Created
Unauthorized
{- "email": "user@example.com"
}{- "id": "string",
- "name": "string",
- "data": {
- "email": "user@example.com"
}, - "partner_org": "string",
- "record_type": "partner_user",
- "service": "limio",
- "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z"
}Update an existing partner organisation's details
Updated
Unauthorized
{- "zuoraAccountId": "string",
- "isZuoraInvoiceOwner": true,
- "salesforceAccountId": "string",
}{- "id": "string",
- "name": "string",
- "data": {
- "zuoraAccountId": "string",
- "isZuoraInvoiceOwner": true,
- "salesforceAccountId": "string",
}, - "record_type": "partner_org",
- "service": "limio",
- "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z"
}Retrieve all users associated with a specific partner organisation
OK
Unauthorized
{- "items": [
- {
- "id": "string",
- "name": "string",
- "data": {
- "email": "user@example.com"
}, - "partner_org": "string",
- "record_type": "partner_user",
- "service": "limio",
- "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z"
}
], - "queryMore": "string"
}