POST shows/import
Request Information
URI Parameters
None.
Body Parameters
ImportSfdcShowDto| Name | 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
ImportSfdcShowResponseDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Id": 1
}