POST shows/import

Request Information

URI Parameters

None.

Body Parameters

ImportSfdcShowDto
NameDescriptionTypeAdditional information
SfdcProjectId

string

Required

SfdcProjectTypeId

ShowType

None.

Request Formats

application/json, text/json

Sample:
{
  "SfdcProjectId": "sample string 1",
  "SfdcProjectTypeId": 0
}

Response Information

Resource Description

ImportSfdcShowResponseDto
NameDescriptionTypeAdditional information
Id

integer

None.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Id": 1
}