PUT api/BOMService/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

BOMService
NameDescriptionTypeAdditional information
BOMServiceId

integer

None.

BOMId

integer

None.

ServiceName

string

None.

ServiceDescription

string

None.

ServiceCharge

decimal number

None.

CreatedDate

date

Data type: DateTime

CreatedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BOMServiceId": 1,
  "BOMId": 2,
  "ServiceName": "sample string 3",
  "ServiceDescription": "sample string 4",
  "ServiceCharge": 5.1,
  "CreatedDate": "2025-12-08T01:54:44.6425962+05:30",
  "CreatedBy": "sample string 7"
}

application/xml, text/xml

Sample:
<BOMService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">
  <CreatedBy>sample string 7</CreatedBy>
  <CreatedDate>2025-12-08T01:54:44.6425962+05:30</CreatedDate>
  <BOMId>2</BOMId>
  <BOMServiceId>1</BOMServiceId>
  <ServiceCharge>5.1</ServiceCharge>
  <ServiceDescription>sample string 4</ServiceDescription>
  <ServiceName>sample string 3</ServiceName>
</BOMService>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.