Revert WIP postings

Revert the journal transactions that were created when the overbilling or underbilling amount was posted.

Revert a WIP journal posting

post/services/construction-forecasting/wip-journal/revert-post

Post a journal entry for a specified WIP schedule period to revert a previously posted journal entry.

Permissions and other requirements
SubscriptionConstruction
User typeBusiness
PermissionsRevert WIP Posting
SecurityOAuth2
Request
Request Body schema: application/json
required
wipPeriodKey
string

Unique key for the WIP period.

Example: "123"
Responses
204

Executed

400

Bad Request

Request samples
application/json
{
  • "wipPeriodKey": "11"
}
Response samples
application/json
{
  • "ia::result": {
    • "ia::error": {
      • "code": "invalidRequest",
      • "message": "A POST request requires a payload",
      • "errorId": "REST-1028",
      • "additionalInfo": {
        },
      • "supportId": "Kxi78%7EZuyXBDEGVHD2UmO1phYXDQAAAAo"
      }
    },
  • "ia::meta": {
    • "totalCount": 1,
    • "totalSuccess": 0,
    • "totalError": 1
    }
}