POST api/demand/{id}/message
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
CreateDemandMessageRequestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Comment | string |
None. |
|
| FileCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Comment": "sample string 1",
"FileCode": "sample string 2"
}
text/html
Sample:
{"Comment":"sample string 1","FileCode":"sample string 2"}
application/xml, text/xml
Sample:
<CreateDemandMessageRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Metib.Modules.Marketing.Api.DTO"> <Comment>sample string 1</Comment> <FileCode>sample string 2</FileCode> </CreateDemandMessageRequestDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.