POST PartnerRole/Base/Delete
Request Information
URI Parameters
None.
Body Parameters
PartnerRoleTrialsName | 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": "9b4bce0f-40f7-4cf9-9ee1-39b5e00e7ebe", "PartnerId": "1708befb-b785-4194-9be6-7dad0b699f0f", "RoleId": 3, "FromFIS": true, "LastMaintenanceName": "sample string 5", "LastMaintenanceDate": "2025-06-27T04:00:17.7514283+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>2025-06-27T04:00:17.7514283+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 5</LastMaintenanceName> <PartnerId>1708befb-b785-4194-9be6-7dad0b699f0f</PartnerId> <PartnerRoleId>9b4bce0f-40f7-4cf9-9ee1-39b5e00e7ebe</PartnerRoleId> <RoleId>3</RoleId> </PartnerRoleTrials>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.