Module Values_0.SuccessfulRequestSource

Request for which contact was successfully created.

Sourcetype nonrec t = {
  1. requestIdentifier : RequestIdentifier.t option;
    (*

    Request identifier provided in the API call in the ContactDataRequest to create a contact.

    *)
  2. contactId : ContactId.t option;
    (*

    The contactId of the contact that was created successfully.

    *)
}
Sourceval make : ?requestIdentifier:??? -> ?contactId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RequestIdentifier.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t