ExportRateAndRdcCards
Rate Limiting
In order to protect our servers from inadvertent service overuse or intentional attack, and to fairly distribute services to all our customers, we have implemented a rate limiting algorithm. When fully deployed, this new algorithm will cause services to either succeed with new warnings or fail with new errors when services are consumed at too high a rate. Programs that consume Projector services should be enhanced to handle rate limiting errors so that they can continue functioning properly. For more information please visit: Projector Rate Limiting Behavior.
Request
The service request contains:
Name | Data Type | Required? | Default Value | Discussion |
---|---|---|---|---|
IncludeRateCardsFlag | boolean | no | true | Set to true to include rate cards in the export. |
IncludeRdcCardsFlag | boolean | no | true | Set to true to include resource direct cost cards in the export. |
IncludeInactiveFlag | boolean | no | false | If false then inactive cards are not exported. |
OnlyCountRows | boolean | no | false | If true, then only the RowCount is returned. |
Response
For each rate and RDC card in the result set the following data is returned:
Name | Data Type | Discussion |
---|---|---|
CardType | string | <R>ate or RD<C> |
CardName | string |
|
CardDescription | string |
|
CardCurrencyCode | string |
|
InactiveFlag | boolean |
|
DepartmentName | string |
|
TitleName | string |
|
HourlyRate | double |
|
MinutesPerDay | short |
|
Changelog
4.4
Parameter | Notes |
---|---|
MinutesPerDay | Added as a response parameter |