Update Collected Account Other Setting
Update Collected Account Other Setting.
Request
Request header:
PUT https://api.ipaymy.com/v2/payment_collections/collected_account/other_setting
Host: api.ipaymy.com
Accept: application/json
Request body:
{
"to_create_or_upload_invoice": "create | upload | sms | none",
"to_generate_or_add_manual_invoice_number": "generate |manual",
"invoice_number_prefix": "",
"invoice_number_template": ""
}
Response
Response body:
{
"data": "",
"error": 0
}
Response codes:
- 200: Good stuff, and the response body should be easy to parse.
- 422: Typically malformed JSON, such as an integer in place of the required alphanumeric string, or a missing key. Check the response body for further details.