POST api/V1/country/ManageCountry?operation={operation}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| country | No documentation available. |
Define this parameter in the request body. |
| operation | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1,
"Country_Name": "sample string 2",
"ISD_Code": "sample string 3",
"Country_Code": "sample string 4",
"IsActive": true,
"Version": "sample string 6",
"Tenant": "sample string 7",
"ActivityId": "sample string 8"
}
application/xml, text/xml
Sample:
<Country xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TPNagar.Contract.Master"> <_x003C_ActivityId_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TPNagar.Core.Contracts">sample string 8</_x003C_ActivityId_x003E_k__BackingField> <_x003C_Tenant_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TPNagar.Core.Contracts">sample string 7</_x003C_Tenant_x003E_k__BackingField> <_x003C_Version_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TPNagar.Core.Contracts">sample string 6</_x003C_Version_x003E_k__BackingField> <Country_Code>sample string 4</Country_Code> <Country_Name>sample string 2</Country_Name> <ISD_Code>sample string 3</ISD_Code> <Id>1</Id> <IsActive>true</IsActive> </Country>
application/x-www-form-urlencoded
Sample:
Sample not available.