You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

OOF/HAS Create/Update API

Interface DefintionDescription

URI

{serverRoot}/oof/has/v2

Operation Type

POST

Content-Type

application/json

Request Header

Header NameQualifierDescription

Accept

N

Determines the format of the body of the response. Valid value is “application/json”

Authorization

Y

Supplies Basic Authentication credentials for the request. If the Authorization header is missing, then an HTTP 400 Invalid Request response is returned. If the string supplied is invalid, then an HTTP 401 Unauthorized response is returned.

Content-Type

Y

Determines the format of the request content. Only application/json is supported.

Content-Length

N

Number of bytes in the body of the request. Note that content length is limited to 1 MB.


Request Body

AttributeQualifierCardinalityContentValuesDescription

requestInfo

M

1

RequestInfo Object


The content of the RequestInfo object.

placementInfo

M

1

PlacementInfo Object


The Content of the PlacementInfo object.

licenseInfo

M

1

LicenseInfo Object


The Content of the LicenseInfo object.

serviceInfo

M

1

ServiceInfo Object


The Content of the ServiceInfo object.

  • No labels