POST api/CompetitiveProductRequest/BaseGetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CompetitiveProductRequest| Name | 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": "8309927c-7abe-4910-bbf8-31d0dbdb7267",
"LocationId": "5cc6241f-8298-4fc2-8956-8f3c7fcabb4e",
"SubmitterPartnerRoleId": "11f03d5f-f4e2-49f7-b28d-bc85bd6c1296",
"PhoneNumber": "sample string 3",
"Comments": "sample string 4",
"Sent": true,
"AddName": "sample string 6",
"AddDate": "2026-01-27T11:36:51.0107849+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>2026-01-27T11:36:51.0107849+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>8309927c-7abe-4910-bbf8-31d0dbdb7267</CompetitiveProductRequestId>
<LocationId>5cc6241f-8298-4fc2-8956-8f3c7fcabb4e</LocationId>
<PhoneNumber>sample string 3</PhoneNumber>
<Sent>true</Sent>
<SubmitterPartnerRoleId>11f03d5f-f4e2-49f7-b28d-bc85bd6c1296</SubmitterPartnerRoleId>
</CompetitiveProductRequest>
<CompetitiveProductRequest z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfCompetitiveProductRequest>