POST api/ProdGroupOpening
Request Information
URI Parameters
None.
Body Parameters
F_ProdGroupOpening| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerCode | string |
None. |
|
| ProductMainGroupId | integer |
None. |
|
| Amt | decimal number |
None. |
|
| CrDrFlag | string |
None. |
|
| BranchCode | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CustomerCode": "sample string 2",
"ProductMainGroupId": 3,
"Amt": 4.0,
"CrDrFlag": "sample string 5",
"BranchCode": 6,
"CreatedBy": 1,
"CreatedOn": "2025-12-16T03:11:39.2294353+00:00",
"ModifiedBy": 1,
"ModifiedOn": "2025-12-16T03:11:39.2294353+00:00"
}
application/xml, text/xml
Sample:
<F_ProdGroupOpening xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models"> <Amt>4</Amt> <BranchCode>6</BranchCode> <CrDrFlag>sample string 5</CrDrFlag> <CreatedBy>1</CreatedBy> <CreatedOn>2025-12-16T03:11:39.2294353+00:00</CreatedOn> <CustomerCode>sample string 2</CustomerCode> <Id>1</Id> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-12-16T03:11:39.2294353+00:00</ModifiedOn> <ProductMainGroupId>3</ProductMainGroupId> </F_ProdGroupOpening>
application/x-www-form-urlencoded
Sample:
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. |