POST LocationKitRequest/Base/Save
Request Information
URI Parameters
None.
Body Parameters
LocationKitRequestName | 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": "6ff5fe8e-efc1-4a7a-b8ad-cab5d7a2d16a", "PartnerRoleId": "3e33cb35-2b37-43f9-9e58-47e65621e38e", "ShipTo": true, "SendEmailTo": true, "Submitter": true, "NeededBy": "2025-04-04T14:16:26.0992811+00:00", "Sent": true, "AddName": "sample string 8", "AddDate": "2025-04-04T14:16:26.0992811+00:00", "LastMaintenanceName": "sample string 10", "LastMaintenanceDate": "2025-04-04T14:16:26.0992811+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-04-04T14:16:26.0992811+00:00</AddDate> <AddName>sample string 8</AddName> <ChangeTracker z:Id="i2"> <ExtendedProperties /> <ObjectsAddedToCollectionProperties /> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <LastMaintenanceDate>2025-04-04T14:16:26.0992811+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 10</LastMaintenanceName> <Location i:nil="true" /> <LocationId>6ff5fe8e-efc1-4a7a-b8ad-cab5d7a2d16a</LocationId> <NeededBy>2025-04-04T14:16:26.0992811+00:00</NeededBy> <PartnerRoleId>3e33cb35-2b37-43f9-9e58-47e65621e38e</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
LocationKitRequestName | 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": "3675c6ae-5031-4d85-aa69-258ebbf5b3ae", "PartnerRoleId": "6ac56ae5-5983-4fd9-a570-9600afbe431e", "ShipTo": true, "SendEmailTo": true, "Submitter": true, "NeededBy": "2025-04-04T14:16:26.1150743+00:00", "Sent": true, "AddName": "sample string 8", "AddDate": "2025-04-04T14:16:26.1150743+00:00", "LastMaintenanceName": "sample string 10", "LastMaintenanceDate": "2025-04-04T14:16:26.1150743+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-04-04T14:16:26.1150743+00:00</AddDate> <AddName>sample string 8</AddName> <ChangeTracker z:Id="i2"> <ExtendedProperties /> <ObjectsAddedToCollectionProperties /> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <LastMaintenanceDate>2025-04-04T14:16:26.1150743+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 10</LastMaintenanceName> <Location i:nil="true" /> <LocationId>3675c6ae-5031-4d85-aa69-258ebbf5b3ae</LocationId> <NeededBy>2025-04-04T14:16:26.1150743+00:00</NeededBy> <PartnerRoleId>6ac56ae5-5983-4fd9-a570-9600afbe431e</PartnerRoleId> <SendEmailTo>true</SendEmailTo> <Sent>true</Sent> <ShipTo>true</ShipTo> <Submitter>true</Submitter> </LocationKitRequest>