POST shows/import
Request Information
URI Parameters
None.
Body Parameters
ImportSfdcShowDtoName | Description | Type | Additional information |
---|---|---|---|
SfdcProjectId | string |
Required |
|
SfdcProjectTypeId | ShowType |
None. |
Request Formats
application/json, text/json
Sample:
{ "SfdcProjectId": "sample string 1", "SfdcProjectTypeId": 0 }
Response Information
Resource Description
ImportSfdcShowResponseDtoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "Id": 1 }