developer_guide:call_reference:notificationrequest

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
developer_guide:call_reference:notificationrequest [2010/01/06 02:12] mattdeveloper_guide:call_reference:notificationrequest [2012/02/25 23:38] (current) – [NotificationRequest] matt
Line 1: Line 1:
-====== NotificationRequest Call Reference ======+====== NotificationRequest ======
  
 +==== Overview ====
  
-NotificationRequest allows an application to problematically send any notification.+**NotificationRequest** allows an application to programmatically send any notification.
  
  
-**View:**+**Learn More:**
  
   * [[:developer_guide:developer_guide#using-the-apis|Using the APIs]]     * [[:developer_guide:developer_guide#using-the-apis|Using the APIs]]  
Line 11: Line 12:
   * [[:developer_guide:developer_guide#error-codes|Error Codes]]    * [[:developer_guide:developer_guide#error-codes|Error Codes]] 
   * [[:developer_guide:developer_guide#troubleshooting|Troubleshooting]]    * [[:developer_guide:developer_guide#troubleshooting|Troubleshooting]] 
- 
  
 ===== NotificationRequest ===== ===== NotificationRequest =====
- 
- 
-==== Overview ==== 
- 
-The box below lists all fields that could be included in the call request. To learn more about an individual field or its type, scroll down to find it in the table below the box. 
  
  
Line 43: Line 38:
  
 ^ Name ^ Type ^ Occurrence  ^ Meaning ^ ^ Name ^ Type ^ Occurrence  ^ Meaning ^
-| NotificationRequest | container | required | Parent Element | +**NotificationRequest** | container | required | Parent Element | 
-| Username | string | required | Merchant API username (this is not your SubscriptionBridge login id) | +| Username | string | required | Merchant API Username (Not your Merchant Center login) | 
-| Token | string | required | Your application's security tokenview alsoHow to create token +| Token| string | required | Hash of API Username and Password[[:developer_guide:developer_guide:LinkID|Creating Token]] 
-GUID | string | required The global unique identifier for a Subscription, returned in SubscriptionResponse |+Guid | string | always This is the identifier for the subscription and should be referenced in future management requests |
 | Action | string | required | The notification name you wish to send. | | Action | string | required | The notification name you wish to send. |
  
  
 ===== NotificationResponse ===== ===== NotificationResponse =====
- 
- 
-==== Overview ==== 
- 
-The box below lists all fields that could be included in the call response. To learn more about an individual field or its type, scroll down to find it in the table below the box. 
- 
  
  
Line 65: Line 54:
 <?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
     <NotificationResponse>      <NotificationResponse>
-        <Status>string</Status>+        <Ack>string</Ack>
  <Timestamp>timestamp</Timestamp>   <Timestamp>timestamp</Timestamp>
     </NotificationResponse>     </NotificationResponse>
Line 77: Line 66:
  
 ^ Name ^ Type ^ Occurrence  ^ Meaning ^ ^ Name ^ Type ^ Occurrence  ^ Meaning ^
-| NotificationResponse | container | required | Parent Element | +**NotificationResponse** | container | required | Parent Element | 
-Status | string | always | Success, Error, or Warning |+Ack | string | always | Success, Error, or Warning |
 | Timestamp | string | always | All responses return the official SB time stamp in UTC/GMT | | Timestamp | string | always | All responses return the official SB time stamp in UTC/GMT |
 | Message | string | conditionally | A message with helpful information for the end user | | Message | string | conditionally | A message with helpful information for the end user |
developer_guide/call_reference/notificationrequest.1262761954.txt.gz · Last modified: 2010/01/05 23:00 (external edit)