POST api/v2/contact/society/import

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Dictionary of ImportRawState [key] and ImportRawResultDto [value]

Response Formats

application/json, text/json

Sample:
{
  "CREATE_SUCCESS": {
    "number": 2,
    "list": [
      "sample string 1",
      "sample string 2"
    ],
    "label": "sample string 1"
  }
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfImportRawStateImportRawResultDtotv_PN2p85 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfImportRawStateImportRawResultDtotv_PN2p85>
    <Key>CREATE_SUCCESS</Key>
    <Value xmlns:d3p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Helper">
      <d3p1:Label>sample string 1</d3p1:Label>
      <d3p1:List>
        <string>sample string 1</string>
        <string>sample string 2</string>
      </d3p1:List>
    </Value>
  </KeyValueOfImportRawStateImportRawResultDtotv_PN2p85>
</ArrayOfKeyValueOfImportRawStateImportRawResultDtotv_PN2p85>