DX STF Client API

<back to all web services

UpdateCustomerCredit

Customer Master Requests

Customer Master

Requires Authentication
The following routes are available for this service:
POST/api/customerMaster/creditAdd new customer master
UpdateCustomerCredit Parameters:
NameParameterData TypeRequiredDescription
OwnerGlnbodystringYes
CustomerGlnbodystringYes
CurrencybodystringYes
CreditLimitbodydecimalNo
CreditBalancebodydecimalNo
CreditAvailablebodydecimalNo
DateTimebodyDateTimeNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /api/customerMaster/credit HTTP/1.1 
Host: stf-api-uat.data-xchange.co.za 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"ownerGln":"String","customerGln":"String","currency":"String","creditLimit":0,"creditBalance":0,"creditAvailable":0}