POST api/PendingOrders/AddAutoReply
Request Information
URI Parameters
None.
Body Parameters
tbl_AutoReplys| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| serviceId | integer |
None. |
|
| Title | string |
None. |
|
| ReplyText | string |
None. |
|
| CreationDate | integer |
None. |
|
| lastModified | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"serviceId": 1,
"Title": "sample string 2",
"ReplyText": "sample string 3",
"CreationDate": 4,
"lastModified": 5
}
application/xml, text/xml
Sample:
<tbl_AutoReplys xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoetAPI.Models"> <CreationDate>4</CreationDate> <ReplyText>sample string 3</ReplyText> <Title>sample string 2</Title> <id>1</id> <lastModified>5</lastModified> <serviceId>1</serviceId> </tbl_AutoReplys>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.