Create services
This endpoint is deprecated.
POST
/api/RPC.common.Api.Services.set?token=<TOKEN>Parameters
| Field | Type | Description |
|---|---|---|
id | Integer | Service ID |
skurequired | String | Service ID |
namerequired | String | Service name |
status | String | Item status |
description | String | Service description |
tp | String | Service type |
brandrequired | Object | Brand object. |
brand.id | String | Brand ID |
brand.code | String | Brand ID |
brand.name | String | Brand name |
grouprequired | Object | Group object. |
group.id | String | Group ID |
group.coderequired | String | Group code |
group.namerequired | String | Group name |
measuresrequired | Object | Measures object. |
measures.id | String | Unit of measurement ID |
measures.coderequired | String | Unit of measurement ID |
measures.namerequired | String | Unit of measurement name |
measures.base | Boolean | Main UM |
measures.second | Boolean | Second unit of measurement |
measures.formula | String | Formula |
measures.H | String | Height |
measures.W | String | Width |
measures.L | String | Length |
measures.purchase | Boolean | Order |
measures.sales | Boolean | Sales Order |
Request example
cURL
Response example