POST LocationKitRequest/Base/SaveAll
Request Information
URI Parameters
None.
Body Parameters
Collection of LocationKitRequest| Name | Description | Type | Additional 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": "eb64cddd-d255-4f6e-b8cf-270f265ceb6f",
"PartnerRoleId": "bf47633e-04ec-4208-b3e4-d46b2f2df1f3",
"ShipTo": true,
"SendEmailTo": true,
"Submitter": true,
"NeededBy": "2026-03-09T06:48:23.2931259+00:00",
"Sent": true,
"AddName": "sample string 8",
"AddDate": "2026-03-09T06:48:23.2931259+00:00",
"LastMaintenanceName": "sample string 10",
"LastMaintenanceDate": "2026-03-09T06:48:23.2931259+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>2026-03-09T06:48:23.2931259+00:00</AddDate>
<AddName>sample string 8</AddName>
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<LastMaintenanceDate>2026-03-09T06:48:23.2931259+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 10</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>eb64cddd-d255-4f6e-b8cf-270f265ceb6f</LocationId>
<NeededBy>2026-03-09T06:48:23.2931259+00:00</NeededBy>
<PartnerRoleId>bf47633e-04ec-4208-b3e4-d46b2f2df1f3</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| Name | Description | Type | Additional 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": "103ed761-d04d-46c1-a07b-e5391ca107c1",
"PartnerRoleId": "61915031-9d69-47cb-81b7-621fa94d8d5a",
"ShipTo": true,
"SendEmailTo": true,
"Submitter": true,
"NeededBy": "2026-03-09T06:48:23.3042009+00:00",
"Sent": true,
"AddName": "sample string 8",
"AddDate": "2026-03-09T06:48:23.3042009+00:00",
"LastMaintenanceName": "sample string 10",
"LastMaintenanceDate": "2026-03-09T06:48:23.3042009+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>2026-03-09T06:48:23.3042009+00:00</AddDate>
<AddName>sample string 8</AddName>
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<LastMaintenanceDate>2026-03-09T06:48:23.3042009+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 10</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>103ed761-d04d-46c1-a07b-e5391ca107c1</LocationId>
<NeededBy>2026-03-09T06:48:23.3042009+00:00</NeededBy>
<PartnerRoleId>61915031-9d69-47cb-81b7-621fa94d8d5a</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>