POST SalesEntityPartnerRole/Base/DeleteAll

Request Information

URI Parameters

None.

Body Parameters

Collection of SalesEntityPartnerRoleTrials
NameDescriptionTypeAdditional information
Region

string

None.

SalesEntityCode

string

None.

SalesEntityTypeId

integer

None.

PartnerRoleId

globally unique identifier

None.

FromFIS

boolean

None.

LastMaintenanceName

string

None.

LastMaintenanceDate

date

None.

ChangeTracker

ObjectChangeTracker

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Region": "sample string 1",
    "SalesEntityCode": "sample string 2",
    "SalesEntityTypeId": 3,
    "PartnerRoleId": "76f63550-c579-4f8a-b232-c9715dd9b437",
    "FromFIS": true,
    "LastMaintenanceName": "sample string 6",
    "LastMaintenanceDate": "2024-09-12T03:03:21.0025637+00:00",
    "ChangeTracker": {
      "$id": "2",
      "State": 2,
      "ObjectsRemovedFromCollectionProperties": {},
      "OriginalValues": {},
      "ExtendedProperties": {},
      "ObjectsAddedToCollectionProperties": {}
    }
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSalesEntityPartnerRoleTrials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
  <SalesEntityPartnerRoleTrials 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>2024-09-12T03:03:21.0025637+00:00</LastMaintenanceDate>
    <LastMaintenanceName>sample string 6</LastMaintenanceName>
    <PartnerRoleId>76f63550-c579-4f8a-b232-c9715dd9b437</PartnerRoleId>
    <Region>sample string 1</Region>
    <SalesEntityCode>sample string 2</SalesEntityCode>
    <SalesEntityTypeId>3</SalesEntityTypeId>
  </SalesEntityPartnerRoleTrials>
  <SalesEntityPartnerRoleTrials z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfSalesEntityPartnerRoleTrials>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.