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": "370e2af1-594e-40e6-9ab7-f97472b808e1",
"PartnerRoleId": "c236670f-97ee-4743-8f4d-58adfa613d20",
"ShipTo": true,
"SendEmailTo": true,
"Submitter": true,
"NeededBy": "2025-10-30T07:42:20.2496072+00:00",
"Sent": true,
"AddName": "sample string 8",
"AddDate": "2025-10-30T07:42:20.2496072+00:00",
"LastMaintenanceName": "sample string 10",
"LastMaintenanceDate": "2025-10-30T07:42:20.2496072+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-10-30T07:42:20.2496072+00:00</AddDate>
<AddName>sample string 8</AddName>
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<LastMaintenanceDate>2025-10-30T07:42:20.2496072+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 10</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>370e2af1-594e-40e6-9ab7-f97472b808e1</LocationId>
<NeededBy>2025-10-30T07:42:20.2496072+00:00</NeededBy>
<PartnerRoleId>c236670f-97ee-4743-8f4d-58adfa613d20</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": "fd4f5cf7-be6e-461b-bb27-ff5f6f94e6d5",
"PartnerRoleId": "5d72d0de-9c91-4967-bf00-7f6a696ad0c8",
"ShipTo": true,
"SendEmailTo": true,
"Submitter": true,
"NeededBy": "2025-10-30T07:42:20.2685326+00:00",
"Sent": true,
"AddName": "sample string 8",
"AddDate": "2025-10-30T07:42:20.2685326+00:00",
"LastMaintenanceName": "sample string 10",
"LastMaintenanceDate": "2025-10-30T07:42:20.2685326+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-10-30T07:42:20.2685326+00:00</AddDate>
<AddName>sample string 8</AddName>
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<LastMaintenanceDate>2025-10-30T07:42:20.2685326+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 10</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>fd4f5cf7-be6e-461b-bb27-ff5f6f94e6d5</LocationId>
<NeededBy>2025-10-30T07:42:20.2685326+00:00</NeededBy>
<PartnerRoleId>5d72d0de-9c91-4967-bf00-7f6a696ad0c8</PartnerRoleId>
<SendEmailTo>true</SendEmailTo>
<Sent>true</Sent>
<ShipTo>true</ShipTo>
<Submitter>true</Submitter>
</LocationKitRequest>