POST AdminApi/ProdCatalog/Save
Request Information
URI Parameters
None.
Body Parameters
ProductCatalogEditModel| Name | Description | Type | Additional information |
|---|---|---|---|
| InvAttributes | Collection of globally unique identifier |
None. |
|
| NotInvAttributes | Collection of globally unique identifier |
None. |
|
| IsChange | boolean |
None. |
|
| Collapse | boolean |
None. |
|
| Children | Collection of ProductCatalogEditModel |
None. |
|
| IconPath | string |
None. |
|
| IconPathM | string |
None. |
|
| Action | ActionTypeEnum |
None. |
|
| IsMappingProduct | boolean |
None. |
|
| IspType | string |
None. |
|
| NameTransId | globally unique identifier |
Required |
|
| ParentId | globally unique identifier |
Required |
|
| SmallIcon | string |
String length: inclusive between 0 and 200 |
|
| BigIcon | string |
String length: inclusive between 0 and 200 |
|
| OriginalIcon | string |
String length: inclusive between 0 and 200 |
|
| MSmallIcon | string |
String length: inclusive between 0 and 200 |
|
| MBigIcon | string |
String length: inclusive between 0 and 200 |
|
| MOriginalIcon | string |
String length: inclusive between 0 and 200 |
|
| Seq | integer |
None. |
|
| Level | integer |
None. |
|
| Code | string |
String length: inclusive between 0 and 50 |
|
| CatalogAttrs | Collection of ProductCatalogAttr |
None. |
|
| Desc | string |
None. |
|
| Descs | Collection of MutiLanguage |
None. |
|
| Id | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| IsActive | boolean |
Required |
|
| IsDeleted | boolean |
Required |
|
| CreateDate | date |
Required |
|
| UpdateDate | date |
None. |
|
| CreateBy | globally unique identifier |
Required |
|
| UpdateBy | globally unique identifier |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}