PUT company

Updates the specified company based on account number.

Request Information

Parameters

NameDescriptionAdditional information
company
The company.
            1) AccountNumber: Mandatory, String, max 10 chars 
            2) Name: Mandatory. String, max 100 chars
            3) Email: Mandatory String, max 100 chars
            4) CreditLimitValue: Mandatory if paymentmethod = "Account". Number without currency symbol, max two decimal places. Only applicable for PaymentMethod = Account. Example 5000.00.
            5) CreditLimitDays: Mandatory if paymentmethod = "Account". Representing number of days. Integer. Only applicable for PaymentMethod = Account.
            6) PaymentMethod: "Account" = on account(credit) "PaymentCard" = by card

Define this parameter in the request body.

Request body formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.