PUT api/ItemBin/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Bin| Name | Description | Type | Additional information |
|---|---|---|---|
| BinId | integer |
None. |
|
| BinName | string |
None. |
|
| CompanyId | integer |
None. |
|
| CreatedDate | date |
Data type: DateTime |
|
| CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BinId": 1,
"BinName": "sample string 2",
"CompanyId": 3,
"CreatedDate": "2025-12-08T01:39:04.4863735+05:30",
"CreatedBy": "sample string 5"
}
application/xml, text/xml
Sample:
<Bin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Morph.Domain.Entities"> <CreatedBy>sample string 5</CreatedBy> <CreatedDate>2025-12-08T01:39:04.4863735+05:30</CreatedDate> <BinId>1</BinId> <BinName>sample string 2</BinName> <CompanyId>3</CompanyId> </Bin>
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. |