POST api/Product/InsertImportProduct?companyid={companyid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyid | integer |
Required |
Body Parameters
Collection of clInsertProductimport| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductName | string |
None. |
|
| ProductType | string |
None. |
|
| ProductPrice | Object |
None. |
|
| ProductQuantity | Object |
None. |
|
| Description | Object |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ProductName": "sample string 1",
"ProductType": "sample string 2",
"ProductPrice": {
"$id": "2"
},
"ProductQuantity": {
"$id": "3"
},
"Description": {
"$id": "4"
}
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.