POST api/LocationPartnerAssignment/BaseGetAll

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LocationPartnerAssignment
NameDescriptionTypeAdditional information
LocationPartnerAssignmentId

globally unique identifier

None.

LocationId

globally unique identifier

None.

ExperimentPartnerAssignmentId

globally unique identifier

None.

CreatedLocation

boolean

None.

AddName

string

None.

AddDate

date

None.

LastMaintenanceName

string

None.

LastMaintenanceDate

date

None.

ExperimentPartnerAssignment

ExperimentPartnerAssignment

None.

Location

Location

None.

ChangeTracker

ObjectChangeTracker

None.

PartnerName

string

None.

TrackingName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "LocationPartnerAssignmentId": "2e4efbc9-6f37-4aa6-b41f-260c8f472cbd",
    "LocationId": "070b49fa-8777-4736-94f9-887bda7bb98e",
    "ExperimentPartnerAssignmentId": "543a50a8-11f5-4e6d-9eed-4f042fb97d95",
    "CreatedLocation": true,
    "AddName": "sample string 4",
    "AddDate": "2024-09-12T18:18:19.5436206+00:00",
    "LastMaintenanceName": "sample string 6",
    "LastMaintenanceDate": "2024-09-12T18:18:19.5436206+00:00",
    "ChangeTracker": {
      "$id": "2",
      "State": 2,
      "ObjectsRemovedFromCollectionProperties": {},
      "OriginalValues": {},
      "ExtendedProperties": {},
      "ObjectsAddedToCollectionProperties": {}
    },
    "PartnerName": "sample string 8",
    "TrackingName": "sample string 9"
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLocationPartnerAssignment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
  <LocationPartnerAssignment z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
    <AddDate>2024-09-12T18:18:19.5436206+00:00</AddDate>
    <AddName>sample string 4</AddName>
    <ChangeTracker z:Id="i2">
      <ExtendedProperties />
      <ObjectsAddedToCollectionProperties />
      <ObjectsRemovedFromCollectionProperties />
      <OriginalValues />
      <State>Added</State>
    </ChangeTracker>
    <CreatedLocation>true</CreatedLocation>
    <ExperimentPartnerAssignment i:nil="true" />
    <ExperimentPartnerAssignmentId>543a50a8-11f5-4e6d-9eed-4f042fb97d95</ExperimentPartnerAssignmentId>
    <LastMaintenanceDate>2024-09-12T18:18:19.5436206+00:00</LastMaintenanceDate>
    <LastMaintenanceName>sample string 6</LastMaintenanceName>
    <Location i:nil="true" />
    <LocationId>070b49fa-8777-4736-94f9-887bda7bb98e</LocationId>
    <LocationPartnerAssignmentId>2e4efbc9-6f37-4aa6-b41f-260c8f472cbd</LocationPartnerAssignmentId>
    <PartnerName>sample string 8</PartnerName>
    <TrackingName>sample string 9</TrackingName>
  </LocationPartnerAssignment>
  <LocationPartnerAssignment z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfLocationPartnerAssignment>