POST LocationKitRequest/Base/Save
Request Information
URI Parameters
None.
Body Parameters
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:
{
"LocationId": "76ebb782-23c8-4a9e-8e31-01522320f428",
"PartnerRoleId": "81b3b54e-0fb1-44c6-a867-2e726dfaa3bf",
"ShipTo": true,
"SendEmailTo": true,
"Submitter": true,
"NeededBy": "2026-08-25T03:37:09.4948298+00:00",
"Sent": true,
"AddName": "sample string 8",
"AddDate": "2026-08-25T03:37:09.4948298+00:00",
"LastMaintenanceName": "sample string 10",
"LastMaintenanceDate": "2026-08-25T03:37:09.4948298+00:00",
"ChangeTracker": {
"$id": "2",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
}
application/xml, text/xml
Sample:
<LocationKitRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<AddDate>2026-08-25T03:37:09.4948298+00:00</AddDate>
<AddName>sample string 8</AddName>
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<LastMaintenanceDate>2026-08-25T03:37:09.4948298+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 10</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>76ebb782-23c8-4a9e-8e31-01522320f428</LocationId>
<NeededBy>2026-08-25T03:37:09.4948298+00:00</NeededBy>
<PartnerRoleId>81b3b54e-0fb1-44c6-a867-2e726dfaa3bf</PartnerRoleId>
<SendEmailTo>true</SendEmailTo>
<Sent>true</Sent>
<ShipTo>true</ShipTo>
<Submitter>true</Submitter>
</LocationKitRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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:
{
"LocationId": "68f69207-3b37-4ade-8fc1-c5c67416bd7c",
"PartnerRoleId": "3a2a79dc-630f-4b27-9306-4103ee5be1fe",
"ShipTo": true,
"SendEmailTo": true,
"Submitter": true,
"NeededBy": "2026-08-25T03:37:09.5126522+00:00",
"Sent": true,
"AddName": "sample string 8",
"AddDate": "2026-08-25T03:37:09.5126522+00:00",
"LastMaintenanceName": "sample string 10",
"LastMaintenanceDate": "2026-08-25T03:37:09.5126522+00:00",
"ChangeTracker": {
"$id": "2",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
}
application/xml, text/xml
Sample:
<LocationKitRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<AddDate>2026-08-25T03:37:09.5126522+00:00</AddDate>
<AddName>sample string 8</AddName>
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<LastMaintenanceDate>2026-08-25T03:37:09.5126522+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 10</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>68f69207-3b37-4ade-8fc1-c5c67416bd7c</LocationId>
<NeededBy>2026-08-25T03:37:09.5126522+00:00</NeededBy>
<PartnerRoleId>3a2a79dc-630f-4b27-9306-4103ee5be1fe</PartnerRoleId>
<SendEmailTo>true</SendEmailTo>
<Sent>true</Sent>
<ShipTo>true</ShipTo>
<Submitter>true</Submitter>
</LocationKitRequest>