PUT Senders/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

SenderToUpdate
NameDescriptionTypeAdditional information
Name

string

Required

String length: inclusive between 0 and 16

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 2",
  "UserId": 1
}

application/xml, text/xml

Sample:
<Sender xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Name>sample string 2</Name>
  <UserId>1</UserId>
</Sender>

Response Information

Resource Description

None.