Extended Organisation Profile
GetExtendedOrganisationProfiles
GET {{domain}}/api/v1/profile/extended/organisation
Gets the list of extended organisation profiles
Path Parameters
clientId
string
Client Id of the application
Query Parameters
pageSize
integer
Page size for pagination. Default value is set to 10
pageNumber
integer
Page number for pagination. Default value is set to 1
{
"message": "200",
"data": [
{
"OrganisationId": 1,
"Address": "Yaba",
"RCNumber": "A154FC",
},
{
"OrganisationId": 3,
"Address": "Ikeja",
"RCNumber": "AA11bb",
}
]
}GetExtendedOrganisationProfileById
GET {{domain}}/api/v1/profile/extended/organisation
Gets the list of extended organisation profiles
Path Parameters
orgId
string
Organisation Id
clientId
string
Client Id of the application
CreateExtendedOrganisationProfile
POST {{domain}}/api/v1/profile/extended/organisation
Creates an extended organisation profile
Request Body
object
{ "payload": { "{{attributeName}}": "{{attributeValue}}" }, "clientId": "string", "entityName": "string", "organisationId": "string", }
UpdateExtendedOrganisationProfile
PUT {{domain}}/api/v1/profile/extended/organisation
Creates an extended organisation profile
Request Body
object
{ "payload": { "{{attributeName}}": "{{attributeValue}}" }, "clientId": "string", "entityName": "string", "organisationId": "string", }
Last updated
Was this helpful?