POST api/demand
Request Information
URI Parameters
None.
Body Parameters
SaveDemandRequestDTOName | Description | Type | Additional information |
---|---|---|---|
Data | DemandData |
None. |
|
DraftID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "DraftID": 1 }
text/html
Sample:
{"DraftID":1}
application/xml, text/xml
Sample:
<SaveDemandRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Metib.Modules.Marketing.Api.DTO"> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Metib.Modules.Marketing.Shared.Models" i:nil="true" /> <DraftID>1</DraftID> </SaveDemandRequestDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.