POST api/LocationKitRequest/BaseGetAll
Request Information
URI Parameters
None.
Body Parameters
None.
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": "d4eba565-b963-48df-85c5-02d0e97543e9",
"PartnerRoleId": "b80a02f5-9b01-4daf-87e4-01aafeb54684",
"ShipTo": true,
"SendEmailTo": true,
"Submitter": true,
"NeededBy": "2025-10-30T07:31:04.954185+00:00",
"Sent": true,
"AddName": "sample string 8",
"AddDate": "2025-10-30T07:31:04.954185+00:00",
"LastMaintenanceName": "sample string 10",
"LastMaintenanceDate": "2025-10-30T07:31:04.954185+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>2025-10-30T07:31:04.954185+00:00</AddDate>
<AddName>sample string 8</AddName>
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<LastMaintenanceDate>2025-10-30T07:31:04.954185+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 10</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>d4eba565-b963-48df-85c5-02d0e97543e9</LocationId>
<NeededBy>2025-10-30T07:31:04.954185+00:00</NeededBy>
<PartnerRoleId>b80a02f5-9b01-4daf-87e4-01aafeb54684</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>