Requests

Request object

Field
Type
Description

id

string

Primary Request identifier

Example: "REQ-1671-0642"

href

string

Relative reference to object on API (always /v1/commerce/requests/{id})

Example: "/v1/commerce/requests/REQ-1671-0642"

status

string

Status of the request.

Example: "Querying"

client

Reference to client Account object.

Example:

vendor

Reference to vendor Account object.

Example:

requester

User of requester, in client account.

Example:

assignee

User of vendor who is responsible to processing request.

Example:

product

Product

Example:

externalIds

ExternalIdsObject

Set of external IDs identifiers.

Example:

parameters.order

ParameterValue[]

Request ordering parameters values

Example:

error

ErrorObject

Error reported by validation procedure.

Example:

audit

AuditObject

Audit object with possible entries: created, updated, activated, terminated, according to lifecycle of the object.

Possible audit events: Created, Updated, and Querying.

Example:

Example

{
  "id": "REQ-1671-0642",
  "href": "/commerce/requests/REQ-1671-0642",
  "status": "Querying",
  "client": { 
    "id": "ACC-1234-4444",
    "name": "Stark-industries"
  },
  "vendor": { 
    "id": "ACC-1234-1111",
    "name": "Microsoft"
  },
  "requester": { 
    "id": "USR-1234-4444",
    "name": "John Smith"
  },
  "assignee": { 
    "id": "USR-1234-1111",
    "name": "Santa Claus"
  },
  "product": {
    "id": "PRD-1111-1111-1111",
    "href": "/catalog/products/PRD-1111-1111-1111",
    "name": "Microsoft Office 365 NCE",
    "icon": "/static/PRD-1111-1111-1111/logo.png"
  }
}

SoftwareOne is a trademark of SoftwareOne, Inc. "The Software Licensing Experts" is a service mark of SoftwareOne, Inc. VAR assist is a trademark of SoftwareOne, Inc. "It pays to partner" is a service mark of SoftwareOne, Incorporated.

#227:

Change request updated