POST api/PartnerRole/BaseGetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PartnerRoleTrials| Name | Description | Type | Additional information |
|---|---|---|---|
| PartnerRoleId | globally unique identifier |
None. |
|
| PartnerId | globally unique identifier |
None. |
|
| RoleId | integer |
None. |
|
| FromFIS | boolean |
None. |
|
| LastMaintenanceName | string |
None. |
|
| LastMaintenanceDate | date |
None. |
|
| ChangeTracker | ObjectChangeTracker |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"PartnerRoleId": "10c9a8c7-167c-4d26-868a-a01f77ed0436",
"PartnerId": "27524361-709f-4fb8-8a9b-0b7fb841f43e",
"RoleId": 3,
"FromFIS": true,
"LastMaintenanceName": "sample string 5",
"LastMaintenanceDate": "2026-05-12T10:57:10.7476185+00:00",
"ChangeTracker": {
"$id": "2",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
},
{
"$ref": "1"
}
]
application/xml, text/xml
Sample:
<ArrayOfPartnerRoleTrials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<PartnerRoleTrials z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<FromFIS>true</FromFIS>
<LastMaintenanceDate>2026-05-12T10:57:10.7476185+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 5</LastMaintenanceName>
<PartnerId>27524361-709f-4fb8-8a9b-0b7fb841f43e</PartnerId>
<PartnerRoleId>10c9a8c7-167c-4d26-868a-a01f77ed0436</PartnerRoleId>
<RoleId>3</RoleId>
</PartnerRoleTrials>
<PartnerRoleTrials z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfPartnerRoleTrials>