Search
K
[dev] 🇩🇪 Listings Management Germany

Assign listings to a project

Assign listings to a project

post

Path Parameters

externalProjectIdstringrequired

The Unique Identifier of the project.

Example:project123

Body

application/json; charset=utf-8
externalListingIdsarray[string]required

The external listing IDs to be assigned to the project.

Response

application/json; charset=utf-8

Accepted

requestIdstring

The unique identifier for this assign request

Example:0196106c-409b-7fg4-a317-db7393a36b77

externalProjectIdstring

The Unique Identifier of the project.

Example:project123

post/projects/{externalProjectId}/assign

Body

{ "externalListingIds": [ "[]" ] }
 
application/json; charset=utf-8

internalServerErrorResponse

Represents an internal server error

typestringrequired

The URI reference that identifies the problem type. The “about:blank” URI, when used as a problem type, indicates that the problem has no additional semantics beyond that of the HTTP status code.

statusnumberrequired

The HTTP status code generated for this occurrence of the problem

titlestringrequired

A human-readable summary of the problem type

Example:Some example

detailstringrequired

A human-readable explanation specific to this occurrence of the problem

instancestringrequired

A URI reference that identifies the specific occurrence of the problem

errorSourcestring

The source of the error

Example

pingComponent

object
namestringrequired

The component unique name

Allowed values:PING

Example:PING

statusstringrequired

The ping’s status

Allowed values:FAILPASS

Example:PASS

Example

components

object
componentsOne Of
arrayrequired

>= 1 items

pingComponentobject
Show Child Parameters
Example

component

object
namestringrequired

The component unique name

Example:DATA_STORAGE

statusstringrequired

The component’ status

Allowed values:FAILPASS

Example:PASS

Example