{ "opencollection": "1.0.0", "info": { "name": "API ServiceOrdering", "version": "4.1.0" }, "items": [ { "info": { "name": "serviceOrder", "type": "folder" }, "items": [ { "info": { "name": "Creates a ServiceOrder", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/serviceOrder", "headers": [ { "name": "transactionId", "value": "" } ], "params": [ { "name": "sourceIdentifier", "value": "", "type": "query", "description": "source identifier toidentify the customer like 'MNS_Portal'" } ] }, "docs": "This operation creates a ServiceOrder entity." }, { "info": { "name": "Retrieves a ServiceOrder by ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/serviceOrder/:id", "headers": [ { "name": "transactionId", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the ServiceOrder. This could be Partner ID or MSISDN." }, { "name": "sourceIdentifier", "value": "", "type": "query", "description": "This field denotes the channel that is initiating request to SOA., ex-'Experian,TransUnion'" }, { "name": "idType", "value": "", "type": "query", "description": "This field denotes whether the provided Id is Partner ID or MSISDN." } ] }, "docs": "This operation retrieves a ServiceOrder entity. Attribute selection is enabled for all first level attributes." } ] } ], "bundled": true }