POST api/AttachAPI

Request Information

URI Parameters

None.

Body Parameters

Collection of character

Request Formats

application/json, text/json

Sample:
[
  "A",
  "A"
]

application/xml, text/xml

Sample:
<ArrayOfchar xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <char>65</char>
  <char>65</char>
</ArrayOfchar>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

EvenOddParse
NameDescriptionTypeAdditional information
Even

integer

None.

Odd

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Even": 1,
  "Odd": 2
}

application/xml, text/xml

Sample:
<EvenOddParse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuccAttAPI.Models.App">
  <Even>1</Even>
  <Odd>2</Odd>
</EvenOddParse>