POST PartnerRole/Base/Save
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"PartnerRoleId": "b82cb6c9-35e2-417b-8221-9a78d6026326",
"PartnerId": "37a64313-5977-4a7b-97f1-f083038ed94d",
"RoleId": 3,
"FromFIS": true,
"LastMaintenanceName": "sample string 5",
"LastMaintenanceDate": "2026-01-27T11:44:30.5264695+00:00",
"ChangeTracker": {
"$id": "2",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
}
application/xml, text/xml
Sample:
<PartnerRoleTrials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<FromFIS>true</FromFIS>
<LastMaintenanceDate>2026-01-27T11:44:30.5264695+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 5</LastMaintenanceName>
<PartnerId>37a64313-5977-4a7b-97f1-f083038ed94d</PartnerId>
<PartnerRoleId>b82cb6c9-35e2-417b-8221-9a78d6026326</PartnerRoleId>
<RoleId>3</RoleId>
</PartnerRoleTrials>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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:
{
"PartnerRoleId": "fb4bc466-4e30-4016-86ec-5a5725cd58fc",
"PartnerId": "4bab3719-404e-4c58-b70e-5593e5c90612",
"RoleId": 3,
"FromFIS": true,
"LastMaintenanceName": "sample string 5",
"LastMaintenanceDate": "2026-01-27T11:44:30.5264695+00:00",
"ChangeTracker": {
"$id": "2",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
}
application/xml, text/xml
Sample:
<PartnerRoleTrials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<FromFIS>true</FromFIS>
<LastMaintenanceDate>2026-01-27T11:44:30.5264695+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 5</LastMaintenanceName>
<PartnerId>4bab3719-404e-4c58-b70e-5593e5c90612</PartnerId>
<PartnerRoleId>fb4bc466-4e30-4016-86ec-5a5725cd58fc</PartnerRoleId>
<RoleId>3</RoleId>
</PartnerRoleTrials>