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": "62dc7fe1-3ce6-4244-99b3-7482de84d8a9",
"PartnerId": "2e29f90d-26e1-4339-8d67-1a676f153902",
"RoleId": 3,
"FromFIS": true,
"LastMaintenanceName": "sample string 5",
"LastMaintenanceDate": "2026-08-25T03:38:33.0006505+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-08-25T03:38:33.0006505+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 5</LastMaintenanceName>
<PartnerId>2e29f90d-26e1-4339-8d67-1a676f153902</PartnerId>
<PartnerRoleId>62dc7fe1-3ce6-4244-99b3-7482de84d8a9</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": "cfaa93fa-46f0-4bd5-991f-401722d7c290",
"PartnerId": "c81b4fef-406e-4911-a8b6-287a7014f9ff",
"RoleId": 3,
"FromFIS": true,
"LastMaintenanceName": "sample string 5",
"LastMaintenanceDate": "2026-08-25T03:38:33.0006505+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-08-25T03:38:33.0006505+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 5</LastMaintenanceName>
<PartnerId>c81b4fef-406e-4911-a8b6-287a7014f9ff</PartnerId>
<PartnerRoleId>cfaa93fa-46f0-4bd5-991f-401722d7c290</PartnerRoleId>
<RoleId>3</RoleId>
</PartnerRoleTrials>