NAV

List(Last Updated : 01/04/2017)

PUT List

A report indicating whether your list was successfully added or not will be pushed to your designated URL.

Body Parameters

Parameter Description
push_id The key for the specific push message.
request_id The key for the specific request.
list_id The key for the created distribution list.
status_code A code notifying the member of the reason for the error. Status Code List

Code sample for PUT List

"Example (Success):"
{
  "push_id" : 7778889990000,
  "request_id" : "1234561234567asdf123",
  "list_id" : "987987987980"
}

"Example (Failure):"
{
  "push_id" : 7778889990000,
  "request_id" : "1234561234567asdf123",
  "status_code" : "MPLE2401"
}

POST List

A report indicating whether your list was successfully updated or not will be pushed to your designated URL.

Body Parameters

Parameter Description
push_id The key for the specific push message.
request_id The key for the specific request.
list_id The key for the updated distribution list.
status_code A code notifying the member of the reason for the error. Status Code List

Code sample for POST List

"Example (Success):"
{
  "push_id" : 7778889990000,
  "request_id" : "1234561234567asdf123",
  "list_id" : "987987987980"
}

"Example (Failure):"
{
  "push_id" : 7778889990000,
  "request_id" : "1234561234567asdf123",
  "status_code" : "MPLE2401"
}

DELETE List

A report indicating whether your list was successfully deleted or not will be pushed to your designated URL.

Body Parameters

Parameter Description
push_id The key for the specific push message.
request_id The key for the specific request.
list_id The key for the deleted distribution list.
status_code A code notifying the member of the reason for the error. Status Code List

Code sample for DELETE List

"Example (Success):"
{
  "push_id" : 7778889990000,
  "request_id" : "1234561234567asdf123",
  "list_id" : "987987987980"
}

"Example (Failure):"
{
  "push_id" : 7778889990000,
  "request_id" : "1234561234567asdf123",
  "status_code" : "MPLE2301"
}