POST api/Notification
Request Information
URI Parameters
None.
Body Parameters
RegisterPnDataDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| a | string |
None. |
|
| d | string |
None. |
|
| k | string |
None. |
|
| l | string |
None. |
|
| n | string |
None. |
|
| p | string |
None. |
|
| s | string |
None. |
|
| t | string |
None. |
|
| v | string |
None. |
|
| z | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"a": "sample string 1",
"d": "sample string 2",
"k": "sample string 3",
"l": "sample string 4",
"n": "sample string 5",
"p": "sample string 6",
"s": "sample string 7",
"t": "sample string 8",
"v": "sample string 9",
"z": "sample string 10"
}
application/xml, text/xml
Sample:
<RegisterPnDataDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MPW.PIMS2016.BL.PimsApi.Model"> <a>sample string 1</a> <d>sample string 2</d> <k>sample string 3</k> <l>sample string 4</l> <n>sample string 5</n> <p>sample string 6</p> <s>sample string 7</s> <t>sample string 8</t> <v>sample string 9</v> <z>sample string 10</z> </RegisterPnDataDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RegisterPnResultDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1"
}
application/xml, text/xml
Sample:
<RegisterPnResultDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MPW.PIMS2016.BL.PimsApi.Model"> <Message>sample string 1</Message> </RegisterPnResultDTO>