GET api/PaymentOption/GetPaymentOptions
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PaymentOptionName | Description | Type | Additional information |
---|---|---|---|
PaymentOptionId | integer |
None. |
|
Name | string |
None. |
|
Link | string |
None. |
|
UserName | string |
None. |
|
Password | string |
None. |
|
IsActive | integer |
None. |
|
Picture | string |
None. |
|
InsertedBy | integer |
None. |
|
InsertedDate | date |
None. |
|
UpdatedBy | integer |
None. |
|
UpdatedDate | date |
None. |
|
CompanyDetailId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "PaymentOptionId": 1, "Name": "sample string 2", "Link": "sample string 3", "UserName": "sample string 4", "Password": "sample string 5", "IsActive": 1, "Picture": "sample string 6", "InsertedBy": 1, "InsertedDate": "2024-12-12T17:34:52.8418521+00:00", "UpdatedBy": 1, "UpdatedDate": "2024-12-12T17:34:52.8418521+00:00", "CompanyDetailId": 1 }, { "$ref": "1" } ]