POST api/Country/UpdateCheckName
Request Information
URI Parameters
None.
Body Parameters
UpdateCheckNameModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| iscountry | boolean |
None. |
|
| newcheckname | string |
None. |
|
| newfee | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"iscountry": true,
"newcheckname": "sample string 3",
"newfee": 1.0
}
application/xml, text/xml
Sample:
<UpdateCheckNameModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Models"> <id>1</id> <iscountry>true</iscountry> <newcheckname>sample string 3</newcheckname> <newfee>1</newfee> </UpdateCheckNameModel>
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.