POST api/v1/save_update_railbellowsproperties

Request Information

URI Parameters

None.

Body Parameters

RailBellowProperty
NameDescriptionTypeAdditional information
RailBellowsPropertiesID

integer

None.

MaterialID

integer

None.

SizeID

integer

None.

ManufacturerId

integer

None.

Created_By

integer

None.

Created_On

date

None.

Modified_By

integer

None.

Modified_On

date

None.

LMin

decimal number

None.

Fold

decimal number

None.

Cost

decimal number

None.

is_logical_deleted

boolean

None.

comment

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RailBellowsPropertiesID": 1,
  "MaterialID": 2,
  "SizeID": 3,
  "ManufacturerId": 1,
  "Created_By": 1,
  "Created_On": "2026-03-23T01:48:15.523117+00:00",
  "Modified_By": 1,
  "Modified_On": "2026-03-23T01:48:15.523117+00:00",
  "LMin": 1.1,
  "Fold": 1.1,
  "Cost": 1.1,
  "is_logical_deleted": true,
  "comment": "sample string 4"
}

text/html

Sample:
{"$id":"1","RailBellowsPropertiesID":1,"MaterialID":2,"SizeID":3,"ManufacturerId":1,"Created_By":1,"Created_On":"2026-03-23T01:48:15.523117+00:00","Modified_By":1,"Modified_On":"2026-03-23T01:48:15.523117+00:00","LMin":1.1,"Fold":1.1,"Cost":1.1,"is_logical_deleted":true,"comment":"sample string 4"}

application/xml, text/xml

Sample:
<RailBellowProperty xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BellaArmorAPI.Models">
  <Cost>1.1</Cost>
  <Created_By>1</Created_By>
  <Created_On>2026-03-23T01:48:15.523117+00:00</Created_On>
  <Fold>1.1</Fold>
  <LMin>1.1</LMin>
  <ManufacturerId>1</ManufacturerId>
  <MaterialID>2</MaterialID>
  <Modified_By>1</Modified_By>
  <Modified_On>2026-03-23T01:48:15.523117+00:00</Modified_On>
  <RailBellowsPropertiesID>1</RailBellowsPropertiesID>
  <SizeID>3</SizeID>
  <comment>sample string 4</comment>
  <is_logical_deleted>true</is_logical_deleted>
</RailBellowProperty>

multipart/form-data

Sample:
<RailBellowProperty xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BellaArmorAPI.Models"><Cost>1.1</Cost><Created_By>1</Created_By><Created_On>2026-03-23T01:48:15.523117+00:00</Created_On><Fold>1.1</Fold><LMin>1.1</LMin><ManufacturerId>1</ManufacturerId><MaterialID>2</MaterialID><Modified_By>1</Modified_By><Modified_On>2026-03-23T01:48:15.523117+00:00</Modified_On><RailBellowsPropertiesID>1</RailBellowsPropertiesID><SizeID>3</SizeID><comment>sample string 4</comment><is_logical_deleted>true</is_logical_deleted></RailBellowProperty>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RailBellowProperty'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.