POST api/ReturnForm
Request Information
URI Parameters
None.
Body Parameters
ReturnFormRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TransIdx | string |
None. |
|
| NamaLengkap | string |
None. |
|
| NoHandphone | string |
None. |
|
| string |
None. |
||
| NamaBank | string |
None. |
|
| NamaRekening | string |
None. |
|
| NomorRekening | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TransIdx": "sample string 1",
"NamaLengkap": "sample string 2",
"NoHandphone": "sample string 3",
"Email": "sample string 4",
"NamaBank": "sample string 5",
"NamaRekening": "sample string 6",
"NomorRekening": "sample string 7"
}
application/xml, text/xml
Sample:
<ReturnFormRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <Email>sample string 4</Email> <NamaBank>sample string 5</NamaBank> <NamaLengkap>sample string 2</NamaLengkap> <NamaRekening>sample string 6</NamaRekening> <NoHandphone>sample string 3</NoHandphone> <NomorRekening>sample string 7</NomorRekening> <TransIdx>sample string 1</TransIdx> </ReturnFormRequest>
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. |