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": "df7648df-841f-46ab-ad27-246e022049e9",
"PartnerRoleId": "4d6d0522-25f3-4b47-91b7-4fc60b43aa8c",
"ShipTo": true,
"SendEmailTo": true,
"Submitter": true,
"NeededBy": "2025-12-15T07:56:56.4054364+00:00",
"Sent": true,
"AddName": "sample string 8",
"AddDate": "2025-12-15T07:56:56.4054364+00:00",
"LastMaintenanceName": "sample string 10",
"LastMaintenanceDate": "2025-12-15T07:56:56.4054364+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>2025-12-15T07:56:56.4054364+00:00</AddDate>
<AddName>sample string 8</AddName>
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<LastMaintenanceDate>2025-12-15T07:56:56.4054364+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 10</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>df7648df-841f-46ab-ad27-246e022049e9</LocationId>
<NeededBy>2025-12-15T07:56:56.4054364+00:00</NeededBy>
<PartnerRoleId>4d6d0522-25f3-4b47-91b7-4fc60b43aa8c</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": "1356aec1-d7a5-4c5d-b493-f81c5568c03a",
"PartnerRoleId": "28e56ed6-6e0c-441e-b35f-2606c8fba907",
"ShipTo": true,
"SendEmailTo": true,
"Submitter": true,
"NeededBy": "2025-12-15T07:56:56.4248125+00:00",
"Sent": true,
"AddName": "sample string 8",
"AddDate": "2025-12-15T07:56:56.4248125+00:00",
"LastMaintenanceName": "sample string 10",
"LastMaintenanceDate": "2025-12-15T07:56:56.4248125+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>2025-12-15T07:56:56.4248125+00:00</AddDate>
<AddName>sample string 8</AddName>
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<LastMaintenanceDate>2025-12-15T07:56:56.4248125+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 10</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>1356aec1-d7a5-4c5d-b493-f81c5568c03a</LocationId>
<NeededBy>2025-12-15T07:56:56.4248125+00:00</NeededBy>
<PartnerRoleId>28e56ed6-6e0c-441e-b35f-2606c8fba907</PartnerRoleId>
<SendEmailTo>true</SendEmailTo>
<Sent>true</Sent>
<ShipTo>true</ShipTo>
<Submitter>true</Submitter>
</LocationKitRequest>