Receiver's CSID

Shingo
Shingo E
edited November 29, 2017 in Cloud Fax and Notifications #1

Hi,

I want to know how to get the receiver's CSID after sending a fax with JobSubmit.

Thanks,

Shingo

Comments

  • You can get this in the JobDetailRequest. In that you have to specify what you want. Mainly the rcsid.

    So you might include a <RequestedDeliveryDetails> element of 

    xqn,ref,addr_type,to,state,state_code,delivery_status,first_attempt,delivery_time,retries,rcsid

     

    to get all of the standard items plus the csid in your result.

  • Thank you so much.

    I try to get values in the JobDetailRequest.