POST api/performanceloader/swap/{orgKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orgKey | integer |
Required |
Body Parameters
Collection of UploadAttributeDataMap| Name | Description | Type | Additional information |
|---|---|---|---|
| UploadAttributeKey | integer |
None. |
|
| PerfUploadAttributeKey | integer |
None. |
|
| PerfUploadAttributeName | string |
None. |
|
| UploadAttributeName | string |
None. |
|
| PerfUploadAttributeSortOrdinal | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"uploadAttributeKey": 1,
"perfUploadAttributeKey": 1,
"perfUploadAttributeName": "sample string 2",
"uploadAttributeName": "sample string 3",
"perfUploadAttributeSortOrdinal": 4
},
{
"uploadAttributeKey": 1,
"perfUploadAttributeKey": 1,
"perfUploadAttributeName": "sample string 2",
"uploadAttributeName": "sample string 3",
"perfUploadAttributeSortOrdinal": 4
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PageViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusMessage | string |
None. |
|
| TotalCount | integer |
None. |
|
| ModelObject | Object |
None. |
|
| CurrentDateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"statusCode": 1,
"statusMessage": "sample string 2",
"totalCount": 3,
"modelObject": {},
"currentDateTime": "2026-01-30T01:00:57.9015932+00:00"
}