PATCH api/Contacts/AddToAddressBook?contactId={contactId}

The add contact to address book.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contactId

The contact id.

string

Required

Body Parameters

The EOC DTOs.

Collection of IEocDTO
NameDescriptionTypeAdditional information
Id

string

None.

Name

string

None.

EocCode

string

None.

DocumentIds

Collection of string

None.

Status

IEocStatus

None.

ParentEoc

IEocDTO

None.

EocType

IEocType

None.

IsActive

boolean

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The .

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.