| Package | Description |
|---|---|
| ru.moysklad.remap_1_2.clients |
| Modifier and Type | Method and Description |
|---|---|
Note |
CounterpartyClient.createNote(String counterpartyId,
Note newEntity) |
Note |
CounterpartyClient.getNote(Counterparty counterparty,
Note note) |
Note |
CounterpartyClient.getNote(Counterparty counterparty,
String noteId) |
Note |
CounterpartyClient.getNote(String counterpartyId,
String noteId) |
| Modifier and Type | Method and Description |
|---|---|
ListEntity<Note> |
CounterpartyClient.getNotes(Counterparty counterparty,
ApiParam... params) |
ListEntity<Note> |
CounterpartyClient.getNotes(String counterpartyId,
ApiParam... params) |
| Modifier and Type | Method and Description |
|---|---|
Note |
CounterpartyClient.createNote(String counterpartyId,
Note newEntity) |
void |
CounterpartyClient.deleteNote(Counterparty counterparty,
Note note) |
Note |
CounterpartyClient.getNote(Counterparty counterparty,
Note note) |
void |
CounterpartyClient.updateNote(Counterparty counterparty,
Note note) |
void |
CounterpartyClient.updateNote(Counterparty counterparty,
Note note,
Note updatedEntity) |
void |
CounterpartyClient.updateNote(Counterparty counterparty,
String noteId,
Note updatedEntity) |
void |
CounterpartyClient.updateNote(String counterpartyId,
String noteId,
Note updatedEntity) |
Copyright © 2024. All rights reserved.