Skip to main content
JSON Manual Created Edited

P-M Interaction Diagram

Input URI

{base url} + post/PM



Active Methods

POST



JSON Schema

Details

{
    "PM": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "argument": {
                "type": "object",
                "properties": {}
            }
        }
    }
}


Examples

P-M Interaction Diagram

{
    "Argument": {}
}


Specifications

No. Description Key Value Type Default Required

1

Empty object

-

-

 -

-



0
Was this article helpful?