Submit Billing Order Using POST
Submit a monthly billing order identified by the order id.
Pre-authorized roles: Operations
Request
URI
POST
https://{api_host}//vcp.vmware.com/api/provider/v1/billingOrders/{orderId}/submit
COPY
Path Parameters
string
orderId
Required
Billing order id
orderId example
1065b9b8-xxxx-xxxx-xxxx-93055f5c4101
Request Body
Request to submit a monthly billing order
SubmitRequest of type(s) application/json
Required
{
"serviceProviderPurchaseOrder": "VMW202206"
}
string
serviceProviderPurchaseOrder
Required
Purchase order from cloud services provider of the billing order
Responses
204
No Content
Operation doesn't return any data structure
400
Bad Request
Operation doesn't return any data structure
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Billing order not found
Operation doesn't return any data structure