POST pos/payment/fragmenturl
Authorized only.
Request Information
URI Parameters
None.
Body Parameters
ApiPaymentFragmentRequestName | Description | Type | Additional information |
---|---|---|---|
CompanyId | integer |
None. |
|
CustomerId | integer |
None. |
|
Amount | decimal number |
None. |
|
Operation | string |
None. |
|
ReferenceNumber | string |
None. |
|
AllowCardsOnFile | boolean |
None. |
|
ShowNameField | boolean |
None. |
|
PaymentMethod | PaymentMethod |
None. |
Request Formats
application/json, text/json
Sample:
{ "CompanyId": 1, "CustomerId": 1, "Amount": 1.0, "Operation": "sample string 2", "ReferenceNumber": "sample string 3", "AllowCardsOnFile": true, "ShowNameField": true, "PaymentMethod": 1 }
application/xml, text/xml
Sample:
<ApiPaymentFragmentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Api.Requests"> <AllowCardsOnFile>true</AllowCardsOnFile> <Amount>1</Amount> <CompanyId>1</CompanyId> <CustomerId>1</CustomerId> <Operation>sample string 2</Operation> <PaymentMethod>Cash</PaymentMethod> <ReferenceNumber>sample string 3</ReferenceNumber> <ShowNameField>true</ShowNameField> </ApiPaymentFragmentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |