POST api/Plan
Request Information
URI Parameters
None.
Body Parameters
Plan| Name | Description | Type | Additional 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-12-16T01:05:54.243526+00:00",
"LastModifiedBy": 9,
"LastModifiedDate": "2025-12-16T01:05:54.243526+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-12-16T01:05:54.243526+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-12-16T01:05:54.243526+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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.