| Package | Description |
|---|---|
| ru.moysklad.remap_1_2.clients.documents |
| Modifier and Type | Method and Description |
|---|---|
Pricelist.PricelistRow |
PricelistClient.getPosition(Pricelist document,
String positionId,
ApiParam... params) |
Pricelist.PricelistRow |
PricelistClient.getPosition(String documentId,
String positionId,
ApiParam... params) |
Pricelist.PricelistRow |
PricelistClient.postPosition(Pricelist document,
Pricelist.PricelistRow updatedEntity) |
Pricelist.PricelistRow |
PricelistClient.postPosition(String documentId,
Pricelist.PricelistRow updatedEntity) |
| Modifier and Type | Method and Description |
|---|---|
ListEntity<Pricelist.PricelistRow> |
PricelistClient.getPositions(Pricelist document,
ApiParam... params) |
ListEntity<Pricelist.PricelistRow> |
PricelistClient.getPositions(String documentId,
ApiParam... params) |
List<Pricelist.PricelistRow> |
PricelistClient.postPositions(Pricelist document,
List<Pricelist.PricelistRow> updatedEntities) |
List<Pricelist.PricelistRow> |
PricelistClient.postPositions(String documentId,
List<Pricelist.PricelistRow> updatedEntities) |
| Modifier and Type | Method and Description |
|---|---|
void |
PricelistClient.delete(Pricelist document,
Pricelist.PricelistRow position) |
Pricelist.PricelistRow |
PricelistClient.postPosition(Pricelist document,
Pricelist.PricelistRow updatedEntity) |
Pricelist.PricelistRow |
PricelistClient.postPosition(String documentId,
Pricelist.PricelistRow updatedEntity) |
void |
PricelistClient.putPosition(Pricelist document,
Pricelist.PricelistRow position) |
void |
PricelistClient.putPosition(Pricelist document,
Pricelist.PricelistRow position,
Pricelist.PricelistRow updatedEntity) |
void |
PricelistClient.putPosition(Pricelist document,
String positionId,
Pricelist.PricelistRow updatedEntity) |
void |
PricelistClient.putPosition(String documentId,
String positionId,
Pricelist.PricelistRow updatedEntity) |
| Modifier and Type | Method and Description |
|---|---|
List<Pricelist.PricelistRow> |
PricelistClient.postPositions(Pricelist document,
List<Pricelist.PricelistRow> updatedEntities) |
List<Pricelist.PricelistRow> |
PricelistClient.postPositions(String documentId,
List<Pricelist.PricelistRow> updatedEntities) |
Copyright © 2021. All rights reserved.