PUT api/NotAllowedCountryForCompanies/Edit?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

UpdateNotAllowedCountryForCompanyBindingModel
NameDescriptionTypeAdditional information
Id

integer

None.

CountryId

string

Required

CompanyCode

string

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CountryId": "sample string 2",
  "CompanyCode": "sample string 3"
}

application/xml, text/xml

Sample:
<UpdateNotAllowedCountryForCompanyBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TripPlannerAPI.Models.DTO">
  <CompanyCode>sample string 3</CompanyCode>
  <CountryId>sample string 2</CountryId>
  <Id>1</Id>
</UpdateNotAllowedCountryForCompanyBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.