POST api/Import/Save
Request Information
URI Parameters
None.
Body Parameters
ApplyImportDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| SourceWebId | globally unique identifier |
None. |
|
| SourceSiteId | globally unique identifier |
None. |
|
| Items | Collection of ApplyImportDocumentDTO |
None. |
Request Formats
application/json, text/json
Sample:
{
"SourceWebId": "a6ada78c-c28a-48aa-b07b-fdc420c7a903",
"SourceSiteId": "f7db762c-a4c1-44f9-bc30-4fe5222601fc",
"Items": [
{
"DocId": 1,
"ItemGuid": "1d33655f-7b6d-4955-a6f2-b3f18fb8878a",
"Status": "sample string 3",
"Name": "sample string 4",
"Title": "sample string 5",
"Note": "sample string 6",
"Pcb": "sample string 7",
"ProbeCard": "sample string 8",
"ProbeHead": "sample string 9",
"Tags": "sample string 10",
"Tags_db": "sample string 11",
"ShipmentStatus": "sample string 12",
"CopySource": true
},
{
"DocId": 1,
"ItemGuid": "1d33655f-7b6d-4955-a6f2-b3f18fb8878a",
"Status": "sample string 3",
"Name": "sample string 4",
"Title": "sample string 5",
"Note": "sample string 6",
"Pcb": "sample string 7",
"ProbeCard": "sample string 8",
"ProbeHead": "sample string 9",
"Tags": "sample string 10",
"Tags_db": "sample string 11",
"ShipmentStatus": "sample string 12",
"CopySource": true
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.