PUT api/transactions/{id}/contactinfo
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ContactInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Phone | string |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Phone": "sample string 2",
"Email": "sample string 3"
}
application/xml, text/xml
Sample:
<ContactInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Email>sample string 3</Email> <Name>sample string 1</Name> <Phone>sample string 2</Phone> </ContactInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.