POST v1/ShoppingCarts/Checkout/ZeroPaymentOrder
Completes the payment process of zero payment orders
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CartCheckoutOutputName | Description | Type | Additional information |
---|---|---|---|
id |
The ID of created order |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1 }
text/html
Sample:
{"id":1}
application/xml, text/xml
Sample:
<v1_ShoppingCarts_ShoppingCartEndpointController.CartCheckoutOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_ShoppingCarts_ShoppingCartEndpoint"> <id>1</id> </v1_ShoppingCarts_ShoppingCartEndpointController.CartCheckoutOutput>