====== AddMeteredRequest ====== ==== Overview ==== **AddMeteredRequest** lets you add a metered charge onto a subscription. This feature is only available with the Early Impact Gateway. **Learn More:** * [[:developer_guide:developer_guide#using-the-apis|Using the APIs]] * [[:developer_guide:developer_guide#http-status-code|HTTP Status Codes]] * [[:developer_guide:developer_guide#error-codes|Error Codes]] * [[:developer_guide:developer_guide#troubleshooting|Troubleshooting]] ===== AddMeteredRequest ===== ==== XML ==== string string string currency string string ==== Elements ==== ^ Name ^ Type ^ Occurrence ^ Meaning ^ | **AddMeteredRequest** | container | required | Parent Element | | Username | string | required | Merchant API Username (Not your Merchant Center login) | | Token| string | required | Hash of API Username and Password. [[:developer_guide:developer_guide:LinkID|Creating a Token]] | | Guid | string | always | This is the identifier for the subscription and should be referenced in future management requests | | Amount | currency | required | The reason you are canceling the subscription | | Memo | string | required | The reason you are canceling the subscription | | RefName | string | required | The reason you are canceling the subscription | ===== AddMeteredResponse ===== ==== XML ==== string timestamp ==== Elements ==== ^ Name ^ Type ^ Occurrence ^ Meaning ^ | **AddMeteredResponse** | container | required | Parent Element | | Ack | string | always | Success, Error, or Warning | | Timestamp | string | always | All responses return the official SB time stamp in UTC/GMT |