POST api/Payment/GetUserPayments
Request Information
URI Parameters
None.
Body Parameters
UserPaymentsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1
}
application/xml, text/xml
Sample:
<UserPaymentsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GOS_N_TOW_API.Models"> <UserId>1</UserId> </UserPaymentsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.