POST GetMappingValidation?fromMappingmail={fromMappingmail}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
fromMappingmail | boolean |
Default value is False |
Body Parameters
MappingPropertyName | Description | Type | Additional information |
---|---|---|---|
SID | integer |
None. |
|
PropertyIds | string |
None. |
|
ChannelNames | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "SID": 1, "PropertyIds": "sample string 2", "ChannelNames": "sample string 3" }
text/html
Sample:
{"SID":1,"PropertyIds":"sample string 2","ChannelNames":"sample string 3"}
application/xml, text/xml
Sample:
<MappingProperty xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common"> <ChannelNames>sample string 3</ChannelNames> <PropertyIds>sample string 2</PropertyIds> <SID>1</SID> </MappingProperty>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseOfKeyValuePair`2[]Name | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | boolean |
None. |
|
Body | Collection of Pair of string [key] and integer [value] |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": true, "Body": [ { "Key": "sample string 1", "Value": 2 }, { "Key": "sample string 1", "Value": 2 } ] }
text/html
Sample:
{"Message":"sample string 1","Status":true,"Body":[{"Key":"sample string 1","Value":2},{"Key":"sample string 1","Value":2}]}
application/xml, text/xml
Sample:
<ResponseOfArrayOfKeyValuePairOfstringintR8RmUPp7 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common"> <Body xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic"> <d2p1:KeyValuePairOfstringint> <d2p1:key>sample string 1</d2p1:key> <d2p1:value>2</d2p1:value> </d2p1:KeyValuePairOfstringint> <d2p1:KeyValuePairOfstringint> <d2p1:key>sample string 1</d2p1:key> <d2p1:value>2</d2p1:value> </d2p1:KeyValuePairOfstringint> </Body> <Message>sample string 1</Message> <Status>true</Status> </ResponseOfArrayOfKeyValuePairOfstringintR8RmUPp7>