GET api/GetVendorHourlyRates/{vendorId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vendorId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VendorHourlyRatesList| Name | Description | Type | Additional information |
|---|---|---|---|
| HourlyRateID | integer |
None. |
|
| VendorId | integer |
None. |
|
| VendorName | string |
None. |
|
| HourlyRatePosition | string |
None. |
|
| VendorInit | string |
None. |
|
| HourlyRate | decimal number |
None. |
|
| NegotiatedDate | date |
None. |
|
| RenegotiatedDate | date |
None. |
|
| RowStatus | string |
None. |
|
| Archive | boolean |
None. |
|
| Comments | string |
None. |
|
| WhereUsed | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"HourlyRateID": 1,
"VendorId": 2,
"VendorName": "sample string 3",
"HourlyRatePosition": "sample string 4",
"VendorInit": "sample string 5",
"HourlyRate": 1.0,
"NegotiatedDate": "2026-05-06T11:33:00.3552681-04:00",
"RenegotiatedDate": "2026-05-06T11:33:00.3552681-04:00",
"RowStatus": "sample string 6",
"Archive": true,
"Comments": "sample string 7",
"WhereUsed": "sample string 8"
},
{
"HourlyRateID": 1,
"VendorId": 2,
"VendorName": "sample string 3",
"HourlyRatePosition": "sample string 4",
"VendorInit": "sample string 5",
"HourlyRate": 1.0,
"NegotiatedDate": "2026-05-06T11:33:00.3552681-04:00",
"RenegotiatedDate": "2026-05-06T11:33:00.3552681-04:00",
"RowStatus": "sample string 6",
"Archive": true,
"Comments": "sample string 7",
"WhereUsed": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfVendorHourlyRatesList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
<VendorHourlyRatesList>
<Archive>true</Archive>
<Comments>sample string 7</Comments>
<HourlyRate>1</HourlyRate>
<HourlyRateID>1</HourlyRateID>
<HourlyRatePosition>sample string 4</HourlyRatePosition>
<NegotiatedDate>2026-05-06T11:33:00.3552681-04:00</NegotiatedDate>
<RenegotiatedDate>2026-05-06T11:33:00.3552681-04:00</RenegotiatedDate>
<RowStatus>sample string 6</RowStatus>
<VendorId>2</VendorId>
<VendorInit>sample string 5</VendorInit>
<VendorName>sample string 3</VendorName>
<WhereUsed>sample string 8</WhereUsed>
</VendorHourlyRatesList>
<VendorHourlyRatesList>
<Archive>true</Archive>
<Comments>sample string 7</Comments>
<HourlyRate>1</HourlyRate>
<HourlyRateID>1</HourlyRateID>
<HourlyRatePosition>sample string 4</HourlyRatePosition>
<NegotiatedDate>2026-05-06T11:33:00.3552681-04:00</NegotiatedDate>
<RenegotiatedDate>2026-05-06T11:33:00.3552681-04:00</RenegotiatedDate>
<RowStatus>sample string 6</RowStatus>
<VendorId>2</VendorId>
<VendorInit>sample string 5</VendorInit>
<VendorName>sample string 3</VendorName>
<WhereUsed>sample string 8</WhereUsed>
</VendorHourlyRatesList>
</ArrayOfVendorHourlyRatesList>