POST api/Marketo
Request Information
URI Parameters
None.
Body Parameters
MarketoItem| Name | Description | Type | Additional information |
|---|---|---|---|
| usrr_ | string |
None. |
|
| pass_ | string |
None. |
|
| fromd | string |
None. |
|
| tod | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"usrr_": "sample string 1",
"pass_": "sample string 2",
"fromd": "sample string 3",
"tod": "sample string 4"
}
text/html
Sample:
{"usrr_":"sample string 1","pass_":"sample string 2","fromd":"sample string 3","tod":"sample string 4"}
application/xml, text/xml
Sample:
<MarketoItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PhoneAuthentication.Controllers"> <fromd>sample string 3</fromd> <pass_>sample string 2</pass_> <tod>sample string 4</tod> <usrr_>sample string 1</usrr_> </MarketoItem>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.