POST Senders

Request Information

URI Parameters

None.

Body Parameters

SenderToCreate
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 1",
  "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 1</Name>
  <UserId>1</UserId>
</Sender>

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int>1</int>