POST api/Member?_message={_message}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| _message | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Output| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| ErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"StatusCode": 1,
"ErrorMessage": "sample string 2"
}
application/xml, text/xml
Sample:
<Output xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrecisionSample.Services.Components.Entites"> <ErrorMessage>sample string 2</ErrorMessage> <StatusCode>1</StatusCode> </Output>