POST LocationKitRequest/Base/SaveAll

Request Information

URI Parameters

None.

Body Parameters

Collection of LocationKitRequest
NameDescriptionTypeAdditional information
LocationId

globally unique identifier

None.

PartnerRoleId

globally unique identifier

None.

ShipTo

boolean

None.

SendEmailTo

boolean

None.

Submitter

boolean

None.

NeededBy

date

None.

Sent

boolean

None.

AddName

string

None.

AddDate

date

None.

LastMaintenanceName

string

None.

LastMaintenanceDate

date

None.

Location

Location

None.

ChangeTracker

ObjectChangeTracker

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "LocationId": "cf08a4b8-a818-4fe5-acc6-67ea0b5ad6d2",
    "PartnerRoleId": "21eca745-c330-4c00-ab1a-6ac7d5a82db7",
    "ShipTo": true,
    "SendEmailTo": true,
    "Submitter": true,
    "NeededBy": "2024-09-13T12:48:57.1054511+00:00",
    "Sent": true,
    "AddName": "sample string 8",
    "AddDate": "2024-09-13T12:48:57.1054511+00:00",
    "LastMaintenanceName": "sample string 10",
    "LastMaintenanceDate": "2024-09-13T12:48:57.1054511+00:00",
    "ChangeTracker": {
      "$id": "2",
      "State": 2,
      "ObjectsRemovedFromCollectionProperties": {},
      "OriginalValues": {},
      "ExtendedProperties": {},
      "ObjectsAddedToCollectionProperties": {}
    }
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLocationKitRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
  <LocationKitRequest z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
    <AddDate>2024-09-13T12:48:57.1054511+00:00</AddDate>
    <AddName>sample string 8</AddName>
    <ChangeTracker z:Id="i2">
      <ExtendedProperties />
      <ObjectsAddedToCollectionProperties />
      <ObjectsRemovedFromCollectionProperties />
      <OriginalValues />
      <State>Added</State>
    </ChangeTracker>
    <LastMaintenanceDate>2024-09-13T12:48:57.1054511+00:00</LastMaintenanceDate>
    <LastMaintenanceName>sample string 10</LastMaintenanceName>
    <Location i:nil="true" />
    <LocationId>cf08a4b8-a818-4fe5-acc6-67ea0b5ad6d2</LocationId>
    <NeededBy>2024-09-13T12:48:57.1054511+00:00</NeededBy>
    <PartnerRoleId>21eca745-c330-4c00-ab1a-6ac7d5a82db7</PartnerRoleId>
    <SendEmailTo>true</SendEmailTo>
    <Sent>true</Sent>
    <ShipTo>true</ShipTo>
    <Submitter>true</Submitter>
  </LocationKitRequest>
  <LocationKitRequest z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfLocationKitRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of LocationKitRequest
NameDescriptionTypeAdditional information
LocationId

globally unique identifier

None.

PartnerRoleId

globally unique identifier

None.

ShipTo

boolean

None.

SendEmailTo

boolean

None.

Submitter

boolean

None.

NeededBy

date

None.

Sent

boolean

None.

AddName

string

None.

AddDate

date

None.

LastMaintenanceName

string

None.

LastMaintenanceDate

date

None.

Location

Location

None.

ChangeTracker

ObjectChangeTracker

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "LocationId": "16f94a8f-3693-46a1-bc6a-89497daa5c92",
    "PartnerRoleId": "387a35b5-344d-4147-b8e3-9cce282632b1",
    "ShipTo": true,
    "SendEmailTo": true,
    "Submitter": true,
    "NeededBy": "2024-09-13T12:48:57.1383678+00:00",
    "Sent": true,
    "AddName": "sample string 8",
    "AddDate": "2024-09-13T12:48:57.1383678+00:00",
    "LastMaintenanceName": "sample string 10",
    "LastMaintenanceDate": "2024-09-13T12:48:57.1383678+00:00",
    "ChangeTracker": {
      "$id": "2",
      "State": 2,
      "ObjectsRemovedFromCollectionProperties": {},
      "OriginalValues": {},
      "ExtendedProperties": {},
      "ObjectsAddedToCollectionProperties": {}
    }
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLocationKitRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
  <LocationKitRequest z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
    <AddDate>2024-09-13T12:48:57.1383678+00:00</AddDate>
    <AddName>sample string 8</AddName>
    <ChangeTracker z:Id="i2">
      <ExtendedProperties />
      <ObjectsAddedToCollectionProperties />
      <ObjectsRemovedFromCollectionProperties />
      <OriginalValues />
      <State>Added</State>
    </ChangeTracker>
    <LastMaintenanceDate>2024-09-13T12:48:57.1383678+00:00</LastMaintenanceDate>
    <LastMaintenanceName>sample string 10</LastMaintenanceName>
    <Location i:nil="true" />
    <LocationId>16f94a8f-3693-46a1-bc6a-89497daa5c92</LocationId>
    <NeededBy>2024-09-13T12:48:57.1383678+00:00</NeededBy>
    <PartnerRoleId>387a35b5-344d-4147-b8e3-9cce282632b1</PartnerRoleId>
    <SendEmailTo>true</SendEmailTo>
    <Sent>true</Sent>
    <ShipTo>true</ShipTo>
    <Submitter>true</Submitter>
  </LocationKitRequest>
  <LocationKitRequest z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfLocationKitRequest>