GET api/PriceOverride
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PriceOverrideData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| OriginalPrice | decimal number |
None. |
|
| EnteredPrice | decimal number |
None. |
|
| Updated | date |
None. |
|
| ApprovalCode | string |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| RouteId | globally unique identifier |
None. |
|
| StopId | globally unique identifier |
None. |
|
| IsDeleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "7af1a896-3d54-4c4a-9250-205d1306ca0a",
"OriginalPrice": 1.1,
"EnteredPrice": 1.1,
"Updated": "2025-12-15T23:40:08.2814051-05:00",
"ApprovalCode": "sample string 1",
"ProductId": "aa7a9548-dfbe-4801-acc8-6bc88d5c0a9a",
"RouteId": "def1ab7a-0a8f-4301-8e7d-3f46d3ed1229",
"StopId": "404f882a-c773-448a-bec3-d77d52d772c3",
"IsDeleted": 1
},
{
"Id": "7af1a896-3d54-4c4a-9250-205d1306ca0a",
"OriginalPrice": 1.1,
"EnteredPrice": 1.1,
"Updated": "2025-12-15T23:40:08.2814051-05:00",
"ApprovalCode": "sample string 1",
"ProductId": "aa7a9548-dfbe-4801-acc8-6bc88d5c0a9a",
"RouteId": "def1ab7a-0a8f-4301-8e7d-3f46d3ed1229",
"StopId": "404f882a-c773-448a-bec3-d77d52d772c3",
"IsDeleted": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfPriceOverrideData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
<PriceOverrideData>
<ApprovalCode>sample string 1</ApprovalCode>
<EnteredPrice>1.1</EnteredPrice>
<Id>7af1a896-3d54-4c4a-9250-205d1306ca0a</Id>
<IsDeleted>1</IsDeleted>
<OriginalPrice>1.1</OriginalPrice>
<ProductId>aa7a9548-dfbe-4801-acc8-6bc88d5c0a9a</ProductId>
<RouteId>def1ab7a-0a8f-4301-8e7d-3f46d3ed1229</RouteId>
<StopId>404f882a-c773-448a-bec3-d77d52d772c3</StopId>
<Updated>2025-12-15T23:40:08.2814051-05:00</Updated>
</PriceOverrideData>
<PriceOverrideData>
<ApprovalCode>sample string 1</ApprovalCode>
<EnteredPrice>1.1</EnteredPrice>
<Id>7af1a896-3d54-4c4a-9250-205d1306ca0a</Id>
<IsDeleted>1</IsDeleted>
<OriginalPrice>1.1</OriginalPrice>
<ProductId>aa7a9548-dfbe-4801-acc8-6bc88d5c0a9a</ProductId>
<RouteId>def1ab7a-0a8f-4301-8e7d-3f46d3ed1229</RouteId>
<StopId>404f882a-c773-448a-bec3-d77d52d772c3</StopId>
<Updated>2025-12-15T23:40:08.2814051-05:00</Updated>
</PriceOverrideData>
</ArrayOfPriceOverrideData>