PUT web/ETransfer
Request Information
URI Parameters
None.
Body Parameters
UpdateETransfer| Name | Description | Type | Additional information |
|---|---|---|---|
| record_id | integer |
None. |
|
| entity | IdValuePair |
None. |
|
| email_address | string |
Required |
|
| phone_no | string |
None. |
|
| purpose_of_payment | IdValuePair |
None. |
|
| purpose_of_payment_detail | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"record_id": 1,
"entity": {
"value": "sample string 1",
"id": 2
},
"email_address": "sample string 2",
"phone_no": "sample string 3",
"purpose_of_payment": {
"value": "sample string 1",
"id": 2
},
"purpose_of_payment_detail": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
application/xml
Sample:
text/xml
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.