POST api/linksForm
landing request
Request Information
URI Parameters
None.
Body Parameters
LinksForm| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| url | string |
None. |
|
| amount | integer |
None. |
|
| region | string |
None. |
|
| pages | string |
None. |
|
| anchor | boolean |
None. |
|
| noanchor | boolean |
None. |
|
| paymentsSystem | string |
None. |
|
| comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"email": "sample string 1",
"url": "sample string 2",
"amount": 3,
"region": "sample string 4",
"pages": "sample string 5",
"anchor": true,
"noanchor": true,
"paymentsSystem": "sample string 8",
"comment": "sample string 9"
}
application/xml, text/xml
Sample:
<LinksForm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CraudWezom_v1.Controllers"> <amount>3</amount> <anchor>true</anchor> <comment>sample string 9</comment> <email>sample string 1</email> <noanchor>true</noanchor> <pages>sample string 5</pages> <paymentsSystem>sample string 8</paymentsSystem> <region>sample string 4</region> <url>sample string 2</url> </LinksForm>
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.