การดําเนินการบริการ DispatchCoupons - การเรียกเก็บเงินของลูกค้า
คูปองการจัดส่งของชื่อคลาสดอกเบี้ยที่ระบุซึ่งลูกค้าที่ระบุเป็นเจ้าของ
คูปองที่แลกใช้แล้วหรือส่งคูปองจะไม่ถูกส่งไป
ร้องขอองค์ประกอบ
วัตถุ DispatchCouponsRequest จะกําหนดองค์ประกอบ เนื้อความ และ ส่วนหัว ของคําขอการดําเนินการบริการ องค์ประกอบต้องอยู่ในลําดับเดียวกับที่แสดงใน Request SOAP
หมายเหตุ
เว้นแต่ระบุไว้เป็นอย่างอื่นด้านล่าง จําเป็นต้องระบุองค์ประกอบคําขอทั้งหมด
ร้องขอองค์ประกอบเนื้อความ
องค์ประกอบส่วนหัวของคําขอ
องค์ ประกอบ | คำอธิบาย | ชนิดข้อมูล |
---|---|---|
AuthenticationToken | โทเค็นการเข้าถึง OAuth ที่แสดงข้อมูลประจําตัวของผู้ใช้ที่มีสิทธิ์เข้าถึงบัญชี Microsoft Advertising สําหรับข้อมูลเพิ่มเติม ดูการรับรองความถูกต้องด้วย OAuth |
สาย อักขระ |
DeveloperToken | โทเค็นนักพัฒนาที่ใช้เพื่อเข้าถึง Bing Ads API สําหรับข้อมูลเพิ่มเติม ดูรับโทเค็นนักพัฒนา |
สาย อักขระ |
รหัส ผ่าน | องค์ประกอบนี้สงวนไว้สําหรับการใช้ภายในและจะถูกเอาออกจากเวอร์ชันในอนาคตของ API คุณต้องใช้องค์ประกอบ AuthenticationToken เพื่อตั้งค่าข้อมูลประจําตัวของผู้ใช้ | สาย อักขระ |
ชื่อ | องค์ประกอบนี้สงวนไว้สําหรับการใช้ภายในและจะถูกเอาออกจากเวอร์ชันในอนาคตของ API คุณต้องใช้องค์ประกอบ AuthenticationToken เพื่อตั้งค่าข้อมูลประจําตัวของผู้ใช้ | สาย อักขระ |
องค์ประกอบการตอบสนอง
วัตถุ DispatchCouponsResponse จะกําหนดองค์ประกอบ เนื้อความ และ ส่วนหัว ของการตอบสนองการดําเนินการบริการ องค์ประกอบจะถูกส่งกลับตามลําดับเดียวกับที่แสดงใน Response SOAP
องค์ประกอบเนื้อความการตอบสนอง
องค์ ประกอบ | คำอธิบาย | ชนิดข้อมูล |
---|---|---|
ตัวแก้ไขบางส่วน | อาร์เรย์ของออบเจ็กต์ BatchError ที่สอดคล้องกับที่อยู่อีเมลใด ๆ ที่ไม่สามารถส่งรหัสดอกเบี้ยได้ รายการสามารถว่างเปล่าได้ถ้าไม่มีข้อผิดพลาด |
อาร์เรย์ BatchError |
องค์ประกอบส่วนหัวการตอบสนอง
องค์ ประกอบ | คำอธิบาย | ชนิดข้อมูล |
---|---|---|
TrackingId | ตัวระบุของรายการบันทึกที่ประกอบด้วยรายละเอียดของการเรียกใช้ API | สาย อักขระ |
ร้องขอ SOAP
เทมเพลตนี้ถูกสร้างขึ้นโดยเครื่องมือเพื่อแสดง ลําดับ ขององค์ประกอบ เนื้อความ และ ส่วนหัว สําหรับคําขอ SOAP สําหรับชนิดที่สนับสนุนที่คุณสามารถใช้กับการดําเนินการบริการนี้ โปรดดูการอ้างอิง องค์ประกอบเนื้อความคําขอ ด้านบน
<s:Envelope xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header xmlns="https://bingads.microsoft.com/Billing/v13">
<Action mustUnderstand="1">DispatchCoupons</Action>
<AuthenticationToken i:nil="false">ValueHere</AuthenticationToken>
<DeveloperToken i:nil="false">ValueHere</DeveloperToken>
</s:Header>
<s:Body>
<DispatchCouponsRequest xmlns="https://bingads.microsoft.com/Billing/v13">
<SendToEmails i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<a1:string>ValueHere</a1:string>
</SendToEmails>
<CustomerId>ValueHere</CustomerId>
<CouponClassName i:nil="false">ValueHere</CouponClassName>
</DispatchCouponsRequest>
</s:Body>
</s:Envelope>
Response SOAP
เทมเพลตนี้ถูกสร้างขึ้นโดยเครื่องมือเพื่อแสดงลําดับขององค์ประกอบ เนื้อ ความและ ส่วนหัว สําหรับการตอบสนอง SOAP
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header xmlns="https://bingads.microsoft.com/Billing/v13">
<TrackingId d3p1:nil="false" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">ValueHere</TrackingId>
</s:Header>
<s:Body>
<DispatchCouponsResponse xmlns="https://bingads.microsoft.com/Billing/v13">
<PartialErrors xmlns:e6="https://bingads.microsoft.com/Customer/v13/Exception" d4p1:nil="false" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">
<e6:BatchError>
<e6:Code>ValueHere</e6:Code>
<e6:Details d4p1:nil="false">ValueHere</e6:Details>
<e6:Index>ValueHere</e6:Index>
<e6:Message d4p1:nil="false">ValueHere</e6:Message>
</e6:BatchError>
</PartialErrors>
</DispatchCouponsResponse>
</s:Body>
</s:Envelope>
ไวยากรณ์โค้ด
ไวยากรณ์ตัวอย่างสามารถใช้กับ Bing Ads SDKs ได้ ดู ตัวอย่างโค้ด API ของโฆษณา Bing สําหรับตัวอย่างเพิ่มเติม
public async Task<DispatchCouponsResponse> DispatchCouponsAsync(
IList<string> sendToEmails,
long customerId,
string couponClassName)
{
var request = new DispatchCouponsRequest
{
SendToEmails = sendToEmails,
CustomerId = customerId,
CouponClassName = couponClassName
};
return (await CustomerBillingService.CallAsync((s, r) => s.DispatchCouponsAsync(r), request));
}
static DispatchCouponsResponse dispatchCoupons(
ArrayOfstring sendToEmails,
java.lang.Long customerId,
java.lang.String couponClassName) throws RemoteException, Exception
{
DispatchCouponsRequest request = new DispatchCouponsRequest();
request.setSendToEmails(sendToEmails);
request.setCustomerId(customerId);
request.setCouponClassName(couponClassName);
return CustomerBillingService.getService().dispatchCoupons(request);
}
static function DispatchCoupons(
$sendToEmails,
$customerId,
$couponClassName)
{
$GLOBALS['Proxy'] = $GLOBALS['CustomerBillingProxy'];
$request = new DispatchCouponsRequest();
$request->SendToEmails = $sendToEmails;
$request->CustomerId = $customerId;
$request->CouponClassName = $couponClassName;
return $GLOBALS['CustomerBillingProxy']->GetService()->DispatchCoupons($request);
}
response=customerbilling_service.DispatchCoupons(
SendToEmails=SendToEmails,
CustomerId=CustomerId,
CouponClassName=CouponClassName)
ข้อกําหนด
บริการ: CustomerBillingService.svc v13
Namespace: https://bingads.microsoft.com/Billing/v13