POST api/ParentItemMaster
Request Information
URI Parameters
None.
Body Parameters
C_ParentItemMasterName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
P_ItemCode | string |
None. |
|
P_ItemName | string |
None. |
|
ProductMainGroupId | integer |
None. |
|
ProductGroupId | integer |
None. |
|
BrandId | integer |
None. |
|
ProductTypeId | integer |
None. |
|
ProductClassId | integer |
None. |
|
HSNCode | string |
None. |
|
SalesUnit | integer |
None. |
|
SalesPrice | decimal number |
None. |
|
InnerCount | integer |
None. |
|
OuterCount | integer |
None. |
|
IsBarcoded | string |
None. |
|
SalesLedgerCode | string |
None. |
|
FGCheckFlag | string |
None. |
|
SampleFlag | string |
None. |
|
ProjectFlag | string |
None. |
|
DMSFlag | string |
None. |
|
FAFlag | string |
None. |
|
CreatedBy | integer |
None. |
|
CreatedOn | date |
None. |
|
ModifiedBy | integer |
None. |
|
ModifiedOn | date |
None. |
|
CompanyName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "P_ItemCode": "sample string 2", "P_ItemName": "sample string 3", "ProductMainGroupId": 4, "ProductGroupId": 1, "BrandId": 1, "ProductTypeId": 1, "ProductClassId": 1, "HSNCode": "sample string 5", "SalesUnit": 1, "SalesPrice": 1.0, "InnerCount": 1, "OuterCount": 1, "IsBarcoded": "sample string 6", "SalesLedgerCode": "sample string 7", "FGCheckFlag": "sample string 8", "SampleFlag": "sample string 9", "ProjectFlag": "sample string 10", "DMSFlag": "sample string 11", "FAFlag": "sample string 12", "CreatedBy": 1, "CreatedOn": "2025-04-03T19:54:05.9032133+00:00", "ModifiedBy": 1, "ModifiedOn": "2025-04-03T19:54:05.9032133+00:00", "CompanyName": "sample string 13" }
application/xml, text/xml
Sample:
<C_ParentItemMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models"> <BrandId>1</BrandId> <CompanyName>sample string 13</CompanyName> <CreatedBy>1</CreatedBy> <CreatedOn>2025-04-03T19:54:05.9032133+00:00</CreatedOn> <DMSFlag>sample string 11</DMSFlag> <FAFlag>sample string 12</FAFlag> <FGCheckFlag>sample string 8</FGCheckFlag> <HSNCode>sample string 5</HSNCode> <Id>1</Id> <InnerCount>1</InnerCount> <IsBarcoded>sample string 6</IsBarcoded> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-04-03T19:54:05.9032133+00:00</ModifiedOn> <OuterCount>1</OuterCount> <P_ItemCode>sample string 2</P_ItemCode> <P_ItemName>sample string 3</P_ItemName> <ProductClassId>1</ProductClassId> <ProductGroupId>1</ProductGroupId> <ProductMainGroupId>4</ProductMainGroupId> <ProductTypeId>1</ProductTypeId> <ProjectFlag>sample string 10</ProjectFlag> <SalesLedgerCode>sample string 7</SalesLedgerCode> <SalesPrice>1</SalesPrice> <SalesUnit>1</SalesUnit> <SampleFlag>sample string 9</SampleFlag> </C_ParentItemMaster>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |