POST LocationAgreement/Base/DeleteAll

Request Information

URI Parameters

None.

Body Parameters

Collection of LocationAgreement
NameDescriptionTypeAdditional information
LocationId

globally unique identifier

None.

DocumentId

integer

None.

Signed

boolean

None.

LastMaintenanceName

string

None.

LastMaintenanceDate

date

None.

Location

Location

None.

ChangeTracker

ObjectChangeTracker

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "LocationId": "c818638e-6869-4a82-9da6-1a98db13f14b",
    "DocumentId": 2,
    "Signed": true,
    "LastMaintenanceName": "sample string 4",
    "LastMaintenanceDate": "2024-09-12T14:35:11.4194165+00:00",
    "ChangeTracker": {
      "$id": "2",
      "State": 2,
      "ObjectsRemovedFromCollectionProperties": {},
      "OriginalValues": {},
      "ExtendedProperties": {},
      "ObjectsAddedToCollectionProperties": {}
    }
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLocationAgreement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
  <LocationAgreement z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
    <ChangeTracker z:Id="i2">
      <ExtendedProperties />
      <ObjectsAddedToCollectionProperties />
      <ObjectsRemovedFromCollectionProperties />
      <OriginalValues />
      <State>Added</State>
    </ChangeTracker>
    <DocumentId>2</DocumentId>
    <LastMaintenanceDate>2024-09-12T14:35:11.4194165+00:00</LastMaintenanceDate>
    <LastMaintenanceName>sample string 4</LastMaintenanceName>
    <Location i:nil="true" />
    <LocationId>c818638e-6869-4a82-9da6-1a98db13f14b</LocationId>
    <Signed>true</Signed>
  </LocationAgreement>
  <LocationAgreement z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfLocationAgreement>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.