POST api/CustomerPlan/Update

Request Information

URI Parameters

None.

Body Parameters

Plan
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Description

string

None.

NumberOfMachines

string

None.

IsDefault

boolean

None.

IsDefaultForUser

boolean

None.

CreatedBy

integer

None.

CreatedDate

date

None.

LastModifiedBy

integer

None.

LastModifiedDate

date

None.

IsTest

boolean

None.

IsSpecificCustomer

boolean

None.

IsCEUKCA

boolean

None.

IsDemo

boolean

None.

CompanyName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "Description": "sample string 3",
  "NumberOfMachines": "sample string 4",
  "IsDefault": true,
  "IsDefaultForUser": true,
  "CreatedBy": 7,
  "CreatedDate": "2025-08-29T20:24:20.7362494+00:00",
  "LastModifiedBy": 9,
  "LastModifiedDate": "2025-08-29T20:24:20.7362494+00:00",
  "IsTest": true,
  "IsSpecificCustomer": true,
  "IsCEUKCA": true,
  "IsDemo": true,
  "CompanyName": "sample string 15"
}

application/xml, text/xml

Sample:
<Plan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain">
  <CompanyName>sample string 15</CompanyName>
  <CreatedBy>7</CreatedBy>
  <CreatedDate>2025-08-29T20:24:20.7362494+00:00</CreatedDate>
  <Description>sample string 3</Description>
  <Id>1</Id>
  <IsCEUKCA>true</IsCEUKCA>
  <IsDefault>true</IsDefault>
  <IsDefaultForUser>true</IsDefaultForUser>
  <IsDemo>true</IsDemo>
  <IsSpecificCustomer>true</IsSpecificCustomer>
  <IsTest>true</IsTest>
  <LastModifiedBy>9</LastModifiedBy>
  <LastModifiedDate>2025-08-29T20:24:20.7362494+00:00</LastModifiedDate>
  <Name>sample string 2</Name>
  <NumberOfMachines>sample string 4</NumberOfMachines>
</Plan>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.