POST api/BOMInstructions
Request Information
URI Parameters
None.
Body Parameters
BOMAssemblyInstruction| Name | Description | Type | Additional information |
|---|---|---|---|
| BOMAssemblyInstructionId | integer |
None. |
|
| BOMId | integer |
None. |
|
| AssemblyInstruction | string |
None. |
|
| CreatedDate | date |
Data type: DateTime |
|
| CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BOMAssemblyInstructionId": 1,
"BOMId": 2,
"AssemblyInstruction": "sample string 3",
"CreatedDate": "2025-12-08T01:55:11.8769783+05:30",
"CreatedBy": "sample string 5"
}
application/xml, text/xml
Sample:
<BOMAssemblyInstruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities"> <CreatedBy>sample string 5</CreatedBy> <CreatedDate>2025-12-08T01:55:11.8769783+05:30</CreatedDate> <AssemblyInstruction>sample string 3</AssemblyInstruction> <BOMAssemblyInstructionId>1</BOMAssemblyInstructionId> <BOMId>2</BOMId> </BOMAssemblyInstruction>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |