PUT   https://api.d-tools.com/SI/Subscribe/Projects/MarkAsImportedByMessageId?messageId={messageId}&publishedOnUnixTimeMs={publishedOnUnixTimeMs}

Mark a project or change order as imported for a given message id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
messageId

The message Id

string

Required

publishedOnUnixTimeMs

publishedOnUnixTimeMs is an optional parameter and is the date the project was published in Unix epoch milliseconds. This property can be read from the project property PublishedOnUnixTimeMs and if passed will make sure no one has updated this project since you last read it.

integer

None.

Body Parameters

None.

Response Information

Resource Description

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.