...
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 |