Describes a solicitation action that can be taken for an order. Provides a JSON Hypertext Application Language (HAL) link to the JSON schema document that describes the expected input.

Export

GetSolicitationActionResponse

interface GetSolicitationActionResponse {
    _embedded?: GetSolicitationActionResponseEmbedded;
    _links?: GetSolicitationActionResponseLinks;
    errors?: Error[];
    payload?: SolicitationsAction;
}

Properties

Memberof

GetSolicitationActionResponse

Memberof

GetSolicitationActionResponse

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

GetSolicitationActionResponse

Memberof

GetSolicitationActionResponse