POST pizza/updategroup
Request Information
URI Parameters
None.
Body Parameters
ProductGroupWeb| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CompanyId | integer |
None. |
|
| CompanyName | string |
None. |
|
| OrderNumber | integer |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"companyId": 1,
"companyName": "sample string 2",
"orderNumber": 3,
"name": "sample string 4"
}
application/xml, text/xml
Sample:
<ProductGroupWeb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Clickoapp2.Domain.Models"> <_x003C_CompanyId_x003E_k__BackingField>1</_x003C_CompanyId_x003E_k__BackingField> <_x003C_CompanyName_x003E_k__BackingField>sample string 2</_x003C_CompanyName_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_Name_x003E_k__BackingField>sample string 4</_x003C_Name_x003E_k__BackingField> <_x003C_OrderNumber_x003E_k__BackingField>3</_x003C_OrderNumber_x003E_k__BackingField> </ProductGroupWeb>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ProductGroupWeb| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CompanyId | integer |
None. |
|
| CompanyName | string |
None. |
|
| OrderNumber | integer |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"companyId": 1,
"companyName": "sample string 2",
"orderNumber": 3,
"name": "sample string 4"
}
application/xml, text/xml
Sample:
<ProductGroupWeb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Clickoapp2.Domain.Models"> <_x003C_CompanyId_x003E_k__BackingField>1</_x003C_CompanyId_x003E_k__BackingField> <_x003C_CompanyName_x003E_k__BackingField>sample string 2</_x003C_CompanyName_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_Name_x003E_k__BackingField>sample string 4</_x003C_Name_x003E_k__BackingField> <_x003C_OrderNumber_x003E_k__BackingField>3</_x003C_OrderNumber_x003E_k__BackingField> </ProductGroupWeb>