POST {language}/subscription/paytime/paypal
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
PaymentTokenInformationRequestName | Description | Type | Additional information |
---|---|---|---|
PaymentId | globally unique identifier |
None. |
|
CartItemList | Collection of CartItem |
None. |
|
RequestId | globally unique identifier |
None. |
|
Language | string |
None. |
|
LanguageLogin | string |
None. |
|
AuthToken | string |
None. |
|
ClientId | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "PaymentId": "2356a7d7-7e96-4310-9326-1fb4c41e5ffe", "CartItemList": [ { "Name": "sample string 1", "Quantity": 2, "UnitPrice": 3.0 }, { "Name": "sample string 1", "Quantity": 2, "UnitPrice": 3.0 } ], "RequestId": "9b564aca-b057-4599-99c1-46158bd38bd8", "Language": "sample string 3", "LanguageLogin": "sample string 4", "AuthToken": "sample string 5", "ClientId": "sample string 6", "PageIndex": 7, "PageSize": 8 }
application/xml, text/xml
Sample:
<PaymentTokenInformationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests"> <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 5</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 6</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 3</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 4</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">7</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">8</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">9b564aca-b057-4599-99c1-46158bd38bd8</RequestId> <CartItemList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.Core.Models"> <d2p1:CartItem> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:Quantity>2</d2p1:Quantity> <d2p1:UnitPrice>3</d2p1:UnitPrice> </d2p1:CartItem> <d2p1:CartItem> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:Quantity>2</d2p1:Quantity> <d2p1:UnitPrice>3</d2p1:UnitPrice> </d2p1:CartItem> </CartItemList> <PaymentId>2356a7d7-7e96-4310-9326-1fb4c41e5ffe</PaymentId> </PaymentTokenInformationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.