POST api/Common
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CommonArray| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{},
{}
]
}
application/xml, text/xml
Sample:
<CommonArray xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsCampusColors.Model">
<Data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</Data>
</CommonArray>