POST api/Pasarela
Request Information
URI Parameters
None.
Body Parameters
PasarelaInput| Name | Description | Type | Additional information |
|---|---|---|---|
| strImporte | string |
None. |
|
| strOrdenCobroId | string |
None. |
|
| strCookieInfi | string |
None. |
|
| strCookieGestion | string |
None. |
|
| strNumeroOrden | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"strImporte": "sample string 1",
"strOrdenCobroId": "sample string 2",
"strCookieInfi": "sample string 3",
"strCookieGestion": "sample string 4",
"strNumeroOrden": "sample string 5"
}
application/xml, text/xml
Sample:
<PasarelaInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestGestionWA.Models.Aplication"> <strCookieGestion>sample string 4</strCookieGestion> <strCookieInfi>sample string 3</strCookieInfi> <strImporte>sample string 1</strImporte> <strNumeroOrden>sample string 5</strNumeroOrden> <strOrdenCobroId>sample string 2</strOrdenCobroId> </PasarelaInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |