POST api/MachineManufacturer
Request Information
URI Parameters
None.
Body Parameters
MachineManufacturer| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerId | integer |
None. |
|
| Name | string |
None. |
|
| AddressLine1 | string |
None. |
|
| AddressLine2 | string |
None. |
|
| City | string |
None. |
|
| PostCode | string |
None. |
|
| Country | string |
None. |
|
| ImagePath | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| LastModifiedDate | date |
None. |
|
| LastModifiedBy | integer |
None. |
|
| DeletedDate | date |
None. |
|
| DeletedBy | integer |
None. |
|
| CompanyName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CustomerId": 2,
"Name": "sample string 3",
"AddressLine1": "sample string 4",
"AddressLine2": "sample string 5",
"City": "sample string 6",
"PostCode": "sample string 7",
"Country": "sample string 8",
"ImagePath": "sample string 9",
"CreatedDate": "2025-12-16T01:05:23.8072581+00:00",
"CreatedBy": 11,
"LastModifiedDate": "2025-12-16T01:05:23.8072581+00:00",
"LastModifiedBy": 13,
"DeletedDate": "2025-12-16T01:05:23.8072581+00:00",
"DeletedBy": 1,
"CompanyName": "sample string 14"
}
application/xml, text/xml
Sample:
<MachineManufacturer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain"> <AddressLine1>sample string 4</AddressLine1> <AddressLine2>sample string 5</AddressLine2> <City>sample string 6</City> <CompanyName>sample string 14</CompanyName> <Country>sample string 8</Country> <CreatedBy>11</CreatedBy> <CreatedDate>2025-12-16T01:05:23.8072581+00:00</CreatedDate> <CustomerId>2</CustomerId> <DeletedBy>1</DeletedBy> <DeletedDate>2025-12-16T01:05:23.8072581+00:00</DeletedDate> <Id>1</Id> <ImagePath>sample string 9</ImagePath> <LastModifiedBy>13</LastModifiedBy> <LastModifiedDate>2025-12-16T01:05:23.8072581+00:00</LastModifiedDate> <Name>sample string 3</Name> <PostCode>sample string 7</PostCode> </MachineManufacturer>
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.