Billing: AccountInfoChanged
AccountInfoChanged
Updates the account information in the billing system by handling the AccountInfoChanged event from the Ctrller.
The call gets it's info from the controllers GetAccountInfo api call.
Authentication Methods
- ApiKey
Input Parameter | Type | Description |
---|---|---|
Name* | String | The account nmua number |
*=required
Examples
curl -H "X-API-KEY: 0cb898e5-b996-4a09-adad-ea3f7eaabd13" 'https://example.com/billing/Api?Task=AccountInfoChanged&Name=nmua000001'
Response:
<Response>
<Header>
<Status>1</Status>
<Message></Message>
<CreationDstamp></CreationDstamp>
</Header>
</Response>