ListProcurementPortalPreferences
This feature API is subject to changing at any time. For more information, see the Amazon Service Terms
Retrieves a list of procurement portal preferences associated with the Amazon Web Services account.
Request Syntax
{
"MaxResults": number,
"NextToken": "string"
}
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
The request accepts the following data in JSON format.
- MaxResults
-
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 100.
Required: No
- NextToken
-
The token for the next set of results. (You received this token from a previous call.)
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Pattern:
\S+Required: No
Response Syntax
{
"NextToken": "string",
"ProcurementPortalPreferences": [
{
"AwsAccountId": "string",
"BuyerDomain": "string",
"BuyerIdentifier": "string",
"CreateDate": number,
"EinvoiceDeliveryEnabled": boolean,
"EinvoiceDeliveryPreferenceStatus": "string",
"EinvoiceDeliveryPreferenceStatusReason": "string",
"LastUpdateDate": number,
"ProcurementPortalName": "string",
"ProcurementPortalPreferenceArn": "string",
"PurchaseOrderRetrievalEnabled": boolean,
"PurchaseOrderRetrievalPreferenceStatus": "string",
"PurchaseOrderRetrievalPreferenceStatusReason": "string",
"Selector": {
"InvoiceUnitArns": [ "string" ],
"SellerOfRecords": [ "string" ]
},
"SupplierDomain": "string",
"SupplierIdentifier": "string",
"Version": number
}
]
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- NextToken
-
The token to use to retrieve the next set of results, or null if there are no more results.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Pattern:
\S+ - ProcurementPortalPreferences
-
The list of procurement portal preferences associated with the Amazon Web Services account.
Type: Array of ProcurementPortalPreferenceSummary objects
Errors
For information about the errors that are common to all actions, see Common Errors.
- AccessDeniedException
-
You don't have sufficient access to perform this action.
- resourceName
-
You don't have sufficient access to perform this action.
HTTP Status Code: 400
- ConflictException
-
The request could not be completed due to a conflict with the current state of the resource. This exception occurs when a concurrent modification is detected during an update operation, or when attempting to create a resource that already exists.
- resourceId
-
The identifier of the resource that caused the conflict.
- resourceType
-
The type of resource that caused the conflict.
HTTP Status Code: 400
- InternalServerException
-
The processing request failed because of an unknown error, exception, or failure.
- retryAfterSeconds
-
The processing request failed because of an unknown error, exception, or failure.
HTTP Status Code: 500
- ServiceQuotaExceededException
-
The request was rejected because it attempted to create resources beyond the current Amazon Web Services account limits. The error message describes the limit exceeded.
HTTP Status Code: 400
- ThrottlingException
-
The request was denied due to request throttling.
HTTP Status Code: 400
- ValidationException
-
The input fails to satisfy the constraints specified by an Amazon Web Services service.
- fieldList
-
The input fails to satisfy the constraints specified by an Amazon Web Services service.
- reason
-
You don't have sufficient access to perform this action.
- resourceName
-
You don't have sufficient access to perform this action.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: