POST PartnerRole/Base/DeleteAll
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"PartnerRoleId": "1d446832-fd03-4ff1-ad14-fd55e0bec938",
"PartnerId": "f06f3b0e-99ce-4a3c-bdf4-406467e9ddce",
"RoleId": 3,
"FromFIS": true,
"LastMaintenanceName": "sample string 5",
"LastMaintenanceDate": "2025-10-28T02:19:48.4082329+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>2025-10-28T02:19:48.4082329+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 5</LastMaintenanceName>
<PartnerId>f06f3b0e-99ce-4a3c-bdf4-406467e9ddce</PartnerId>
<PartnerRoleId>1d446832-fd03-4ff1-ad14-fd55e0bec938</PartnerRoleId>
<RoleId>3</RoleId>
</PartnerRoleTrials>
<PartnerRoleTrials z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfPartnerRoleTrials>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.