online-help.platform.features.premier_subscription.connectors.inbound-rest-api.endpoints.customer.title
Add Customer Credit Payment Option
Overview
Adding the Customer Credit Payment Option, also specifying the max credit limit
URL Format
https://{domain}.mobiwork.com/api/rest/{clientId}/{versionNumber}/customer/addCustomerCreditPaymentOption.html?token=XXXXXXXX&userId={userId}
Arguments
clientId
required
MobiWork assigned unique ID of the company
versionNumber
required
Version number of MobiWork API SDK release. Current version is: 10.0.78
token
required
Part of URL as a request parameter and is required in every call to verify access to API calls
userId
optional
If provided, this User ID will be taken as a logged in user
Return
Returns a success message if valid arguments are provided. Returns an error if an invalid request was provided.
Request Body XSD
Response Body XSD
Curl Example
HTTP Method: POST
Request: curl -k -X POST https://{domain}.mobiwork.com/api/rest/12014/5.0.141/customer/addCustomerCreditPaymentOption.html?token=COJL8X2FKSLMMRTYCH2B -data '<request>
<maxCreditLimit>1000</maxCreditLimit>
</request>'
Response: <?xml version="1.0" encoding="UTF-8" ?><response version="5.0.141" statusCode="1"><message>Customer credit payment option added successfully</message></response>