PwsGetDefaultVatPercentage
Overview
This web service retrieves one default VAT percentage based on the expense type (PwsExpenseTypeRef) and location (PwsLocationRef) provided in the request.
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 Format
- PwsGetDefaultVatPercentage
- serviceRequest: PwsGetDefaultVatPercentageRq
- RequestId: Int32
- SessionTicket: String
- ExpenseTypeIdentity: PwsExpenseTypeRef
- LocationIdentity: PwsLocationRef
- DisbursingCostCenterIdentity: PwsCostCenterRef
- serviceRequest: PwsGetDefaultVatPercentageRq
Request Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | No | Click here for more information. | ||
SessionTicket | String | Yes | Click here for more information. | ATtU220EvBSE2+GCN9U58g== | |
ExpenseTypeIdentity | Yes | The expense type for which to retrieve the VAT percentage. Click here for more information. | |||
LocationIdentity | Yes | The location for which to retrieve the VAT percentage. Click here for more information. | |||
DisbursingCostCenterIdentity | PwsCostCenterRef | No | If cost center disallow VAT on expense, then the VAT is 0.00 regardless of expense type and location. |
Request Usage Example(s)
Response Format
- PwsGetDefaultVatPercentageResponse
- PwsGetDefaultVatPercentageResult: PwsGetDefaultVatPercentageRs
- Messages: PwsMessage[]
- ResponseId: Int32
- Status: RequestStatus
- ServerTimestampUtc: DateTime
- VatPercentage: Double
- PwsGetDefaultVatPercentageResult: PwsGetDefaultVatPercentageRs
Response Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | The web service response status and message. Click here for more information. | ||
ResponseId | Int32 | Click here for more information. | |
Status | RequestStatus | Click here for more information | Ok |
ServerTimestampUtc | DateTime | Click here for more information. | 2018-03-13T15:24:27.1225758Z |
VatPercentage | Double | The default VAT percentage of the specified expense type at the specified location | 0.175 |
Response Usage Example(s)
PwsGetDefaultVatPercentage - Common Errors and Warnings
- For all errors and warnings please refer to the Complete List of Errors and Warnings
ErrorNumber | ErrorCode | ErrorText |
---|---|---|
19013 | ExpenseTypeRequiredForGetDefaultVatPercentage | No expense type was specified. |
19014 | LocationRequiredForGetDefaultVatPercentage | No location was specified. |
57541 | LocationNotFound | Specified location does not exist. |
59912 | ExpenseTypeNotFound | Cost code (i.e. Expense Type) not found. |