POST api/SaveUpdateVendorHourlyRateDetails

Request Information

URI Parameters

None.

Body Parameters

VendorHourlyRates
NameDescriptionTypeAdditional information
HourlyRateID

integer

None.

VendorId

integer

None.

HourlyRatePositionId

integer

None.

HourlyRate

decimal number

None.

DateEffectiveFrom

date

None.

DateEffectiveTo

date

None.

WhereUsed

integer

None.

UserIDCreated

integer

None.

DbUserCreated

string

None.

CreatedDate

date

None.

UserIDModified

integer

None.

DbUserModified

string

None.

ModifiedDate

date

None.

RowStatus

string

None.

Comments

string

None.

HourlyRatePosition

string

None.

VendorName

string

None.

VendorInit

string

None.

Archive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "HourlyRateID": 1,
  "VendorId": 1,
  "HourlyRatePositionId": 1,
  "HourlyRate": 1.0,
  "DateEffectiveFrom": "2025-05-31T14:13:28.8861036-04:00",
  "DateEffectiveTo": "2025-05-31T14:13:28.8861036-04:00",
  "WhereUsed": 2,
  "UserIDCreated": 3,
  "DbUserCreated": "sample string 4",
  "CreatedDate": "2025-05-31T14:13:28.8861036-04:00",
  "UserIDModified": 1,
  "DbUserModified": "sample string 5",
  "ModifiedDate": "2025-05-31T14:13:28.8861036-04:00",
  "RowStatus": "sample string 6",
  "Comments": "sample string 7",
  "HourlyRatePosition": "sample string 8",
  "VendorName": "sample string 9",
  "VendorInit": "sample string 10",
  "Archive": true
}

application/xml, text/xml

Sample:
<VendorHourlyRates xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
  <Archive>true</Archive>
  <Comments>sample string 7</Comments>
  <CreatedDate>2025-05-31T14:13:28.8861036-04:00</CreatedDate>
  <DateEffectiveFrom>2025-05-31T14:13:28.8861036-04:00</DateEffectiveFrom>
  <DateEffectiveTo>2025-05-31T14:13:28.8861036-04:00</DateEffectiveTo>
  <DbUserCreated>sample string 4</DbUserCreated>
  <DbUserModified>sample string 5</DbUserModified>
  <HourlyRate>1</HourlyRate>
  <HourlyRateID>1</HourlyRateID>
  <HourlyRatePosition>sample string 8</HourlyRatePosition>
  <HourlyRatePositionId>1</HourlyRatePositionId>
  <ModifiedDate>2025-05-31T14:13:28.8861036-04:00</ModifiedDate>
  <RowStatus>sample string 6</RowStatus>
  <UserIDCreated>3</UserIDCreated>
  <UserIDModified>1</UserIDModified>
  <VendorId>1</VendorId>
  <VendorInit>sample string 10</VendorInit>
  <VendorName>sample string 9</VendorName>
  <WhereUsed>2</WhereUsed>
</VendorHourlyRates>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of VendorHourlyRates
NameDescriptionTypeAdditional information
HourlyRateID

integer

None.

VendorId

integer

None.

HourlyRatePositionId

integer

None.

HourlyRate

decimal number

None.

DateEffectiveFrom

date

None.

DateEffectiveTo

date

None.

WhereUsed

integer

None.

UserIDCreated

integer

None.

DbUserCreated

string

None.

CreatedDate

date

None.

UserIDModified

integer

None.

DbUserModified

string

None.

ModifiedDate

date

None.

RowStatus

string

None.

Comments

string

None.

HourlyRatePosition

string

None.

VendorName

string

None.

VendorInit

string

None.

Archive

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "HourlyRateID": 1,
    "VendorId": 1,
    "HourlyRatePositionId": 1,
    "HourlyRate": 1.0,
    "DateEffectiveFrom": "2025-05-31T14:13:28.8861036-04:00",
    "DateEffectiveTo": "2025-05-31T14:13:28.8861036-04:00",
    "WhereUsed": 2,
    "UserIDCreated": 3,
    "DbUserCreated": "sample string 4",
    "CreatedDate": "2025-05-31T14:13:28.8861036-04:00",
    "UserIDModified": 1,
    "DbUserModified": "sample string 5",
    "ModifiedDate": "2025-05-31T14:13:28.8861036-04:00",
    "RowStatus": "sample string 6",
    "Comments": "sample string 7",
    "HourlyRatePosition": "sample string 8",
    "VendorName": "sample string 9",
    "VendorInit": "sample string 10",
    "Archive": true
  },
  {
    "HourlyRateID": 1,
    "VendorId": 1,
    "HourlyRatePositionId": 1,
    "HourlyRate": 1.0,
    "DateEffectiveFrom": "2025-05-31T14:13:28.8861036-04:00",
    "DateEffectiveTo": "2025-05-31T14:13:28.8861036-04:00",
    "WhereUsed": 2,
    "UserIDCreated": 3,
    "DbUserCreated": "sample string 4",
    "CreatedDate": "2025-05-31T14:13:28.8861036-04:00",
    "UserIDModified": 1,
    "DbUserModified": "sample string 5",
    "ModifiedDate": "2025-05-31T14:13:28.8861036-04:00",
    "RowStatus": "sample string 6",
    "Comments": "sample string 7",
    "HourlyRatePosition": "sample string 8",
    "VendorName": "sample string 9",
    "VendorInit": "sample string 10",
    "Archive": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfVendorHourlyRates xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
  <VendorHourlyRates>
    <Archive>true</Archive>
    <Comments>sample string 7</Comments>
    <CreatedDate>2025-05-31T14:13:28.8861036-04:00</CreatedDate>
    <DateEffectiveFrom>2025-05-31T14:13:28.8861036-04:00</DateEffectiveFrom>
    <DateEffectiveTo>2025-05-31T14:13:28.8861036-04:00</DateEffectiveTo>
    <DbUserCreated>sample string 4</DbUserCreated>
    <DbUserModified>sample string 5</DbUserModified>
    <HourlyRate>1</HourlyRate>
    <HourlyRateID>1</HourlyRateID>
    <HourlyRatePosition>sample string 8</HourlyRatePosition>
    <HourlyRatePositionId>1</HourlyRatePositionId>
    <ModifiedDate>2025-05-31T14:13:28.8861036-04:00</ModifiedDate>
    <RowStatus>sample string 6</RowStatus>
    <UserIDCreated>3</UserIDCreated>
    <UserIDModified>1</UserIDModified>
    <VendorId>1</VendorId>
    <VendorInit>sample string 10</VendorInit>
    <VendorName>sample string 9</VendorName>
    <WhereUsed>2</WhereUsed>
  </VendorHourlyRates>
  <VendorHourlyRates>
    <Archive>true</Archive>
    <Comments>sample string 7</Comments>
    <CreatedDate>2025-05-31T14:13:28.8861036-04:00</CreatedDate>
    <DateEffectiveFrom>2025-05-31T14:13:28.8861036-04:00</DateEffectiveFrom>
    <DateEffectiveTo>2025-05-31T14:13:28.8861036-04:00</DateEffectiveTo>
    <DbUserCreated>sample string 4</DbUserCreated>
    <DbUserModified>sample string 5</DbUserModified>
    <HourlyRate>1</HourlyRate>
    <HourlyRateID>1</HourlyRateID>
    <HourlyRatePosition>sample string 8</HourlyRatePosition>
    <HourlyRatePositionId>1</HourlyRatePositionId>
    <ModifiedDate>2025-05-31T14:13:28.8861036-04:00</ModifiedDate>
    <RowStatus>sample string 6</RowStatus>
    <UserIDCreated>3</UserIDCreated>
    <UserIDModified>1</UserIDModified>
    <VendorId>1</VendorId>
    <VendorInit>sample string 10</VendorInit>
    <VendorName>sample string 9</VendorName>
    <WhereUsed>2</WhereUsed>
  </VendorHourlyRates>
</ArrayOfVendorHourlyRates>