POST api/ProductType/UploadDetail?CreatedBy={CreatedBy}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CreatedBy | integer |
Required |
Body Parameters
Collection of C_ProductType| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProductTypeName | string |
None. |
|
| ProductGroupId | integer |
None. |
|
| BrandId | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"ProductTypeName": "sample string 2",
"ProductGroupId": 3,
"BrandId": 4,
"CreatedBy": 1,
"CreatedOn": "2025-12-17T23:51:48.024826+00:00",
"ModifiedBy": 1,
"ModifiedOn": "2025-12-17T23:51:48.024826+00:00"
},
{
"Id": 1,
"ProductTypeName": "sample string 2",
"ProductGroupId": 3,
"BrandId": 4,
"CreatedBy": 1,
"CreatedOn": "2025-12-17T23:51:48.024826+00:00",
"ModifiedBy": 1,
"ModifiedOn": "2025-12-17T23:51:48.024826+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfC_ProductType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models">
<C_ProductType>
<BrandId>4</BrandId>
<CreatedBy>1</CreatedBy>
<CreatedOn>2025-12-17T23:51:48.024826+00:00</CreatedOn>
<Id>1</Id>
<ModifiedBy>1</ModifiedBy>
<ModifiedOn>2025-12-17T23:51:48.024826+00:00</ModifiedOn>
<ProductGroupId>3</ProductGroupId>
<ProductTypeName>sample string 2</ProductTypeName>
</C_ProductType>
<C_ProductType>
<BrandId>4</BrandId>
<CreatedBy>1</CreatedBy>
<CreatedOn>2025-12-17T23:51:48.024826+00:00</CreatedOn>
<Id>1</Id>
<ModifiedBy>1</ModifiedBy>
<ModifiedOn>2025-12-17T23:51:48.024826+00:00</ModifiedOn>
<ProductGroupId>3</ProductGroupId>
<ProductTypeName>sample string 2</ProductTypeName>
</C_ProductType>
</ArrayOfC_ProductType>
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. |