Overview
This web service retrieves one default VAT percentage based on the expense type (PwsExpenseTypeRef) and location (PwsLocationRef) provided in the request.
Request Format
- PwsGetDefaultVatPercentage
- serviceRequest: PwsGetDefaultVatPercentageRq
- RequestId: Int32
- SessionTicket: String
- ExpenseTypeIdentity: PwsExpenseTypeRef
- LocationIdentity: PwsLocationRef
- DisbursingCostCenterIdentity:
- 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 |
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. |