POST api/CompetitiveProductRequest/BaseGetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CompetitiveProductRequestName | Description | Type | Additional information |
---|---|---|---|
CompetitiveProductRequestId | globally unique identifier |
None. |
|
LocationId | globally unique identifier |
None. |
|
SubmitterPartnerRoleId | globally unique identifier |
None. |
|
PhoneNumber | string |
None. |
|
Comments | string |
None. |
|
Sent | boolean |
None. |
|
AddName | string |
None. |
|
AddDate | date |
None. |
|
ChangeTracker | ObjectChangeTracker |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "CompetitiveProductRequestId": "420c9bb1-d04c-4911-9682-4dc49a664738", "LocationId": "32dfdd0b-4c13-46d3-b60f-69620864ac3e", "SubmitterPartnerRoleId": "0694e36d-e8de-4d03-a63c-fdb771edc3ef", "PhoneNumber": "sample string 3", "Comments": "sample string 4", "Sent": true, "AddName": "sample string 6", "AddDate": "2025-06-27T09:21:37.1895972+00:00", "ChangeTracker": { "$id": "2", "State": 2, "ObjectsRemovedFromCollectionProperties": {}, "OriginalValues": {}, "ExtendedProperties": {}, "ObjectsAddedToCollectionProperties": {} } }, { "$ref": "1" } ]
application/xml, text/xml
Sample:
<ArrayOfCompetitiveProductRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model"> <CompetitiveProductRequest z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/"> <AddDate>2025-06-27T09:21:37.1895972+00:00</AddDate> <AddName>sample string 6</AddName> <ChangeTracker z:Id="i2"> <ExtendedProperties /> <ObjectsAddedToCollectionProperties /> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <Comments>sample string 4</Comments> <CompetitiveProductRequestId>420c9bb1-d04c-4911-9682-4dc49a664738</CompetitiveProductRequestId> <LocationId>32dfdd0b-4c13-46d3-b60f-69620864ac3e</LocationId> <PhoneNumber>sample string 3</PhoneNumber> <Sent>true</Sent> <SubmitterPartnerRoleId>0694e36d-e8de-4d03-a63c-fdb771edc3ef</SubmitterPartnerRoleId> </CompetitiveProductRequest> <CompetitiveProductRequest z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" /> </ArrayOfCompetitiveProductRequest>