# Work Request Status
source: https://developer.mastercard.com/rpps-biller-maintenance-service/documentation/parameters/wr-status-parameters/index.md

## Success Response Model {#success-response-model}

### Properties {#properties}

|       Name        |  Type  |                                                                                                                                                 Description                                                                                                                                                  |        Notes        |
|-------------------|--------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------|
| workRequestId     | Number | The Biller Work Request Identifier that will be provided upon a successful biller action. The Identifier can be used to reference the details of the actions performed on the biller.                                                                                                                        | example: 1233555122 |
| workRequestStatus | String | Current status of the Biller Work Request valid values are: "SAVED" - Saved Work Request "PENDING APPROVAL" - Work Request waiting for Approval "CANCEL" - Work Request was Cancelled/Rejected "APPROVED" - Work Request was Approved "IMPLEMENTED" - Work Request is live "INVALID" - Invalid State / Error | example: "APPROVED" |

<br />

## Error - Response Model {#error---response-model}

### Properties {#properties-1}

|      Name       |    Type     |                                                 Description                                                 | Notes |
|-----------------|-------------|-------------------------------------------------------------------------------------------------------------|-------|
| **source**      | **String**  | The application name that generated this error.                                                             |       |
| **reasonCode**  | **String**  | A unique constant identifying the error case encountered during request processing.                         |       |
| **description** | **String**  | Short description of the ReasonCode field                                                                   |       |
| **recoverable** | **Boolean** | Indicates whether this error will always be returned for this request, or retrying could change the outcome |       |
| **details**     | **String**  | Detailed information about the ReasonCode field                                                             |       |

