Méthode | Description | |
---|---|---|
Contact ( int contactId ) : |
GET api/Contacts/{id} Returns contact by Id.
|
|
ContactClient ( ApiContext apiContext ) : IdokladSdk.ApiFilters | ||
ContactExpand ( int contactId ) : |
GET api/Contacts/{id}/Expand Returns contact with related entities by contact Id.
|
|
Contacts ( |
GET api/Contacts List of contacts.
|
|
ContactsExpand ( |
GET api/Contacts/Expand List of contacts with related entities.
|
|
Create ( |
POST api/Contacts Add new contact.
|
|
Default ( ) : |
GET api/Contacts/Default Returns default contact. This resource is suitable for creation of new contact by the POST method.
|
|
Delete ( int contactId ) : bool |
DELETE api/Contacts/{id} Deletes contact.
|
|
Update ( int contactId, |
PUT api/Contacts/{id} Update contact. Partial update is also possible.
|
public Contact ( int contactId ) : |
||
contactId | int | |
Résultat |
public ContactClient ( ApiContext apiContext ) : IdokladSdk.ApiFilters | ||
apiContext | ApiContext | |
Résultat | IdokladSdk.ApiFilters |
public ContactExpand ( int contactId ) : |
||
contactId | int | |
Résultat |
public Contacts ( |
||
paging | ||
Résultat | RowsResultWrapper |
public ContactsExpand ( |
||
filter | ||
Résultat | RowsResultWrapper |
public Create ( |
||
model | ||
Résultat |
public Update ( int contactId, |
||
contactId | int | |
model | ||
Résultat |