POST api/SaveNotificationLog
Request Information
URI Parameters
None.
Body Parameters
Multisponsor.NetCommerce.API.Models.RequestOfMultisponsor.NetCommerce.API.Models.NotificationLogName | Description | Type | Additional information |
---|---|---|---|
token | string |
None. |
|
ObjectRequest | Multisponsor.NetCommerce.API.Models.NotificationLog |
None. |
Request Formats
application/json, text/json
Sample:
{ "token": "sample string 1", "ObjectRequest": { "Guid": "sample string 1", "NotificationGuid": "sample string 2", "DateSent": "sample string 3", "SentState": true, "SentMesage": "sample string 5" } }
application/xml, text/xml
Sample:
<RequestOfNotificationLog4w3blSIw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Multisponsor.NetCommerce.API.Models"> <ObjectRequest> <DateSent>sample string 3</DateSent> <Guid>sample string 1</Guid> <NotificationGuid>sample string 2</NotificationGuid> <SentMesage>sample string 5</SentMesage> <SentState>true</SentState> </ObjectRequest> <token>sample string 1</token> </RequestOfNotificationLog4w3blSIw>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Multisponsor.NetCommerce.API.Models.ResponseOfSystem.StringName | Description | Type | Additional information |
---|---|---|---|
Status | boolean |
None. |
|
Message | Collection of Multisponsor.NetCommerce.API.Models.MessageResult |
None. |
|
ObjectResponse | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": true, "Message": [ { "Message": "sample string 1" }, { "Message": "sample string 1" } ], "ObjectResponse": "sample string 2" }
application/xml, text/xml
Sample:
<ResponseOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Multisponsor.NetCommerce.API.Models"> <Message> <MessageResult> <Message>sample string 1</Message> </MessageResult> <MessageResult> <Message>sample string 1</Message> </MessageResult> </Message> <ObjectResponse>sample string 2</ObjectResponse> <Status>true</Status> </ResponseOfstring>