Manage Clearances
post
/services/private/clearance/induction
The Clearance web service supports the ability to create, update, or delete a clearance from an external source. It is modeled on the Clearance Induction process.
Request
There are no request parameters for this operation.
Supported Media Types
- application/xml
- application/json
Nested Schema : ClearanceInductionRequest
Type:
Show Source
object
-
action: string
-
changeType: string
-
changeValue: number
-
clearance: integer
(int64)
-
clearanceGroup: integer
(int64)
-
clearanceGroupDesc: string
-
diff: string
-
effectiveDate: string
(date)
-
item: string
-
location: integer
(int64)
-
locationType: string
-
markdown: string
-
newGroupBatch: integer
(int64)
-
reason: string
-
roundingRule: string
-
status: string
-
updatedEffectiveDate: string
(date)
Nested Schema : ClearanceInductionRequest
Type:
Show Source
object
-
action: string
-
changeType: string
-
changeValue: number
-
clearance: integer
(int64)
-
clearanceGroup: integer
(int64)
-
clearanceGroupDesc: string
-
diff: string
-
effectiveDate: string
(date)
-
item: string
-
location: integer
(int64)
-
locationType: string
-
markdown: string
-
newGroupBatch: integer
(int64)
-
reason: string
-
roundingRule: string
-
status: string
-
updatedEffectiveDate: string
(date)
Response
Supported Media Types
- application/xml
- application/json
Default Response
default response
Nested Schema : hyperMediaContent
Type:
object
Nested Schema : links
Type:
Show Source
array
-
Array of:
string
Allowed Values:
[ "SELF_LINK", "NEXT_LINK", "PREV_LINK", "CUSTOM_LINK" ]