POST api/PSLocadora/sendPayment
Request Information
URI Parameters
None.
Body Parameters
ParamVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Nome | string |
None. |
|
| Valor | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Nome": "sample string 1",
"Valor": "sample string 2"
}
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"