# RejectOutstandingOrders

rejectOutstandingOrders

## POST /rejectOutstandingOrders

> reject OutstandingOrders

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"tags":[{"name":"rejectOutstandingOrders","description":"rejectOutstandingOrders"}],"servers":[{"url":"https://dev-maarg.hotwax.io/rest/s1/poorti"}],"security":[{"basicAuth":[]},{"api_key":[]}],"components":{"securitySchemes":{"basicAuth":{"type":"http","scheme":"basic"},"api_key":{"type":"apiKey","name":"api_key","in":"header","description":"HTTP Header api_key"}},"schemas":{"co.hotwax.poorti.FulfillmentServices.rejectOutstandingOrders.In":{"type":"object","properties":{"facilityId":{"type":"string"},"updateQOH":{"type":"boolean","default":"false"},"rejectionReasonId":{"type":"string","default":"INACTIVE_STORE"},"rejectComments":{"type":"string","default":"Store Rejected Inventory"}},"required":["facilityId","rejectionReasonId"]}}},"paths":{"/rejectOutstandingOrders":{"post":{"tags":["rejectOutstandingOrders"],"summary":"reject OutstandingOrders","description":null,"responses":{"401":{"description":"Authentication required"},"403":{"description":"Access Forbidden (no authz)"},"429":{"description":"Too Many Requests (tarpit)"},"500":{"description":"General Error"}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/co.hotwax.poorti.FulfillmentServices.rejectOutstandingOrders.In"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/co.hotwax.poorti.FulfillmentServices.rejectOutstandingOrders.In"}}},"required":true}}}}}
```
